Change Control Value Based on Another Control
Comments
-
On a Form, how I do I change the value of a control based on a value of another control?
For example –
Form has a drop-down with “Red”, “Blue”, “Black” and a checkbox list with “Red”, “Blue”, “Black”. How do I auto check the corresponding color when the drop down selection changes?
[i]edited by Gruber on 4/23/2019[/i] -
This can be achieved using a Data Flow. For more information on Data Flows, please refer [url=https://documentation.decisions.com/docs/using-flow-data-form]Using Data Flow in a Form[/url].
The Data Flow will take the value selected on the Drop-Down as input and will output a String List. This List will be chosen as the Data Name for the selected component of the CheckBox List.
I have also attached an example for your reference. Please refer [url=https://documentation.decisions.com/docs/exporting-and-importing-overview]Exporting and Importing Overview[/url] for more information on how to import the Project.