Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I want to show a slider when a field of a list box selected and hide when it is unselected how can do this?
like in image (if cus10 select/unselect the last slider show/hide)
thanks
Dear Bhawna
I dont catch the solution to the problem
thanks
Hi Hossein,
Can you try the below (write it in the Conditional property of the slider):
=GetSelectedCount(WriteHereTheFieldNameAsInScript) > 0 and SubStringCount(';' & Concat(WriteHereTheFieldNameAsInScript, ';') & ';', ';WriteHereTheValueRequiredToShowTheSlider;') = 1
For example:
=GetSelectedCount(Customer) > 0 and SubStringCount(';' & Concat(Customer, ';') & ';', ';CUS10;') = 1
Hi Jp_bakhache
It was exactly that I wanted
can you help me how to be good at writing scripts like you.
thanks