Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Creating NEW date by skipping weekend & fixed holiday list

joshikalyani
8 - Asteroid

Hi

 

I need to create new column where, it should be COB+1, when there is no Weekend(sat/sun)or not any date from fixed holiday list.

If there is any weekend or any holiday date from the fixed list then it should be skipped & next date should be shown.

 

Then comparing this COB+1 column with NEW DATE column.

4 REPLIES 4
OllieClarke
16 - Nebula
16 - Nebula

@joshikalyani 

Here's a way of doing this:
image.png
It requires changing your lookup a bit. I also generated the days in 2023 as your comparison file I don't think was correct.

Hope that helps,

 

Ollie

joshikalyani
8 - Asteroid

Thank you for reply.

 

COB Date is fixed, where i've to create new Column which will be COB+1 only when there is no holidays or weekends, else create new date which will be after skipping all these dates(skiping holidaty list & weekend)

 

joshikalyani
8 - Asteroid

e.g. As per the attached Comparison file COB date is 13-oct-2023 so COB+1 column should be populated with 16-Oct-2023.

Also in some cases if there is any Holiday from list then it should take next date

 

OllieClarke
16 - Nebula
16 - Nebula

@joshikalyani okay, I added the formula tool to create COB+1 before the join, then updated all references after that to use COB+1 rather then COB Date, but otherwise it's identical
image.png

Labels
Top Solution Authors