On Sep 30, 8:33*am, Scott C <scottcarm... (AT) comcast (DOT) net> wrote:
Quote:
I have a Parent Child rollup where a Manager (called a VPP in my case)
could contain him or herself as a Direct Report (Child) as well. So as
an example for a certain measure:
Gail Christopher * * * * * * * * * *9
* *-- Joe Burns * * * * * * * * * * *2
* *-- Gail Christopher * * * * * * 3
* *-- Jane Walsh * * * * * * * * * 4
How would I structure the MDX to get the Child (or leaf level) Gail
Christopher value of 3 and not the Parent value of 9 |
Figured it out. I need to use the DataMember function such as:
[Lead].[Report To].&[601].DataMember