I am trying to print the sum of a field that is printing on my report. I am using a Running total field, but am not getting accurate data.
As an example lets say I have multiple clients and each client has received multiple services. I want to see the last service for each client.
I am sorting the report by Client ID and date of service..
I have then use a suppression formula in the detail section of “Clientid = NEXT(Clientid)” to get the last service each client has received.
This part works OK. I then want to see the total amount of time spent with the clients that are printing out. I entered a Running total field. I used my duration field to sum this amount and I said to add the sum for each change in my Clientid field.
The Running total does not agree with the individual amounts on the report. What it appears to be doing is using the duration from the last suppressed record rather than the record that is printing.
Any help would be appreciated.
As an example lets say I have multiple clients and each client has received multiple services. I want to see the last service for each client.
I am sorting the report by Client ID and date of service..
I have then use a suppression formula in the detail section of “Clientid = NEXT(Clientid)” to get the last service each client has received.
This part works OK. I then want to see the total amount of time spent with the clients that are printing out. I entered a Running total field. I used my duration field to sum this amount and I said to add the sum for each change in my Clientid field.
The Running total does not agree with the individual amounts on the report. What it appears to be doing is using the duration from the last suppressed record rather than the record that is printing.
Any help would be appreciated.