Hi
Is there some way to test part of a string in an "IF THEN ELSE" mergefield? - Sort of like a Left() or substring function but for mergefields.
{ IF { MERGEFIELD fieldname } = "qwerty" "y" "z" }
For example if fieldnames length is unknown, can one test for "qwe" to give y and "qwerty" or "qwertyuiop" and everything else to give z?
Thank you
Is there some way to test part of a string in an "IF THEN ELSE" mergefield? - Sort of like a Left() or substring function but for mergefields.
{ IF { MERGEFIELD fieldname } = "qwerty" "y" "z" }
For example if fieldnames length is unknown, can one test for "qwe" to give y and "qwerty" or "qwertyuiop" and everything else to give z?
Thank you