slider conditional feasible
|
|
Hi, everyone,
I want to design an interface for a clinic. The clinic needs to do overbook sometime. Say variable A is the decision variable for the overbook policy. The clinic needs to play with it only when they want to do overbook. Thus, I put a checkbox "I want to do overbook" on the interface. and I put a slider for variable A to allow users play with. I want to make the slider show up only when the users check the checkbox, otherwise the slider is invisible. I try to change the slider's condition as visible when the checkbox is checked, but it didn't work as I wanted. The slider is there all the time. Do you know how to make the whole slider invisible when the checkbox is unchecked? Furthermore, I want to make the slider doesn't work when the checkbox is unchecked, since if the clinic doesn't allow overbook, the overbook decision variable A shouldn't work in the model. So I want to make the slider works only when the checkbox is checked. Thank you very much. Muyuan |
|
|
Hi Muyaun,
Using conditionals, sliders should be able to listen to any change in a decision and either hide/show or disable/enable itself based on the value of the decision. If you have followed the guidelines outlined in the link below and are still having issues, please send me a link to your sim. I'll make a copy of it and determine whats causing the issue. http://forio.com/simulate/docs/index.php/page/slider_decision_conditionals/ Thanks, Tod |
Please log in to reply to topics.