Thank you.
But is there a way to not include the All on the part of the max?
you talk about the "all member"?
yes, using AS2005: Dimension.Attribute.Attribute.members returns only the
members (not the all members)
or Dimension.Hierarchy.level.members
using AS2000: Dimension.[All member name].children
or
descendants(Dimension.currentmember, Dimension.Level)
or
descendants(Dimension.[All member name], Dimension.Level)
I don't remember if AS2000 support the dimension.level.members formula ;-)
sorry, my mind switch to 2005 :-P
> Thank you.
>
[quoted text clipped - 11 lines]
>>>
>>> IS there way to do this?