Access the Name of a member at a specific level? -
10-05-2005
, 03:41 AM
I need a calc-member that returns the name of the "top" member.
The MDX below gives me the member, but MyHierarchy has 5 levels and I want
only the name of the member at the leaf level. I tried appending
".Item(0).Name", but that gives an error.