Create a dropdown with two table list

IS there any way to Create a dropdown with two table list?

i need to show at dropdown, the values from column Maquina, table geral and column Auto from table AA.

3X_6_a_6a41f2a7a34af465be7cdef450c664b5544c7283.png

Solved Solved
0 2 185
1 ACCEPTED SOLUTION

Krumel
Participant I

The best way I can Imagine is using the โ€œSuggested valuesโ€ from the Autocompute section of the description of the column where the answer should be. There you can define it this way:

Geral[Maquina] + AA[Auto]

View solution in original post

2 REPLIES 2

Krumel
Participant I

The best way I can Imagine is using the โ€œSuggested valuesโ€ from the Autocompute section of the description of the column where the answer should be. There you can define it this way:

Geral[Maquina] + AA[Auto]

Steve
Participant V

@Krumelโ€™s suggestion is a good one. You could use Valid If instead of Suggested values if you wished; either can be used to produce the combined dropdown.

See also:

Top Labels in this Space