I have a view with a checkbox. If the checkbox is "checked" some other controls should be visible. If the checkbox is "unchecked" these controls should not be visible.
At the moment I need two things:
- some steps in the "View Initialize" rule (if checked show controls - else hide controls).
- and a new rule "if control changed" again with an if-clause (if change and if value is true then show controls else hide controls)
At point 1 I can minimize the effort if I hide the controls by default and only show them if the value is true.
But for point 2 there is no "short version". Maybe this is more a feature request but I couldn't find where to leave them?
It would be nice if there was a new action "Switch visibility of control".
Then the rule for "if control changed" would be much shorter: If control change then switch visibility of control.
Or do I miss something and there is allready a compareable action?
Regards
Viktor