I have an AR Aging report that is supposed to not show totals are equal to zero. However I am still getting some groups that are showing when there totals are zero. Here is my group selection criteria:
Sum ({@TotalAmt}, {ARCUSFIL_SQL.cus_no}) <> 0.00 and
Sum ({@TotalAmt}, {AROPNFIL_SQL.apply_to_no}) <> 0.00
I have tried to use formulas in the Format Section menu that would suppress those rows if they are <> 0, however they still show up. If I remove the selection criteria, then I get about 10 times as many accounts with zero totals, so I know it works for some but not for others.
If I need to I can save the report with data and send it off you anyone that can help me out.
Thanks in advance,
Josh
Sum ({@TotalAmt}, {ARCUSFIL_SQL.cus_no}) <> 0.00 and
Sum ({@TotalAmt}, {AROPNFIL_SQL.apply_to_no}) <> 0.00
I have tried to use formulas in the Format Section menu that would suppress those rows if they are <> 0, however they still show up. If I remove the selection criteria, then I get about 10 times as many accounts with zero totals, so I know it works for some but not for others.
If I need to I can save the report with data and send it off you anyone that can help me out.
Thanks in advance,
Josh