Based on the description of how you set up [Begin] and [End] dimensions,
the only leaf cube cells (at the day level) that hold data have linked
[Begin] and [End]. This doesn't affect [Measures].[DayCount], since it
is only based on the 2 dimensions, not on cell data.
But for [Measures].[Cumulative], a given [End] day only holds data for
the linked [Begin] day and its ancestors (incl. [All Time]), so override
the [Begin] member:
Quote:
|
Sum(LinkMember(OpeningPeriod([Begin].[Day],
|
[Begin].CurrentMember),[End]):
ClosingPeriod([End].[Day],[End].CurrentMember),
([Measures].[Quantity],[Begin].[All Time]))
- Deepak
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!