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: 
twanqlik
Creator II
Creator II

Exclude values from a table with a button

I would like to create a button in my application that i can use to exclude values above 100%.

What is the best way to do this?

I've added a small example of my application in this topic.

1 Solution

Accepted Solutions
sunny_talwar

Check the attached

Value Excluded

Capture.PNG

To include press the button again....

Capture.PNG

View solution in original post

5 Replies
Anil_Babu_Samineni

May be using Dimension Limits?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

Check the attached

Value Excluded

Capture.PNG

To include press the button again....

Capture.PNG

twanqlik
Creator II
Creator II
Author

Suppose i don't want to use a button anymore but a listbox, what should i change then?

sunny_talwar

Here is with a field called Select

Capture.PNG

Added this using an Inline Load in the script and is an Island table not connected to any other table in the script

Select:

LOAD * INLINE [

    Select

    Include

    Exclude

];

twanqlik
Creator II
Creator II
Author

Perfect, thank you!