W
Word OR Statement
Hello,
I need to add another condition to an existing condition, so the "TRUE"
statement will display if either condition qualifies.
Conditon A (current condition) -
{If {=AND ({COMPARE {MERGEFIELD Field1} = "0"}, {COMPARE {MERGEFIELD Field2}
= "1"})} = 1}
Condition B (new condition) -
{MERGEFIELD Field3} = "1"
Need answer how to make this work -
If Condition A Or Condition B is true, then "True", Else "False".
Thanks in advance!
Judy
I need to add another condition to an existing condition, so the "TRUE"
statement will display if either condition qualifies.
Conditon A (current condition) -
{If {=AND ({COMPARE {MERGEFIELD Field1} = "0"}, {COMPARE {MERGEFIELD Field2}
= "1"})} = 1}
Condition B (new condition) -
{MERGEFIELD Field3} = "1"
Need answer how to make this work -
If Condition A Or Condition B is true, then "True", Else "False".
Thanks in advance!
Judy