Hi Alll
I need help with this, I want to get summation of all the values of the row.
Example table
Emp Name | Emp Salary |
**** | 20000 |
**** | 20000 |
**** | 30000 |
Expected result
Emp Name | Emp Salary |
**** | 20000 |
**** | 20000 |
**** | 30000 |
Grand Total | 70000 |
thanks