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.

Generate Further Months in Same Row

harshal98
8 - Asteroid

Want to Generate Further Months in the Same row while it takes other Column values with it where values are present.

 

INPUT

harshal98_0-1622522348374.png

OUTPUT

harshal98_1-1622522373305.png

 

 

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @harshal98 

 

Your understanding is correct if we use generate rows it will replicate the row values. To avoid that months should be generated separately and later joined with values.

atcodedog05_0-1622526413003.png

 

Hope this helps 🙂

 

Qiu
21 - Polaris
21 - Polaris

@harshal98 
We can fine tune the dateformat.

Capture3A.PNG

AngelosPachis
16 - Nebula

Hey @harshal98 ,

 

The TS filler tool would work best in this instance

 

AngelosPachis_0-1622528033723.png

 

You just need to point it to the Date field and define the date granularity (days, months, minutes) and it will generate the intermediate values.

 

Hope that helps

 

Cheers,

 

Angelos

 

Jonathan-Sherman
15 - Aurora
15 - Aurora

Love this solution @AngelosPachis, the TS Filler tool is so underrated and overlooked for this kind of thing! It is worth noting that anyone wanting to take this approach does need the predictive tools installed 😊

atcodedog05
22 - Nova
22 - Nova

Always something new to learn. Thank you for this approach @AngelosPachis 🙂

Labels
Top Solution Authors