Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hi,
I am not sure if I understood correctly but Min() and Max() function can help to sort out this.
Thanks
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.
there is no Expression tab about slider object
General -> Data instead of a field in the fieldlist choose <Expression>
You can see this example I think help you
In them you have two input dates select