Hi,
How do we add totals from left and right when we have dynamic fields without using the Add Totals crew tools
Eg: the columns can change with every run to 4_5,5_6,etc the fields have to add up
This is my Workflow
My output should be -
| Name | 1_2 | 2_3 | Total |
| Hank | 1 | 2 | 3 |
| Jeff | 3 | 4 | 7 |
| Total | 4 | 6 | 10 |