![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Could you provide some sample data and results, to better illustrate what you're trying to do? - Deepak *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
| |||
| |||
|
|
Hi folks! I have a cube with a store dimension where I need to know the number of stores, that have sold a certain product SO FAR. with the following mdx I get the count of stores, that sold in the current period: with set mytime as 'nonemptycrossjoin( time.[week].members)' member [Measures].[Count] as ' filter(([store].[store_level].members), (measures.volume) 0).count' select {mytime} on columns, {measures.test} on rows from [myCube] where ( [Product].[myProduct] ) In addition I want to know now for each period the number of stores that have sold since period1 (in period2 I need to know the number of stores that sold in period1 but not in period2 anymore plus those who sold in period2). Has anyone an idea hwo to solve this problem? Thanks Bernardo -- Gott sei Dank bin ich Atheist. [Luis Buñuel] |
![]() |
| Thread Tools | |
| Display Modes | |
| |