View Single Post
 
Old 07-10-2018, 06:16 AM
stevenel stevenel is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Jul 2018
Posts: 26
stevenel is on a distinguished road
Default

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
Reply With Quote