I’m testing something similar and my fields seems to get populated but the IF code still display and the function never works.
My set up is this:
{ IF { MERGEFIELD ptyalias1 * MERGEFORMAT } <> “” { MERGEFIELD ptyalias1 * MERGEFORMAT }{ MERGEFIELD ptynm * MERGEFORMAT } * MERGEFORMAT }
If ptyalias and ptynm are populated this is what displays:
{ IF firstName <> “” firstName secondName * MERGEFORMAT }
If only ptynm us populated this is what displays:
{ IF <> “” secondName * MERGEFORMAT }
Is there a setting I need to have to get the IF function to work after the merge?
Could I get a copy of the test document you have to see if my formatting is wrong?