I want to display in a view some filtered rec...

I want to display in a view some filtered records from a “child” table, but I also want to include in that view some columns from the “parent” table. Is that possible?

0 1 318
1 REPLY 1

Harry2
New Member

@andres_wurgaft Are the “parent” and “child” tables related by reference columns? If so, I’m afraid it’s not possible to include columns from one table in the view of another table. The best that you can do is to use de-reference to pull column values from table into a virtual column of a related table, and then display the virtual column in the view.

Top Labels in this Space