Hey Guys,
I have another Question/Problem.
I have a table with Data looking like here:
Company | Product | Spend KW1 2014 | Spend KW2 2014 | Spend KW3 2014 |
Company A | A-1 | 10000 | 12000 | 8000 |
Company A | A-2 | 300 | 500 | 800 |
What i want to do?
1) i want to calculate the changes (uplift) from KW to KW for each Product --> done
2) I want to calculate the Average of each column -> done.
3) Now i want to compare this two numbers
Find attached the Workflow with Textinputdata.
My Goal is to have a new column with [Uplift] - [Average of Column]
Thanks for you advises.