Hi,
I have a calendar table with these columns:DATE | DAYNAME | DAYINWEEK|ISO WEEKNUM
I would like to find last year's data on each DATE row but have not found a way to do it using the ISO standard.
Wanted result:
Hi @ulysses_no
Here is how you can do it. I was able to take reference from this post and provide a solution to you https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Calculating-Week-Number-using-DateTimeFormat-is-incorrect/td-p/46192 Workflow:
Hope this helps : )
Please find the updated workflow I was displaying month name instead of weekday name. Thanks @binu_acs for pointing it out 🙂
Workflow:
Can you provide this in an excel file
How is "2020-12-21" last year date "2019-12-23" ? Am I missing something
Here it is!
@ulysses_no Very similar to @atcodedog05 approach
@atcodedog05 and @binu_acs thank you for your time and solution, both worked excellently!