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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter based on a column

I have some raw data and I want to make filter button so when I click the button it only shows rows from the raw data where that column is greater than 0.

How to do this filter?

7 Replies
sujeetsingh
Master III
Master III

You can do it fromUI and even from Script to I have done it in both way in following sample /

The one calculated in UI expression is named as UIDerived and the one which is coming from script is named as FromScript

MayilVahanan

Hi

PFA

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Your example is almost perfect. It highlights the rows, but I want to hide all the other rows that are not highlighted.

This is not a filter, is just highlighting so can you help me on how to fix this?

Not applicable
Author

I tried your QVW and it didn't work. Also the code is too much for an example.

Maybe you can provide me a small example like Mayil?

Thanks,

Miguel

MayilVahanan

Hi

For hide the excluded, you can try like this

in listbox properties -> General -> check Hide Excluded option

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

But that leaves a blank row there....

Not applicable
Author

The correct answer attached.