Hello,
I am attempting to suppress the Zero Values in a report.
I attempted to do the following formula:
if {ARIBD.AMTEXTN} = 0
then " "
else {ARIBD.AMTEXTN}
However my "else" statement gets rejected saying that I need a string here...
Any thoughts? I truly appreciate any help I can get on this.
Thanks!
I am attempting to suppress the Zero Values in a report.
I attempted to do the following formula:
if {ARIBD.AMTEXTN} = 0
then " "
else {ARIBD.AMTEXTN}
However my "else" statement gets rejected saying that I need a string here...
Any thoughts? I truly appreciate any help I can get on this.
Thanks!