Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

fixed slider

hi

i have a multivalue slider that lets the user to select a range of a field. now i need to fix beginning of this range.how is it possible?

thanks

6 Replies
Anonymous
Not applicable
Author

Hi,

you can limit the displayed values using an expression instead of a field then you could write something like:

if( purgechar(Quarter, 'Q') > 2, Month)

this will only display Months from Quarters 3 +4.

Hope this helps.

Best regards

Stefan

Anonymous
Not applicable
Author

Hi,

I am not sure if I understood correctly but Min() and Max() function can help to sort out this.


Thanks

Not applicable
Author

min and max can be helpful when we use variable but i am using field. while we use field, min and max options are not active.

Not applicable
Author

there is no Expression tab about slider object

Anonymous
Not applicable
Author

General -> Data instead of a field in the fieldlist choose <Expression>

ecolomer
Master II
Master II

You can see this example I think help you

In them you have two input dates select