Alteryx Designer Desktop Discussions

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

Insert New column if value is missing

Veni_Padam
7 - Meteor

Hi All,

Veni_Padam_0-1644236514615.png

Ques:
If Month column does not have "April or May" then a new row with April/May should be added with null values for Value & path column.

Could someone help ?
Thanks inadvance!

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @Veni_Padam 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1644237071984.png

 

Hope this helps : )

 

Veni_Padam
7 - Meteor

Hello @atcodedog05 
Apr or May - it should be in different rows but not as a single value "Apr/May"
I just gave the data for reference, but in real case it should check all the months and should populate a new row for each missing month.

And instead of using a separate flow for each month checking, can that be done with a single logic?

binuacs
20 - Arcturus

@Veni_Padam 

 

binuacs_0-1644242357386.png

 

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @Veni_Padam 

 

Sorry for the delayed response. You can use the join tool and union to have all the months included.

 

Workflow:

atcodedog05_0-1644242598491.png

 

Hope this helps : )

 

Labels