Jump to content

I'm trying to create a visualization in Spotfire that has both a dynamically configurable number of bins, and a cutoff value, so that any values over this threshold are lumped into this last bin.


John Stephenson 4

Recommended Posts

On a chart, I've created the variable number of bins on the x-axis by using...

<BinByEvenIntervals([value],${XAxisBins})>

..where XAxisBins is linked to a slider. Works well. To group values over a threshold into a trailing bin, it looks like BinBySpecificLimits would do this, but I don't see a way to combine the functionality of the two bining functions. Any ideas would be appreciated. (Note - the report is written in a way so people can run it interactively from the web player, as opposed to a manual data exploration.)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...