Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

Count filter / virtual column

Hello,

I have two tables

-First parent table “BDD BONS ENLEVEMENT”

-Second children’s table “BDD DETAIL BONS ENLEVEMENT”

I want to count the number of rows present in the child table with the following formula:

COUNT (
FILTER (
“BDD DETAIL GOOD REMOVAL”,
([PRODUCT NUMBER CORRECT COLLECTION] = [_ THISROW]. [PRODUCT NUMBER CORRECT COLLECTION])
)
)

In the parent table, it works when I insert the formula in a virtual column, but it doesn’t work when I insert it in a table column.

Does anyone know why?

0 2 155
2 REPLIES 2
Top Labels in this Space