Hello colleagues,
I am extremely new to Alteryx and what I am trying to do might be super simple...but I just don't have a clue in how to proceed.
Problem statement:
Currently, I am creating a field called "Time Group" in my output file and that field will have the following logic:
Counting today, bring me the next 10 business days and flag "Time Group" as "Within 10 Days".
From the day after the above statement, bring me the next 10 business days and flag "Time Group" as "Within 20 Days".
Example 1.
If date equals 1/12/2018, then the following dates need to be flagged as "Within 10 Days": 1/12/2018, from 1/15/2018 to 1/19/2018, and from 1/22/2018 to 1/25/2018. For a total of 10 business days.
Example 2.
If date equals 1/12/2018, then the following dates need to be flagged as "Within 20 Days": 1/25/2018, 1/26/2018, from 1/29/2018 to 2/2/2018, and from 2/5/2018 to 2/8/2018. For a total of 10 business days.
In terms of the holidays, I can try to deal with that later. The business need at the moments is creating these two buckets so we can get to the analysis part as soon as possible.
Thanks in advance!