Hi,
I have the attached workflow with a sum calculation on the bottom.
I'm trying to enhance this workflow so there is a sum for every two lines.
At the moment we have this
Line 1 Expense 200
Line 1 Payments -100
Line 2 Expense 300
Line 2 Payments -50
Calculation 350
I want to change it to look like this
Line 1 Expense 200
Line 1 Payments -100
Calculation 100
Line 2 Expense 300
Line 2 Payments -50
Calculation 250
Every set of data has one line for 'Expense' and one for 'Payments'.
Hope this makes sense.