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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
markp201
Creator III
Creator III

Selecting dimensions with average measure...

I have multiple measures by country and I would like to select any country with an average within a range.

For example, select all country's with an average "score" between 2 and 3.

What I get is a list of country's where any of the raw values is between 2 and 3.

CountryMeasureValue
AX1
AY2
AZ3
BX2
BY4
BZ6
CX1
CY1
CZ1
2 Replies
sunny_talwar

How will the filter look like? 2-3 or are you planning to get this as an input from users in a input box?

johnw
Champion III
Champion III

I believe use this as your select expression?

=avg(Value)>=2 and avg(Value)<=3