if({Root Container.CheckBox.selected},now(5000),now(0))
I am trying to dynamically change the polling rate of a now() binding in a Date Range slider endDate using a CheckBox to select/deselect live mode. I have tried placing the above expression in as a binding in the endDate. I have also tried to do an action performed script on the CheckBox to change from now(5000) to now(0). Not successful yet.
Anyone have a suggestion to try?
Thanks.