Microsoft Quick Parts IF function issue
I am trying to get the IF function to work in my RTF printout via quickparts. I need to base this IF off of another Mergefield and I cannot figure it out. Here is what I have :
IF { MERGEFIELD RegistrantNumber } = "123" "YAY" "NAY"
I go into the application I am using and enter "123" for the Registrant Number field. When the RTF is generated this is what displays
IF 123 = "123" "YAY" "NAY"
I need it to show YAY if the field is 123 and NAY if it is not.
|