S
Sal
I would like to test whether multiple (more than 2)
conditions are met before returning the true value - I
have tried to do this with nested "AND" and "COMPARE"
statements nested in IF statements (as below), however
they only seem to work where there are only two
conditions - any more it always returns the false value
Can anyone suggest how I can overcome my problem?
{IF {=AND({COMPARE {MERGEFIELD One}= "1"} , {COMPARE
Thanks
Sal
conditions are met before returning the true value - I
have tried to do this with nested "AND" and "COMPARE"
statements nested in IF statements (as below), however
they only seem to work where there are only two
conditions - any more it always returns the false value
Can anyone suggest how I can overcome my problem?
{IF {=AND({COMPARE {MERGEFIELD One}= "1"} , {COMPARE
{MERGEFIELD Two} said:"2"})} = 1 "Hello" ""}
Thanks
Sal