The Checkbox has a 2 data fields for binding :
- Using : the value used internally for filtering
- Displaying : the value displayed for selection
Using : filter value
This represents the category we want to use internally to filter distinct values.
This field cannot be aggregated : it must have several separate values in order to be used as filter. This is usually an internal unique ID.
This is a required field.
Displaying : display value
This represents the text displayed to the user when viewing the Checkbox.
This field cannot be aggregated : it must have several separate values in order to be used as filter.
Values can be duplicates because the unique values used for filtering are the ones configured for Using.
This is an optional field.
Last modified:
May 02, 2019
Post your comment on this topic.