B
Bob
On an ivoice template with multiple lines, I want to hide all zero results.
Ie if the invoice template has 5 lines but the invoice only has 2 items i
want to hide the 0.00 results.
If (qty shipped =0) then show"" otherwise show (qty*price)
Ie if the invoice template has 5 lines but the invoice only has 2 items i
want to hide the 0.00 results.
If (qty shipped =0) then show"" otherwise show (qty*price)