Hello to all!
I have a report that is grouped by number of payments a certain customer type has made. So, first there's a group for CustomerType, then PaymentNo. In the PaymentNo group there is a field COUNT(PaymentNo) to get how many of the CustomerTypes have made this certain number of payments.
The problem: For reasons that would be difficult to explain, I need to display the COUNT(PaymentNo) in the group with the value of the previous record.
Example (Actual Values):
-----------
CustomerTypeA
Payment1 15
Payment2 12
Payment3 9
Payment4 7
Example (What is needed):
-----------
CustomerTypeA
Payment1 -
Payment2 15
Payment3 12
Payment4 9
Payment5 7
I have looked into the PREVIOUS function but I have been unable to get it to work for me. When I try to apply PREVIOUS to my formulas it tells me "No Previous or Next Value". I am now trying to get some variation of Running Totals to work for me, but no success as of yet.
Can somebody give me a nudge in the right direction? Should I be looking into Running Totals, Previous function maybe using variables?
Any suggestions appreciated.
-Mary Klaire
I have a report that is grouped by number of payments a certain customer type has made. So, first there's a group for CustomerType, then PaymentNo. In the PaymentNo group there is a field COUNT(PaymentNo) to get how many of the CustomerTypes have made this certain number of payments.
The problem: For reasons that would be difficult to explain, I need to display the COUNT(PaymentNo) in the group with the value of the previous record.
Example (Actual Values):
-----------
CustomerTypeA
Payment1 15
Payment2 12
Payment3 9
Payment4 7
Example (What is needed):
-----------
CustomerTypeA
Payment1 -
Payment2 15
Payment3 12
Payment4 9
Payment5 7
I have looked into the PREVIOUS function but I have been unable to get it to work for me. When I try to apply PREVIOUS to my formulas it tells me "No Previous or Next Value". I am now trying to get some variation of Running Totals to work for me, but no success as of yet.
Can somebody give me a nudge in the right direction? Should I be looking into Running Totals, Previous function maybe using variables?
Any suggestions appreciated.
-Mary Klaire