Solved it..
Thanks anyway
Member [Measures].[All Whatever] AS
'Sum(Periodstodate([Period].[(All)], [Period].CurrentMember),
[Measures].[Whatever])'
"AshVsAOD" <.> wrote
Quote:
Hello...
I have a cube that has a Time dimension... Within this dimension there are
three members 2003, 2004, 2005...
I am using this MDX as a calculated Member SUM(YTD(),[Measure].[Whatever])
which works fine.. However now I need to create another calculated member
that acts like the YTD function but covers all periods..
Can anybody assist? |