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

Get the ranges from Binning tool

RUSA
7 - Meteor

I have been using the binning tool and it is a huge time saver. Has anyone come across a way to get the ranges for the output bins, i.e., min and max for each range as columns?

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @RUSA 

 

Here is how you can do it.

 

Workflow:

atcodedog05_2-1622807197606.png

 

After binning tool.

1. Using summarize tool groupby Tile_Num(bin num) find max & min of values(used for binning).

2. Join Tile_Num(bin num) join max & min of values(used for binning) of each bin to main data.

 

Hope this helps 🙂

Labels
Top Solution Authors