Hi All, I'm new to Alteryx. So far so good, but I'm struggling to create this filter.
I have weekly data coming in for different customers, at different times. I want to query the information for the Latest X weeks, based on the latest common week.
ie: customer 1 is at week 100, customer 2 at week 100, customer 3 at week 99.
I want to query the latest 13 weeks, based on the latest common week, 99.
Any suggestions as to how to accomplish it?
So far I've set up a summarize tool to get the MAX week for each customer. I then did another summarize tool to find the MIN out of those weeks, resulting in finding my latest common week of 99. Now how would I apply the Latest X to that number? I added a formula tool to calculate what that week would be, but I'm still confused as to how I can tell my query to only use weeks BETWEEN min and max.
Thanks