drop down displaying one value

I have a field of type ref. It references a table whose headers are SIZE, HEIGHT, AND WEIGHT. Right now when I select the drop down it only displays the SIZE. I would like to display the SIZE, HEIGHT, and WEIGHT columns for the row as well.

Thanks,

Booyah

In the referenced table, you could create an additional column that simply concatenates the 3 field’s values or joins them in some fancier way.

1 Like