Display multiple attributes in reference dropdown selection

0
I have entity A which contains attributes ‘Name’ and ‘Age’. I need option values displayed as  ‘Name’+’Age’ in reference selector   example:  A – 25                    B – 30
asked
2 answers
0

You can use a calculated attribute which adds these two attributes. Then use this attribute in dropdown.

 

there is a drawback on calculated attribute though

answered
0

you can use bootstrap multi select widget.

answered