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 186
1 ACCEPTED SOLUTION

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

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
Platinum 4
Platinum 4

@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