Skip to Content
0
Former Member
Mar 17, 2009 at 05:17 AM

Suppress group based on formula from subreport

16 Views

Help

I have a main report with totals from two subreports, and a calculation to create a 'grandtotal'. I now need to suppress, and not print when 'grandtotal' is zero. I used the formula

whenprintingrecords;

(@grandtotal)<1;

in the section expert, but all I get are the records with zero. (I have also tried it the other way round)

anyone?