We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start 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.

7 REPLIES 7
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

lwolfie
11 - Bolide

Not sure if you figured this out, but instead of using Name I would use Record.  if [Row-1:Record]=[Record] then null() else [Name] endif

dreldrel
8 - Asteroid

You can use a batch macro to combine the columns among multiple files

Labels
Top Solution Authors