Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Slider and listbox onnection

Hi,

I have created Listbox with options likle below range for variable A_Date.

Current Week,

Last two weeks,

Last Month,

Year to Date,

Last Year

Custom

I have also created Slider bar which shows range of varibale A_Date.

I want to get Slider displayed only if user selects 'Custom' in Listbox , otherwise I want to keep it hidden.

I tried to check if there is conditional display option in slider, but it doesn't have any such object property.

Can you please advise how to achieve this?

1 Solution

Accepted Solutions
Not applicable
Author

Hi Andre

go to slider properties ---> Layout ----> Show condition

and paste there :

=GetFieldSelections(A_Date)='Custom'

View solution in original post

2 Replies
Not applicable
Author

Hi Andre

go to slider properties ---> Layout ----> Show condition

and paste there :

=GetFieldSelections(A_Date)='Custom'

Not applicable
Author

Thanks for showing way to me..

I am beating myself now how come I missed it when it was in front of me.

" I tried to check if there is conditional display option in slider, but it doesn't have any such object property."

Thanks a ton.