Data Model Editor - Value Editors
You can select one of the following editors:
Auto: means that the most appropriate value editor will be used depending on entity attribute's data type and operator which used in condition. For example for date attribute - DataTime Picker control will be shown, for boolean one - the user will get an ability to select the value from the list of two items: False and True.
List of constants: user will be prompted to select one (or more in case of using “is in list” operator) value from the list of available values. Values column stands for values accepted as the choice result (and actually inserted into
SQL text); Text are corresponding text items displayed to user in the pop-up list.
SQL list: Similar to previous two options, but the list of available values is defined by some
SQL query to database. First column of the resulting record set is interpreted as actual value which will be used in result
SQL statement and the second one is used as captions (the text shown to user).
Discussion