I have several tables that reference each other, and for the life of me I cannot figure out how to get the referenced data to populate in my data source. Here’s an example:
Which matches what I did with Opportunities, so I’m not sure why it’s not working.
Here’s the backend:
This is happening on another table as well, and I just don’t get it. Days are “part of” Opportunities, but not Positions and Positions are not “part of” Days, so I don’t know if that’s the problem? And, if so, is it impossible to get data to show on another table if it’s not a child or parent?
In my data table for Days, I want it to populate with the key for the associated Opportunity and Position, which are two different tables. I have references to both from the Days data table. However, Days is a child of Opportunities, as is Position. Can I not call the Position key into the Day table because they are not in a child/parent relationship even through they reference each other?
That’s because App formula expressions of normal (non-virtual) columns are only recomputed when you edit or otherwise change the row. With those expressions in place, open a row in a form view and save it (no changes needed). The newly-saved row should then have values in those columns.
Do you strictly need the values in the spreadsheet? If not, make those two columns virtual columns and they’ll get updated automatically.