Hi,
I have a accumulation running totals declare as:
whileprintingrecords;
NumberVar Per_total := 0 //@Order_Per_reset placing on Period group header, group 1
whileprintingrecords;
NumberVar Per_total := Per_total + @Qty_order_SKU //@Order_Per_Accum // placing on SKU group footer, group 2 for accumulationn
whileprintingrecords;
NumberVar Per_total := Per_total //@Order_Per, placing in Period group footer to display the total has been accumulated.
@Order_Per_Accum does accumulates until the end of each page, when it is a new page, my @Order_Per_Accum reset to 0 and starts to accumulate all the data on second page and so on even it is still in the same group. For the next group, it does reset and does the same thing (reset on new page).
I don't have any special format or condition checking in the Section Expert.
I'm not sure why, please help!
Thank you very much for your time!
I have a accumulation running totals declare as:
whileprintingrecords;
NumberVar Per_total := 0 //@Order_Per_reset placing on Period group header, group 1
whileprintingrecords;
NumberVar Per_total := Per_total + @Qty_order_SKU //@Order_Per_Accum // placing on SKU group footer, group 2 for accumulationn
whileprintingrecords;
NumberVar Per_total := Per_total //@Order_Per, placing in Period group footer to display the total has been accumulated.
@Order_Per_Accum does accumulates until the end of each page, when it is a new page, my @Order_Per_Accum reset to 0 and starts to accumulate all the data on second page and so on even it is still in the same group. For the next group, it does reset and does the same thing (reset on new page).
I don't have any special format or condition checking in the Section Expert.
I'm not sure why, please help!
Thank you very much for your time!