Hi
I want to get sum of values in new column as total like below, if i add sum([count]) then i am getting 1 for each row. How to get sum of values in new column
| Name | Score | Count | Total |
| Test1 | 12 | 1 | 4 |
| Test2 | 13 | 1 | 4 |
| Test3 | 14 | 1 | 4 |
| Test4 | 15 | 1 | 4 |
Hi
I want to get sum of values in new column as total like below, if i add sum([count]) then i am getting 1 for each row. How to get sum of values in new column
| Name | Score | Count | Total |
| Test1 | 12 | 1 | 4 |
| Test2 | 13 | 1 | 4 |
| Test3 | 14 | 1 | 4 |
| Test4 | 15 | 1 | 4 |