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

Create one row from two rows of data with new column headers

Disey
7 - Meteor

Please see following example of what I have and what I want to create so that all my data for the two counts are all on one row, thank you

 

YEARAccount NumberADULT_CHILDCount
2021/22123456789C16
2021/22123456789A254
    
New Data   
YEARAccount Number
2021/2212345678916254
4 REPLIES 4
abacon
12 - Quasar

@Disey  Use a cross tab tool, group on Year and Account number, make Adult_Child the header and count the value field. This will do what you’re looking for.

 

Bacon

davidskaife
14 - Magnetar

Hi @Disey 

 

A Cross Tab tool configured like below appears to do the trick:

 

Screenshot 2025-06-10 113315.png

Disey
7 - Meteor

perfect, many thanks 👍

Disey
7 - Meteor

Perfect, many thanks 👍

Labels
Top Solution Authors