View Single Post
  #2   Report Post  
JudithJubilee
 
Posts: n/a
Default

Hello there,

Try this:

{IF {MERGEFIELD AlphaCode} = "A" "True" {IF {MERGEFIELD
AlphaCode} = "B" "True" {IF {MERGEFIELD AlphaCode}
= "C" "True" {IF {MERGEFIELD AlphaCode} = "D" "True" {IF
{MERGEFIELD AlphaCode} = "E" "True" "False" }}}}}

Hope this helps

Judith

-----Original Message-----
Would appreciate proper syntax for the following "If

Statement":

{IF {MERGEFIELD AlphaCode} = "A" or "B" or "C" or "D"

or "E"
"TRUE" "FALSE"}

Thanks





.