Question about ref fields. I'm building an ...

Question about ref fields.

Iโ€™m building an app for shift reports. Say i have 3 tables:

Operators Shifts Reports

I create a report first then from within that form i create or choose an existing Shift. All good so far. Each shift will have its details and the operator as well created or chosen from within that form.

iโ€™d like to be able to link the report to the operators as well so i can see what reports each operator has written. Shouldnโ€™t i be able to do this with a ref from reports to Shifts and then shifts to operators?

i canโ€™t seem to figure out how this is done. Any help would be great.

0 1 324
1 REPLY 1

You can do it using Dereferencing;

see this article:

http://help.appsheet.com/expressions/expression-types/dereferences

Top Labels in this Space