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?