hiding fields in report

beesterbeester Member Posts: 5
Hi people,

I'm creating a report that shows all detailled info regarding service invoices per customer. Part of the report is showing Sales Invoice Lines.

Question is I don't want to show Amount and Quantity fields per line if these are 0 but do want to show the description and no fields in these lines. I obviously can't use Currreport.SHOWOUTPUT() since this iteration will skip the whole line.

I've been thinking about using variables to do so but then I'm struggling with the data types (converting decimal to string and vise versa).

Any easy solution?

Thanks in advance!

Comments

Sign In or Register to comment.