Hello,
I have a complex data which I tried to create a sample of below - it looks odd but it has all columns I need for the output.
Essentially I have a field called EW_SO which when I roll up to a level of File date (3 different dates) I'd like to calculate the previous EW_SO. Sounds simple but I am unable to figure it out.
Expected outcome
DA_FileDate | Sum_EW_SO | Sum_EW_Prevous_SO |
31-10-23 | 410,559 | 4,374 |
28-04-23 | 4,374 | 1,697,090 |
31-10-22 | 1,697,090 | - |
Hi @RadkaLloyd , I believe this will get you what you need. In essence, you create a recordID field, create a column for the previous record, find the previous record's sum, then join it back together. Attached is how that works.
Hiya, thank you so much for your help, I have tried to get my head around it, but it seems that it only works if the records ID is in view. Sorry I'm not very advanced in Alteryx so I use summary tools to see that data best, you'll see 2 summary tools one with and without the Record ID. I need to be drilling through the data by Manager of Beneficiary so I had to pass all the data through the select tool, and it makes it a bit more complicated - for me :-)