I have table โvehiculosโ which have four columns โID_VEHICULOโ, โMarcaโ, โmodeloโ, โaรฑoโ. And I have table โpreciosโ which have two columns โID_PRECIOโ, โvehiculoโ, this last one is related with table โvehiculosโ using REF_ROWS with a virtual column, the idea itโs be able to select a vehicle of table โvehiculosโ while adding a new row in table โpreciosโ but in the dropdown input mode I can only see the value of โmarcaโ And I need also be able to see โmodeloโ and โaรฑoโ. How can I do this?
Solved! Go to Solution.
Youโll need to concatenate together the multiple columns into a single column that is marked as the Label. See this article:
Youโll need to concatenate together the multiple columns into a single column that is marked as the Label. See this article:
Thank you so much @Marc_Dillon, it worked perfectly!
User | Count |
---|---|
18 | |
10 | |
8 | |
5 | |
5 |