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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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)

Labels (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