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.
SOLVED

combining two rows, please see details, thanks

ryanzhang487
8 - Asteroid

hi community, I would like to combine these two rows:

Original:

DateInfo 1Info 2Info 3Amount 1Amount2
00000000ABC2000NULL
20200101ABCNULL1000

 

output:

DateInfo 1Info 2Info 3Amount 1 Amount2
20200101A BC20001000

 

all "info" are same for these two rows except the date we need to exclude the 00000000 and use the actual date,

I hope it makes sense,

Thank you so much in advance

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @ryanzhang487 

 

You can do it with the summarize tool:

 

summarize.png

Labels
Top Solution Authors