Thanks for you answer Brian
But I don't have a year Level in my Periode dimension !
I only have months . So I have to manage with the name (for example
November 2003) with this formula "Right([PERIODE].CurrentMember.Name,
4)" to have the year ...
Do you have an idea ?
"Brian Altmann" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
Try:
(Ancestor([PERIODE].CurrentMember,[Year Level]).lag(1),Measures.[Un])
Replace [Year Level] with the name of the level containing the years in your [Periode] dimension.
Sum is not necessary since the member of the year level returned by this query holds the aggregated value.
HTH,
Brian
www.geocities.com/brianaltmann/olap.html |