Can a virtual column be a ref to another table? if so, what would my formula be?

Can a virtual column be a ref to another table? if so, what would my formula be?

0 2 290
2 REPLIES 2

It is simply the other tableโ€™s Key column so typically you would have to have a column in this table with the Key value or some way to get that. For example, if you have a column called Date in TableA and the key column in TableB is a date column, you could simply make the VC a ref type with app formula [Date].

ok. Thanks

Top Labels in this Space