Creating double references
Hello all,
Is it possible to make a reference to reference? I.e. I have three tables that are linked. The first table is the item, then there is a detail table under that, which again becomes the item table for another layer of detail. Is it possible to reference the first table from the third one? there are unique IDs at each layer
EX: Client > order > specific items in the order
I’d like to create a slice that shows clients with items not yet delivered and has a “related undelivered items by client ID” field. The orders are delivered concurrently and piecemeal but it’s still necessary to have the order layer there, since they denote specific contracts
thank you