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: 
Not applicable

Slicer with 2 selectors

Is possible to have a slicer with 2 selectors?

Or exists any alternative to this (maybe InputBox)?

Thanks!

1 Solution

Accepted Solutions
kkkumar82
Specialist III
Specialist III

Hi ,

if you want to use two sliders rather than one see in second sheet of the attached qvw file.

Thanks

Kiran Kumar

View solution in original post

6 Replies
Chanty4u
MVP
MVP

u can try

with min and max values

=Sum({<InvoiceNo={">=$(vMin) <=$(vMax)"}>} Amount)

Not applicable
Author

But In a Slicer?

Chanty4u
MVP
MVP

ohh

You can also use the hide excluded option in the properties so that unrelated

Chanty4u
MVP
MVP

or

example

You can put a expression like this

If(GetSelectedCount(location)=1, categories)

U can use an expression like that

instead of using the fields

kkkumar82
Specialist III
Specialist III

Hi ,

Please find attached.

Thanks

Kiran Kumar

kkkumar82
Specialist III
Specialist III

Hi ,

if you want to use two sliders rather than one see in second sheet of the attached qvw file.

Thanks

Kiran Kumar