If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > cumulate values with OWC10

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-25-03, 09:34
donato.t donato.t is offline
Registered User
 
Join Date: Aug 2003
Posts: 1
Question cumulate values with OWC10

Hello,
I have this problem (that I thought a common problem...): I have a OLAP cube with a time dimension (year - quarter - month, the start of the year is October 1st and not January 1st but this is not the problem).
For each month I have a value related to that month.
Then this measure is displayed using OWC10 PivotTable.
I'd like to have a calculated total that cumulates the values for each month giving a cumulative value BUT using only the filtered members.

For example:
Oct '02 value 10
Nov '02 value 5
Dec '02 value 2
If I don't filter I expect 10, 15 and 17 as cumulated values, but if I exclude for Oct '02 I expect 5 and 7 and not 15 and 17.

How can I determine in the MDX for the calculated member which members of my time dimension are filtered ?

Many many thanks!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On