It doesn't work the b/ or f/ trick. Let me rephrase, maybe I'm doing a mistake.
Basically I am using a If MergeField.
( If ( MERGEFIELD VRedAge1 ) = "0" "MERGEFIELD VRedAge1 \b "
")" "Benefit Reduction" )
Is that how it should be written? It seems not to work. Basically, when VRedAge1 = 0, I want it to delete the line. If it is not 0, I want it to insert Benefit Reduction.
Thank you in advance
|