Would like to know wheter is it possible to display the grand total values in the first line of the report which are accumulated during the report generation?
Scenario,
Iam generating a sales report for a month which will be displayed customerwise or itemwise. If i need to know the total sales, i will have to go the end of the report. Instead, i need those grand total to be displayed at the first line of the report while the other details can continue.
Iam using accumulate function to sum up the values at various levels.
One option is to have a seperate loop to find the total values and assign to a local variable and display it as a seperate form header and then begin one more loop to continue the usual way.
This would be time consuming activity as this will need to loop thru the same tables twice.
Would appreciate if i get a shortcut way to do the same.
Scenario,
Iam generating a sales report for a month which will be displayed customerwise or itemwise. If i need to know the total sales, i will have to go the end of the report. Instead, i need those grand total to be displayed at the first line of the report while the other details can continue.
Iam using accumulate function to sum up the values at various levels.
One option is to have a seperate loop to find the total values and assign to a local variable and display it as a seperate form header and then begin one more loop to continue the usual way.
This would be time consuming activity as this will need to loop thru the same tables twice.
Would appreciate if i get a shortcut way to do the same.