Hi,
Currently been asked to produce an Informix SQL report that groups by an account number and then gives a total against a YTD column. For example before the group:
Acc No YTD totals
103 113.74
103 119.95
103 399.85
This would then look like this when grouped and calculated:
103 633.54
I have tried using the sum and trying the report in a .ace format with let statements.
Does anyone have any ideas how I could accomplish this?
Thanks in advance.
( "To become Wise, first you must ask Questions"
Currently been asked to produce an Informix SQL report that groups by an account number and then gives a total against a YTD column. For example before the group:
Acc No YTD totals
103 113.74
103 119.95
103 399.85
This would then look like this when grouped and calculated:
103 633.54
I have tried using the sum and trying the report in a .ace format with let statements.
Does anyone have any ideas how I could accomplish this?
Thanks in advance.
( "To become Wise, first you must ask Questions"