I am sending collections form letters out, and one of the lines is "Your current debt is (merged data)." If the merged data amount is $0.00, I want to completely remove that sentence from the letter. Is that possible?
For instance, instead of:
Your account number: (123456)
Your last active date: (1/2/13)
Your current debt is: ($0.00)
Your sales to date are: ($12.34)
It would read:
Your account number: (123456)
Your last active date: (1/2/13)
Your sales to date are: ($12.34)
The merged data is illustrated in parenthesis for that example. The rest is normal text. Any ideas?