The Combobox has a 2 data fields for binding :

  • Using : the value used internally for filtering
  • Displaying : the value displayed for selection

Combobox data configuration example

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 Combobox.

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

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment