Hello!
I've configured a multi-select drop down to display two values in the look-up, like so:
https://www.screencast.com/t/9tayDfWb2GKn
The drop-down lookup displays the concatenated "Name" and "Alpha" fields, as expected.
When a value is selected from the drop-down, the concatenated result is shown, like so:
https://www.screencast.com/t/cV6S8y3KDdy
Nevertheless, I'd like to display only the "Alpha" field in the selection, e.g. the "en" and "fr" instead of "English en" and "French fr" respectively. Is this possible? How can I achieve this result without having to sacrifice showing the "English" and "French" texts in the dropdown?
Thanks.