Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Generate Value as per In Between Date

harshal98
8 - Asteroid

I Need to pick up value as per the date.

The Date lies in between or can be the date itself.

Can be done by generating days but lots of rows will be generated.

Any Workaround to do this?

 

INPUTINPUTOUTPUTOUTPUT

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @harshal98 

 

Can you provide an explanation of how you arrived at the output?

 

harshal98
8 - Asteroid

Between or on 2 April to 15th April the value will be 14 .....

so in the output for all days between 2 to 15 value would be 14.

So the value for 13th will be 14.

Similarly for the further dates.

Jean-Balteryx
16 - Nebula
16 - Nebula

Hi @harshal98 ,

 

Here is a workflow that doesn't generate all rows. It creates all combinations of dates and then filter the good one for each output date. The Append part can create a lot of results if there are many rows on both parts but that's an alternative.

Labels