Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a chart which shows the frequency distribution of a non discrete variable, e.g. COST.
I have tried to create a valueloop using min(COST) and max(COST) as the arguments. I keep getting //error in calculated dimension.
Can anyone help?
What's wrong with just using the field COST itself, and declaring it as a "Continuous" Axis (on the Axis tab)?
You might wan to group values into buckets, - you can use function round() for that.
Here's a frequency distribution by discrete value, but it also shows grouping those discrete values into ranges, which seems to be what you're after.