I have (in a simplified version)
-a customers table
-a contact details table , containing one row per customer , referenced to customers table key
-a tasks table , referenced to customers table key
I need a VC in tasks table that shows a column value from contact details table (the phone number)
For now I have a VC in tasks that show the entire row from contact details , using
[customerID].[contact details] , but I need only one VC column as phone column.
I have tried parentheses and different ANYs , but of course it will not work , like
([customerID].[contact details])[phoneno] :))
One way would be to create a VC in customers first , to get phone number, but I am interested in a chained dereference-reference formula , if there is such a tip and trick, without selects/lookups
I think I did and this will work for dereferencind a child to a grandparent value. But a I have two children tables and a parent , not a grandparent-parent-child