Hi
I am trying to use an if-field, where the condition is on another mergefield. If the mergefield is empty, I want to show one text, and if the mergefield contains data, I want to show it.
The field code before merge is like this:
{ IF “{ MERGEFIELD PhonePrivate}”="" “” “Private phone: { MERGEFIELD PhonePrivate}” }
After merge, it is like this.
{ IF “”""="" “” “Private phone: “”” }
which evaluate to Error! Unknown Op Code for conditional.
Note the 4 consecutive quotes - I would expect that there are only two, making the IF true. It seems the merge operation converted the empty string to two quote characters.
Can somebody please help? I don’t know how else to fill the field. I have many fields like this, and they all behave similarly.
regards
Henrik