Free Trial

Alteryx Designer Desktop Discussions

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

Merge Input file with Dynamic Field.

dhirajs2024
5 - Atom

I am trying to consolidate 2 input date with dynamic fields , attached is the sample file.

5 REPLIES 5
binuacs
21 - Polaris

@dhirajs2024 join multiple should work on your use-case

image.png

dhirajs2024
5 - Atom

My data has blank record id , please find the example's with more data. Also the input can be 3 .

dhirajs2024
5 - Atom

Does anyone have a solution?

nagakavyasri
12 - Quasar
dhirajs2024
5 - Atom

Thanks, 

if [Row-1:Name]=[Name] then null() else [Name] endif

but the above expression will only work for max 2 record when i add more data it give me below result
1 A Texas 8889 AAAA 20 Park 555
1 [Null] [Null] [Null] BBBB 25 Park2 666
1 A Texas 8889 AAAA 20 Park 555

i used unique but again the records get scattered

Labels
Top Solution Authors