Is there a way to suppress a row that has all zeros in it?
For example:
Item Amt Amt AMt Amt Total
Item Name 0.00 0.00 0.00 0.00 0.00
Item Name 1.00 1.00 0.00 1.00 3.00
What i want to do is supress the row where the item name(doesn't matter what item name it is) contains zero amount throughout.
Thanks
For example:
Item Amt Amt AMt Amt Total
Item Name 0.00 0.00 0.00 0.00 0.00
Item Name 1.00 1.00 0.00 1.00 3.00
What i want to do is supress the row where the item name(doesn't matter what item name it is) contains zero amount throughout.
Thanks