mathblaster
Technical User
CR 19
ODBC [RDO] CONNECTION
SQL DATABASE
i have a report that is 4 columns. columns 2-4 are based off of column 1. i.e. column 2 is a percentage factor of 1. I can sum the y-t-d total for column 1 in GF2, but can't get grand totals from the sub totals in columns 2-4.
example:
2004 2005 2006 2007
Sum of @YTDAmount
I reset each new year, and included whileprintingrecords;
numbervar estimate:=estimate + {@estimate}per year.
I have no sub reports, nor cross-tabs. Is there any formula to write to total or sum the calculated sub totals in columns 2, 3 and 4 seperately by column? I am stuck.
Thanks for any help out there.
ODBC [RDO] CONNECTION
SQL DATABASE
i have a report that is 4 columns. columns 2-4 are based off of column 1. i.e. column 2 is a percentage factor of 1. I can sum the y-t-d total for column 1 in GF2, but can't get grand totals from the sub totals in columns 2-4.
example:
2004 2005 2006 2007
Sum of @YTDAmount
I reset each new year, and included whileprintingrecords;
numbervar estimate:=estimate + {@estimate}per year.
I have no sub reports, nor cross-tabs. Is there any formula to write to total or sum the calculated sub totals in columns 2, 3 and 4 seperately by column? I am stuck.
Thanks for any help out there.