Hi,
I am creating a workflow to calculate variances for x number of days.
My column name and number of columns will vary based on number of days for analysis and dates used.
Need help or suggestion on how to proceed
Solved! Go to Solution.
Hi @r_tripleus ,
Can you post some data and some more information of the variance you want.
Is it daily variance per row? Per total?
M.
Thanks @MC_dup_196 ,
I have attached a sample output.
I have been trying to use dynamic & multi field function, but unable to address this.
Hi @r_tripleus ,
I've built this for you using a bit of transpose and crosstab magic:
This pivots the data and creates the variance, then smooshed together the variance and the values and pivots back:
Hope this helps.
M.
Thanks @mceleavey
My Designer doe not have one tool. May I request you to understand what this tool does in the above workflow.
apologies, that's a tool I wrote. I've attached that now.
M
ps - if you're on an old version of Alteryx, just open the .yxmc version and save it to your macro folder.
Thank you @mceleavey I got the workflow running