How to get a list from the current table

Hello, my friends!

I have a table called Animals, where I have record cattle information. When cow calved, I have added a new row with information new bord calve.

Every cow row has a column called mother. So, when I record newborn calve I have just added mother ID to the mother column.

Now, I want to see all the calves of cow in a detailed view.

How can I select calves from the Animals table in virtual column ?

Solved Solved
0 12 857
1 ACCEPTED SOLUTION

This is because of syntax error for

FILTER(โ€œAnimalsโ€, ([ะะฝะฐัั‹][VID] = [_THISROW].[VID]))

[ะะฝะฐัั‹][VID]

Should return the list type , which making this syntar errorly.

View solution in original post

12 REPLIES 12
Top Labels in this Space