Alteryx Designer Desktop Discussions

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

How to take the first row of multiple Fields based on a condition dynamically

MostafaBouzari
8 - Asteroid

Hi All,

i want to take the first row of the data dynamically but based on a condition.

E.g

 

if contains(All the Fields here(or CurrentFields),'Source or FileName') then don't  Rename it Else take the first row of the data as Name EndIf

this is how my column looks like and don't want to rename the Filename or Source Column

 

Rename Rows.PNG

How can i achieve this?

 

Best Regards

2 REPLIES 2
danilang
19 - Altair
19 - Altair

Hi @MostafaBouzari 

 

This was a fun one.  

 

w.png

giving

 

r.png

 

The annotations describe what happens at each step, but let me know if you need more explanation

 

Dan

MostafaBouzari
8 - Asteroid

Beautifully done

Labels