P
Pete B
I have some document templates for merges. I have a large number of
data/merge fields.
In one section of the template, There is a list based on the mergefields (ie
if mergefield name coverage1=Y then "Coverage1"). I can easily list all the
selected coverages one after another using If-Then-Else.
BUT i'm having trouble for the list to correctly inter-space commas and the
word "and" between multiple coverages for correct grammer.
ie if mergefields 1, 3, 8 and 9 are not blank (Y) I want the comma / "and"
linup between words to be:
Coverage1, Coverage3, Coverage8 and Coverage9.
Using only the if-then input fields (macros won't work due to insanely high
security, i know an array would make things a LOT easier) is this possible?
Or would it include a nightmare of nested If-Thens?
data/merge fields.
In one section of the template, There is a list based on the mergefields (ie
if mergefield name coverage1=Y then "Coverage1"). I can easily list all the
selected coverages one after another using If-Then-Else.
BUT i'm having trouble for the list to correctly inter-space commas and the
word "and" between multiple coverages for correct grammer.
ie if mergefields 1, 3, 8 and 9 are not blank (Y) I want the comma / "and"
linup between words to be:
Coverage1, Coverage3, Coverage8 and Coverage9.
Using only the if-then input fields (macros won't work due to insanely high
security, i know an array would make things a LOT easier) is this possible?
Or would it include a nightmare of nested If-Thens?