You can use Select component with dynamic data 

In this article we show using Select with Data from Objects Filter

Step-by-step guide

Let's do it together

  1. Goto Objects in your APP
  2. Create 2 columns (code and Name)
  3. Create New filter and setup it 
  4. Goto Constructor
  5. Add Select component on the screen 
  6. Select this component to see it's properties
  7. Choose Dynamic options 
  8. Put in Data Source the hashtag for your filter (for example - #ObjectsFilter:ourData:Data# )
  9. Put in Label key the objects@ + column name from Objects (for example - objects@code )
  10. Put in Value key the objects@ + column name from Objects (for example - objects@Name )
  11. Save screen
  12. Open mobile app and check the result (in this picture - Option label is from Static options in that component )


Be very careful when filtering any data! Users will be dissatisfied if the item list contains more than 10 items.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues