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

How to select based on expression

Hi all,

I want to select those items in a list box that have frequency more than 2. Any way to select it using expression/advance search? I can't get the advance search to work. (i.e. count(ID) > 1)

2 Replies
hic
Former Employee
Former Employee

if you as search string use =Count(ID)>1 then it should work. Including the equal sign.

Image1.png

HIC

maxgro
MVP
MVP

=count(YourField)>2