Filip
2 years agoNew Contributor II
Can't get HasChildren to work in CV
Hi,
Grateful for help.
I am trying to expand a member in the Account dimension. I want to expand all children that are base members.
A#MyMember.Children.Where(HasChildren = False)
Above is the formula I am using, but it doesn't work. If I enter False, then all accounts are shown (even calulated members/parents) and if I enter True then all rows are suppressed, I get no result at all.