I have a request to display several totals by weeks. Here is the example:
Report run for February 2012 would look like:
#Accepted #Denied #Referred
Feb 1-5 2 4 2
Feb 8-12 5 1 4
Feb 15-19 4 4...
I have 3 formulas to create a running total.
//@Initialize
WhilePrintingRecords;
NumberVar RunningTotal1;
Runningtotal1 := 0;
//@Evaluate
evaluateafter({RECEIPT_MASTER.PAYMENT_AMT});
NumberVar RunningTotal1;
if onfirstrecord and {@CompareDates} = "1" then
RunningTotal1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.