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: 
ca3868077
Contributor II
Contributor II

Greater than and Less than - Set Analysis Expression using a Measure

Hello,

 

I'm trying to write a set analysis expression that counts the number of [Items] where the value of a measure [Fill %] is greater than 0 and less than 25.

I've written the formula several different ways, but no success, the results are incorrect:

 

Count({<[Fill %]={">0 <25"}>}Items)

Count({$<[Fill %] > {'0'}, [Fill %] < {'25'}>} Items)

Count({$<[Fill %] = {'>0'}, [Fill %] ={'<25'}>} Items)

 

None of the above work.  Any ideas or suggestions are greatly appreciated!

Labels (1)
10 Replies
Nixi80
Contributor
Contributor

It seems ok. I checked a few rows, it works fine.

The problem was related to the Key, I just considered one field concatenated properly.

Thanks