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

Re-add Missing Columns

MattR79
8 - Asteroid

I am running into an issue with columns missing from the output of a Summarize tool due to there being no records for the particular day.  I need to separate records into aging buckets however due to the small size of the age buckets there will often be no records in that bucket.  I need a way to either not lose the buckets in the Summarize tool or to add them back in after the fact.

 

The buckets are New, 1-3, 4-6, 7-9, 10+

 

Below is example data.  In the below there are no records in 4-6 which is what I am running into now, but it could just as easily be any of the other buckets with no records.

 

 

UsersAging Bucket

User 1

New
User 11-3
User 17-9
User 110+
User 11-3
User 17-9
User 27-9
User 21-3
User 210+
User 21-3
User 27-9
User 210+
User 21-3
2 REPLIES 2
binuacs
21 - Polaris

@MattR79 One way of doing this

image.png

Qiu
21 - Polaris
21 - Polaris

@MattR79 
Can you provide some sample data before the Summarize tool?
maybe we can do something from there not to lose any bucket.

Labels
Top Solution Authors