Getting a sentenced inserted into a letter.

G

Greg D Isringhaus

I am needing to know how to make a rule that has 3 different variables.
I need a rule to enter just one sentence. Basically need a formul
that reads: If "Exception" = "Y" and "Disease" = "Y" and "Age" = "Y
then "paragraph to be inserted."

I just can't figure this out, I'm sure that it is possible. Need you
guys help.

Thank you
 
L

Lisa Wilke-Thissen

Hi,
I need a rule to enter just one sentence.
Basically need a formula that reads:
If "Exception" = "Y" and "Disease" = "Y" and
"Age" = "Y" then "paragraph to be inserted."

{ If { MERGEFIELD Exception } = "Y"
{ IF { MERGEFIELD Disease} = "Y"
{ IF { MERGEFIELD Age} = "Y"
"paragraph to be inserted."
"" } "
"" } "
"""" }

First rule:
If Exception = Y then **
otherwise ""

Second rule, after selecting **:
If Disease = Y then ***
otherwise ""

Third rule after selecting ***:
If Age = Y then "Paragraph to be inserted."
Otherwise "".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top