Configuring Select Widget from a Static Variable
Instead of having a comma-separated list, one can use a Static Variable to hold the list and then bind it to the Select widget. This will enable us to reuse the list at multiple places, if needed.
- Create a Static Variable, choose the Is List and add the list values:
- Bind the Select Widget to the Static Variable dataset:
- Set the Datafield value to the datavalue of the static variable. This is the value that is selected by the user:
- Running the app will result in the display of the Select widget