Skip to main content

Hi, I know the doc says that you can suggest the width but i can't change anything. I can't undertant why sometimes i get something like thisimagen 

And others something like this

 imagen (1)

Hello Samuel! Try limiting the number of buckets in your histogram to increase their width. Fewer buckets = larger column width. More buckets = smaller bucket width. Typically, a histogram's buckets represent a range of values, or some grouping, but not individual values.

 

A hack for your first example might be to use a CASE statement to build your buckets manually, ie: SLA Deviations Days from 1-50 = bucket #1, 51-100 = bucket #2, etc.

 

In the Analysis Histogram component the bucketing is done for us, and you can change the number of buckets (and therefore their size) by changing the "Count" attribute:

image


Reply