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

Greater than option in Filter plane

Hi,

I need to use greater than option in filter plane, my data are only numbers.

How can I do that, can some one help me.

Thanks

Ganesh kumar

1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

try this

=if(aggr(count(fieldname),fieldname>1,fieldname)

Only display values greater than 2 in list box

View solution in original post

2 Replies
Chanty4u
MVP
MVP

try this

=if(aggr(count(fieldname),fieldname>1,fieldname)

Only display values greater than 2 in list box

Anonymous
Not applicable
Author

I tried its not working for me. Is there any other options available