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

Merge rows to only one and take data from colums

chvizda
8 - Asteroid

Hi all

 

I assume it is a really simple way to do a merge from my current data set to the needed target data set.

 

Currently User A has a single row for every feature (It can be more than 2)

 

Current Dataset 
UserFeature 1Feature 2
Ax 
A x
Bx 
B x
CX 
D X
   
Target Dataset  
 Feature 1Feature 2
AXX
BXX
CX 
D X

 

The target should be, to have one row per user with the "X" at the right column.

 

Many thanks for your support.

 

Steffen

2 REPLIES 2
cmcclellan
14 - Magnetar

I would use the Summarize tool 

 

- Groupby User

- Concat each Feature

- then rename the Output Field Name to the existing field, like this ... 

 

2019-05-12 18_48_19-Alteryx Designer x64 - New Workflow6_.png

ponraj
13 - Pulsar

Transpose and cross tab tool will help you to get desired output. 

 

Merge rows to only one and take data from colums.PNG

Labels
Top Solution Authors