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

Summarize data

skeen503979
8 - Asteroid

Hello team, 

 

Can someone please advise me on how to use the Summarize tool to achieve the following?  Currently, I have a list of data down to the Serial # level.  Each row contains multiple attributes I want to summarize.  How can I summarize the data per attribute and only show the total number of serial numbers that meet that attribute?  (Total number of Blue items? Total number of Small items, etc.)

 

skeen503979_1-1614204014700.png

 

 

 

3 REPLIES 3
MarqueeCrew
20 - Arcturus
20 - Arcturus

Quick Reply:

 

 count distinct serial #
 group by attribute 1

Group by attribute 2

 group by attribute 3

 

cheers,

 

 mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
skeen503979
8 - Asteroid

Thanks @MarqueeCrew for the quick replyThat produces what I need.

Qiu
21 - Polaris
21 - Polaris

@skeen503979 

As an illustration of @MarqueeCrew solution

 

Capture1.PNG

 

Labels
Top Solution Authors