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: 
Anonymous
Not applicable

How to count the number of id's if the price is less than 10?

Hi Team,

I have columns with id's, Price, Country. I need to count the number of id's with Price is less than 10. I tried with many different methods and failed. I am new to Qlikview and not understanding how to get this.

1 Solution

Accepted Solutions
sunny_talwar

May be this

Count(DISTINCT {<Price = {'<10'}>} ID)

View solution in original post

2 Replies
sunny_talwar

May be this

Count(DISTINCT {<Price = {'<10'}>} ID)

Anonymous
Not applicable
Author

It is working. Thank you Sunny