WorryFree Computers   »   [go: up one dir, main page]

Get Column Value from a Ref Column / Table

Hello

I have a ref column and I would like to have another column that contains another value from the same ref row.
but the line should be updated automatically when the storage is changed

Like
Table1 [ID][name][Table2 - REF ITEM][Table2 - REF Store]

Solved Solved
0 3 51
1 ACCEPTED SOLUTION

Have you tried to use a deref expression with the virtual column, something like [RefColumn].[ColumnName]?

View solution in original post

3 REPLIES 3

Have you tried to use a deref expression with the virtual column, something like [RefColumn].[ColumnName]?

had already tried it but not as Virtual column, thank you very much

You're welcome!

Top Labels in this Space