Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Same information with different headers

NachoArg
7 - Meteor

Capture.PNG

 

Does anyone know if there is a simple way to simplify a Table without using a formula?  I could create a new column in a Formula tool and put "if Store is null then Store ID".

 

But I wonder if there is another way to do this ? 

3 REPLIES 3
SPetrie
13 - Pulsar

That depends on how the data got that way to begin with. Are they from two different files or branches of the flow? You could just use a select to change the column name.

If the data comes in that way, you could split the data using nulls in the first column and a couple selects to remove the null columns and rename and union them back, but that seems a bit more complicated than just using a formula.

SPetrie_0-1650577988108.pngSPetrie_1-1650578006942.png

SPetrie_2-1650578073665.png  SPetrie_3-1650578086443.png

 

 

 

 

flying008
15 - Aurora

Hi,@NachoArg 

 

formula is you need !

 

录制_2022_04_22_11_12_50_259.gif

NachoArg
7 - Meteor

Could you please share the compete formula inside of REGEX_Replace ?

Labels
Top Solution Authors