Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

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

multiple pairs of 'columns' and 'right_columns' (like columns1, right_columns1, columns2,

ayush_mishra
8 - Asteroid

if I have multiple pairs of 'columns' and 'right_columns' (like columns1, right_columns1, columns2, etc) and I want to use formula below for each pair.

IF IsNull([right_columns]) THEN [columns] ELSE [right_columns] ENDIF

 

do I need to do this for each column using formula tool or is there a efficient way? These are coming from Join tool.

2 REPLIES 2
SPetrie
13 - Pulsar

Take a look at this post

I have an example workflow there that may help.

ayush_mishra
8 - Asteroid

thanks @SPetrie  it's a life saver when you have to do this on 50+ columns. Appreciate your help!

Labels
Top Solution Authors