G
Greg
Gay
The following example assumes that you already have data
in a bookmark or mergefield for the following variables
PTU = Permission to Use
AA = Alternate Address
HA = Home Address
Years = Age in Years
If that is the case, I was able to make the following work:
{IF {AA} <> ""{IF{YEARS} > 17{IF {PTU} + "Yes"{AA}{HA}}
{HA}}{HA}}
The following example assumes that you already have data
in a bookmark or mergefield for the following variables
PTU = Permission to Use
AA = Alternate Address
HA = Home Address
Years = Age in Years
If that is the case, I was able to make the following work:
{IF {AA} <> ""{IF{YEARS} > 17{IF {PTU} + "Yes"{AA}{HA}}
{HA}}{HA}}