Hi All,
i want to create a workflow to calculate all entries of particular column to a variable.
Ex:-
Item | Qty | amount | Total |
---|---|---|---|
item1 | 10 | 150 | |
item2 | 5 | 200 | |
item3 | 7 | 130 | |
item4 | 6 | 120 |
In the above table i can get item totals for every item using [column2]*[column3]. But i want to take sum of all total entries using a workflow.
please give a brief solution if anyone knows the solution on the above problem.