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

Timesheet description consolidation by Unique ID

Moore
5 - Atom

Hello,

 

I have a data set for timesheet, where each time entered has a unique ID called the Record ID, some how the data extracted from the timesheet database has placed some of the longer descriptions on the row below it, hence replicating a single the Record ID to several rows below it, however, i would like to only see the data for each Record ID per row, so I'm trying to consolidate the description items related to that Record ID into a single row of data. There are hundreds of rows of data with similar problem, I have attached a sample of the problem and desired result below. Any help is appreciated. Thanks.

2 REPLIES 2
MichalM
Alteryx Alumni (Retired)

@Moore 

 

You'd want to use the Summarize module and Group by all the fields apart from Description and Concatenate on this one with semicolon as a separator

 

MichalM_0-1600102753490.png

 

Moore
5 - Atom

This worked perfectly. Thank you.

Labels
Top Solution Authors