The images table is a child of the delineatedLocations table.
When someone uploads a picture to the images table, I would like the Name, Driver, and Route fields to be populated with values from the delineatedLocations table that correspond to that location.
How do I do this?
Thank you
How your images table connected to delineatedLocations table? If itโs a reverse ref, you can create a Virtual Column with REF type to your delineatedLocations table and you can then you can de-ref the column values from parent. If itโs not reverse ref, than you can simply de-ref the values.
Okay so what youโre saying is that I create a virtual column in images with this formula:
And then how do I โde-ref the column values from parent?โ
Thank you LeventK. I tried what you suggested but I donโt know why itโs not working. I even tried looking at the sample app.
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |