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.

Combine different row data for certain column and delete the row

SH_94
11 - Bolide

Dear community, 

 

May i know how can i use the alteryx to combine the data below dynamically and delete the row relevant.

 

SH_94_0-1655472283595.png

I have also attached excel file for your reference.

 

Thank you.

 

 

 

3 REPLIES 3
kathleenmonks
Alteryx Alumni (Retired)

Hi @SH_94 See the attached workflow to answer your question. 

 

concat_problem.PNG

Luke_C
17 - Castor
17 - Castor

Hi @SH_94 

 

Here's how:

  1. Assign a group/ID to the records. I did this based on column A being not null.
  2. Concatenate data, for ABCEF I did not use any separator. For D I used a comma based on your example

Luke_C_0-1655473386055.png

 

 

PhilipMannering
16 - Nebula
16 - Nebula

Maybe this will work,

PhilipMannering_0-1655473827579.png

 

Labels
Top Solution Authors