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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vlad12
Contributor
Contributor

expression with values geater than dedicated value

Hi there, It's extremely simple in any programming language, but I cannot get how it define in qlik.

I have two columns: ID and Price. I want to show only IDs with prices which is greater than 150. I've read more then 10 topics in this community and found multistring guidelines. But I believe it should be extremely simple in qlik sense

Just smth like: 

sum(only(amount>=150))

but it doesn't work. Could you help me?

13 Replies
Vlad12
Contributor
Contributor
Author

Thanks Omar,

it filtered but the chart broken. How can I just cut off all ids with prices below "150"?

Vlad12_0-1619190644262.png

Vlad12_1-1619190662444.png

the values have been counted, but I need other - remove all ids with value below 150

 

 

Vlad12
Contributor
Contributor
Author

Thanks Marcus for useful information, but I just need to resolve this minor issue at this moment.

Vlad12
Contributor
Contributor
Author

Vlad12_2-1619191237615.png

 

marcus_sommer

Try: sum({< prices = {">=150"}>} prices)