Skip to main content
Version: v11.6.0

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.

  1. Create a Static Variable, choose the Is List and add the list values: sel_listvar
  2. Bind the Select Widget to the Static Variable dataset: sel_listvar_bind
  3. Set the Datafield value to the datavalue of the static variable. This is the value that is selected by the user: sel_listvar_props
  4. Running the app will result in the display of the Select widget sel_listvar_run1 sel_listvar_run2

See Also

Select Use Cases