Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

Alteryx Designer Desktop Discussions

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

Replacing nulls with values from other cells dynamic

dianastate
6 - Meteoroid

Hi!

 

I would need some help replacing the Null with the values from other cells.( i.e. to have FA23 in the entire column)

 

Some context: the values from the same column they have to be all the same. However, they change when I upload/refresh the data.

For example: I need to have "FA23" everywhere, but I don't want to put a formula with the specific words "FA23".

I need it to be dynamic, such as for the next time I am running the workflow ( i.e. when the season changes to HO23), not to change the formula.

I have attached a screenshot.

 

Thanks!

 

2 REPLIES 2
FinnCharlton
13 - Pulsar

Hi @dianastate , here's a way to do it:

FinnCharlton_0-1683902268439.png

 

We take the maximum value from the 'Season' column (which will be the non-null value). We then append this to the original data. Hope this helps!

Rlopez21
7 - Meteor

Thank you @FinnCharlton that solved an issue I was having as well! 

Labels
Top Solution Authors