This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
My date format is Weekyear IE 202232, 202231 and so on. I need to get the report for last 13 weeks.
Please help? Thank you.
Solved! Go to Solution.
Can you expand on your use case? Are you filtering a field in your data set? Looking to get 13 files from a directory? Etc.
There are two ways you could do this:
Hi,@MilindG
Because Alteryx don't supported input type parse like "202231" format, so if your week already sorting by ascending, you just need use sample tool to select Last N Rows option to get it . in the case, N=13.
I got it, Thank you guys!