cancel
Showing results for 
Search instead for 
Did you mean: 

column count and accumulate

Former Member
0 Kudos
t
     Hi, good day,  i need your help!  i can not find the answer, i think is easy for you.   I have a table with payment so i need a new column or formula to accumulate and count for the column Payment.   how can do it? 
Original Table:
NamePayment
juan perez100
pancho villa200
emiliano zapata300
juan gabriel400
Result needed:
NamePayment AccumulateCount
juan perez1001001
pancho villa2003002
emiliano zapata3006003
juan gabriel40010004

thank you for all your advices.

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi,

Here's what you need to do:

1) Go to the Field Explorer > Right-click "Running Total Fields" and select "New"

2) In the Running Total Wizard, choose the Payment Field as the "Field to Summarize"

3) Make sure "For each record" is selected for "Evaluate" and "Never" for "Reset".

4) Place the Running Total field beside Payment

To see the count, create another Running Total field. Choose the same field as the "Field To Summarize" and instead of sum choose "count" from the drop-down. Rest of the options remain the same.

Let me know how this goes!

- Abhilash

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Share Your Knowledge in SCN Topic Spaces

Former Member
0 Kudos

thank you very much!

Answers (0)