I'm trying to count the grandchildren of multiple parent rows. For example, in the header cell I currently have f(x) = "Salesperson: " + Count(Children())
This is only counting the 4 parents rows I have to designate each market area.
What I would like the header to count is how many prospects are in each market area. Is there a Count(grandchildren()) function? I have tried Count(Children(Parent 1)) + Count(Children(Parent 2)) etc. but that number came to over 5 million, when it should have only been 109.
I hope you can help me! Thanks all!