Alteryx Designer Desktop Discussions

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

Question on Filling Null Values

ghtill
7 - Meteor

Apologies if this type of question has already been posted I could not find it. I am trying to fill null values based on an ID. So when ID is the same as an already filled in Award it will fill in the nulls with this value.

 

IDAward
20156W&P
20653BofA
20653[null]
20896TRIF
20896[null]
20896[null]

 

IDAward
20156W&P
20653BofA
20653BofA
20896TRIF
20896TRIF
20896TRIF
4 REPLIES 4
IraWatt
17 - Castor
17 - Castor

Hey @ghtill,

There are a few ways to do this. One way is to get only the Awards which are not null then for each ID get the first row and join that back onto the original data:

IraWatt_0-1660671079582.png

Will an ID every have multiple Awards?

 

Any questions or issues please ask

Ira Watt
Technical Consultant
Watt@Bulien.com 

 

ChrisTX
15 - Aurora

Try the multi-row formula tool

 

Here's another option:

 

ChrisTX_0-1660671255926.png

 

 

Chris

ghtill
7 - Meteor

Thank you! @ChrisTX and @IraWatt 

IraWatt
17 - Castor
17 - Castor

No worries @ghtill, Glad to help 😄

Labels