TryingToLearn101
MIS
Hi all,
I am currently on Crystal XI professional. I created a formula that uses the PREVIOUS command to get my numbers showing correctly in the detail section. They are listed like this:
100
25
15
250
20
10
I need to do running total for 100, 25 and 15 and then when it hits line 250, I need to start over and do running total for 250, 20 and 10. I do have to tell you that there's a transaction type called AP for the 250 line. So basically if the transaction type is AP then it needs to start over in doing the running total until it hits another transaction AP or the report finishes.
The first line of the report does not have the AP transaction type. So in summary, it needs to start the running total from the 1st line of the report until it hits an AP trans type and then it should start from 0 again and do the running total.
The report is sorted by transaction date in descending order. So I am not sure how, if need to, that I can even do group or anything.
I hope I explained this clearly. Thanks in advance.
I am currently on Crystal XI professional. I created a formula that uses the PREVIOUS command to get my numbers showing correctly in the detail section. They are listed like this:
100
25
15
250
20
10
I need to do running total for 100, 25 and 15 and then when it hits line 250, I need to start over and do running total for 250, 20 and 10. I do have to tell you that there's a transaction type called AP for the 250 line. So basically if the transaction type is AP then it needs to start over in doing the running total until it hits another transaction AP or the report finishes.
The first line of the report does not have the AP transaction type. So in summary, it needs to start the running total from the 1st line of the report until it hits an AP trans type and then it should start from 0 again and do the running total.
The report is sorted by transaction date in descending order. So I am not sure how, if need to, that I can even do group or anything.
I hope I explained this clearly. Thanks in advance.