Alteryx Designer Desktop Discussions

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

Dates Iteration till condition met

amithraj
5 - Atom

Hi All,

 

I am facing issue with a loop condition workflow. As I am new to Alteryx, I am not sure whether it needs iterative macro or it could be solved normally.

 

I have a usecase where date needs to increment only if that day not contains in array. The duplicate dates can ignore if meeting the condition and the row size should not increase.

Screenshot.jpg

Thanks in advance.

3 REPLIES 3
gabrielvilella
14 - Magnetar

If you want to fill in missing dates, you can create a calendar from the min and max values using the generate rows tool.

gabrielvilella_0-1668808750711.png

 

amithraj
5 - Atom

Hey gabrielvilella thanks for your response. 

 

But I am looking for date incrementation only if condition satisfies under Date column without increasing the row size. In the above example the dates 10/16/2021 & 10/17/2021 doesn't meet the condition so we can eliminate the only date and go for next date.

 

Thank you.

 

gabrielvilella
14 - Magnetar

I'm sorry but I don't understand the logic to remove or add dates.

Labels