Creating double references Hello all, Is i...

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

0 6 334
6 REPLIES 6

The best thing to do is to create a helper column on the middle table.

thanks - on the spreadsheet or as a virtual column?

Youโ€™d add a virtual column to the middle table that provides the next level of de-reference

I would say people are using normally a virtual column, but sometimes a normal column is a good choice as well. It depends what is your target.

great thanks! created helper columns and then de-references, works perfect

Top Labels in this Space