Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

How to Make (Virtual) Table Containing Only Virtual Column ?

Hi, I'm going to make an empty child table  which reference to master table and only containing virtual columns. The child table just work as a part of master table, so I have not to input anything in the child table. Example:

Master Table

RowIDPriceAmount
110010
211020
31207

Child Table

RowID (Ref to Master Table)Calc (Virtual)
Same With Master Table[RowID].[Price] * [RowID].[Amount]
  

Kind regards

0 7 1,136
7 REPLIES 7
Top Labels in this Space