"Get some Text" and you need to suppress the field when it says "text" then in the field to be suppressed
- goto format text
 - check suppress
 - Click x-s
 - add InStr ({field name},'text' )>0
 
This will hide show the field when "text" is present
if there is more then one line say in the body then add 
or
InStr (previous ({filed name}),'text' )>0
Change the 0 to 1 or -1 as appropriate to hide or show depending on what match is made by instr()
No comments:
Post a Comment