I was trying to create a running total based on group summary using the following formula but the result is the same as the group summary itself. So where is the problem with the formula? Thanks!
WhilePrintingRecords;
global numbervar disp_total := 0;
whileprintingrecords;
global numbervar disp_total := disp_total + {table.groupfield};
Start Free Trial