Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

valuelist valueloop with non discrete variable

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?

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

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.

Ask me about Qlik Sense Expert Class!
johnw
Champion III
Champion III

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.