Hi everyone,
I have a parent-child-hierarchie, where the different branches has different lengths; for example the fist one is:
Level1 - aLevel2 -aLevel3 -atotal
and the second:
Level1 - bLevel2-bLevel3 - bLevel4 - bLevel5 - btotal
Now I need the memebers of the second last Level, so in the examle: aLevel3 and bLevel5
How can I get them?
Thanks in advance for your help!
View Complete Post