Hi All,
How do I calculate the count of children in a parent row and have it dynamically change depending upon filtered results.
I’ve tried COUNTIF and COUNT plus SUM CHILDREN and they all work showing the correct number of children before a filter is applied.
When I apply a filter, the number of child rows reduce, based upon the filtered criteria, which is correct. But the child COUNT in the PARENT row still totals the same as before the applied filter.
I want the COUNT to summarise the number of rows based upon the filter.
Thank you.