Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How do I make one line out of this?

ScottC1971
7 - Meteor

Afternoon all,

 

I have a situation where I am building a flow of training information.  The training information comes from two tables that I am currently UNION together to make one table.  The issue that I am having is that each table has a course status which is dis-aggregating the results of my union and causing two lines where I want one.

 

Table of Due Dates:

Student IDCourse IDDue DateCourse Status
156724Math 1017/1/2021Course Due
156724Reading 1019/17/2021Course Due
156724Writing 1013/15/2021Course Due


Table of Completion Dates:

 

Student IDCourse IDCompletion DateCourse Status
156724Math 1016/30/2021Course Pass
156724Reading 1019/3/2021Course Pass
156724Writing 1013/3/2021Course Pass


Results of my Union:

 

Student IDCourse IDCourse DateCourse Status
156724Math 1017/1/2021Course Due
156724Math 1016/30/2021Course Pass
156724Reading 1019/17/2021Course Due
156724Reading 1019/3/2021Course Pass
156724Writing 1013/15/2021Course Due
156724Writing 1013/3/2021Course Pass


What I am looking for:

 

Student IDCourse IDDue DateCompletion DateCourse Status
156724Math 1017/1/20216/30/2021Course Pass
156724Reading 1019/17/20219/3/2021Course Pass
156724Writing 1013/15/20213/3/2021Course Pass

 

 

I have attached a spreadsheet with sample data.

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @ScottC1971 

 

You can do this using Join tool.

Workflow:

atcodedog05_0-1632482445200.png

 

Hope this helps : )

Labels
Top Solution Authors