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 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 883
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