I have 12 months sheet.
jan 2023 to dec 2023
i have to do comparison of all the current month with previous month (all records having data as per their month like march should have only march data feb should have feb - common field would be ID number)
example: compare:
feb to jan
march to feb
april to march etc
is there any way to have dynamic workflow instead of creating so many workflows month wise?
You could use a multi row formula. Transpose the data into a list and sort it by the month. Then use Row+0 and Row-1 to compare the two. You can then Cross tab it back when you are done.
Can you show a small example? Please
And what if we have diff columns in each sheet
like in each sheet
id num. name. Assignment date. Modification date
and we have to compare feb sheet with jan
that if jan sheet has 100 entries and feb has 110 entries then 10 unique entries will have the data only for feb. And so on.
we want to dynamic create a workflow for each month. Is it possible?
@SahilArora3139 there is quite a bit that is possible within Alteryx and what the community can put together. I know we can consolidate data sources from multiple sheets with different schema, compare like for like entries across multiple sheets, and create comparative reports for each month.
However, it would be more productive if you shared a sample workbook that contained data you are working with. It is hard for the Community to pre-empt the nuanced requirements you have around your specific use case.
@rzdodson Makes sense.
Sure. I understand. I will try creating a dummy sample to have a better understanding on this.