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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter. Min value or/and all except certain values

Good day,

I need help with using filters. In my case, I have a chart with X-axis Amount and Y-axis Price. I sorted Amount by Price. But now, I want to filter my data by:

1) showing the only amount of minimum price for each company separately. For example, it would be 8/12 for Company B, 10/22 for Company A and 20/63 Company C.

2) ability to choose certain values or all values except certain. For example, display each company's first 2 lowest price amounts (Company B 8/12 and 10/36; Company A 10/22 and 15/30; Company C 20/63).

Min or certain value.png

Message was edited by: Vidmat Vidmat

12 Replies
Not applicable
Author

swuehl , could you explain to me how to create a slider object to set a variable to 1, 2, 3, please?

swuehl
MVP
MVP

This is your original bar chart:

bar_start.png

I created a variable vTest and a slider object:

Slider_small.png

Slider_small_props.png

And adding the expression to your chart returned

bar_end.png

Not applicable
Author

swuehl‌, thanks. It works.