I have js csr code run in sharepoint 2013.
| Title | Paid | OutPut
| -------- | -------- |
| A | 2 |
| B | 100 | A 22
| A | 20 | B 110
| B | 10 |
If i enter any third value (paid) in A or B than NAN shows
| Title | Paid | OutPut
| -------- | -------- |
| A | 2 |
| B | 100 | A 22
| A | 20 | B NAN
| B | 10 |
| B | 10 |
I want more than two values with same Title entered and sum answer shown. A 22
B 120
code image attach
