Alteryx Designer Desktop Discussions

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

Generating Date and Populate Data within the range

bdoni001
8 - Asteroid

Hello everyone.

 

I need your help.

 

I want to transform this table:

bdoni001_0-1662974229282.png

 

Into something like this:

bdoni001_1-1662974288962.png

Basically I want to populate the date that falls within the specified range and also the conversion rate that is applicable conversion rate.

 

Anyone knows how to do it in Alteryx?

 

Regards,
Bona

8 REPLIES 8
JosephSerpis
17 - Castor
17 - Castor

Hi @bdoni001 you can use the generate row tool to solve this challenge. You would need to do a conversion of your dates into a ISO format YYYY-MM-DD and then use a datetime add formula in order to achieve the results you specifed. However you could convert you dates back to a desired format after this process or do the conversion within the formula of the generate row tool.

binuacs
20 - Arcturus

@bdoni001 One way of doing this with the generate row tool

 

binuacs_0-1662975200902.png

 

grazitti_sapna
17 - Castor

@bdoni001 Here is my solution using generate rows tool.

Sapna Gupta
DataNath
17 - Castor

Here's how I tackled this - the conversion rates filldown as expected as well.

 

DataNath_0-1662975771703.png

bdoni001
8 - Asteroid

Thank you for your input!

bdoni001
8 - Asteroid

Thank you for the input!

bdoni001
8 - Asteroid

Thank you for the input! WIll definitely try this.

bdoni001
8 - Asteroid

Thanks for the recommendation! Let me try this and see if it also works for me

Labels