The issue I am having is I need in my Group 1 footer total. What I need is the count of days for each Assigned unit for each guarantor, for each distinct case type.
In my Group Header # 1 (AssignedUnit), I have the following formula inserted: @RunningSumReset.
In my Group Footer #1 (AssignedUnit), I have the following formula inserted: @Running_Sum
I am not getting the correct values and have tried every combination I can think of. Any assistance is appreciated.
#RTotal0
RunningSumReset
Running_Sum:
In my Group Header # 1 (AssignedUnit), I have the following formula inserted: @RunningSumReset.
In my Group Footer #1 (AssignedUnit), I have the following formula inserted: @Running_Sum
I am not getting the correct values and have tried every combination I can think of. Any assistance is appreciated.
#RTotal0
Code:
Field to summarize: SINGLEDATE
Type of summary: distinct count
Reset - On change of group: GuarantorName
RunningSumReset
Code:
NumberVar Running_Pay;
WhilePrintingRecords;
Running_Pay := 0
Running_Sum:
Code:
NumberVar Running_Pay;
WhilePrintingRecords;
Running_Pay := Running_Pay + {#RTotal0}