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

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