Hello everyone Is it possible to have a drop...

Hello everyone

Is it possible to have a dropdown list with more information than the user selection ? For instance, I have a list of places with a code and a description. I would like both information appearing in the dropdown as text but only the code will populate the form.

Thx

0 2 310
2 REPLIES 2

If the column type is Ref, the dropdown will display the values from the LABEL column of the rows from which the dropdown is generated. When the user chooses one, the KEY value from the chosen row will be stored.

Like +Steve Coile said, you can create a Virtual Column concatenating all the data you want and check it as LABEL

Top Labels in this Space