![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear all, in MDX sample application I constructed this query bellow and it runs perfectly: with member Measures.YTDSales as 'sum(YTD(),[Measures].[Unit Sales])' select {DESCENDANTS([Time].[1997],Month)} on columns, {[Product].[Product Category].Members} on rows from Sales where (Measures.YTDSales) My doubt is: how to do this inside the Analysis Manager? If I put the statement in the calculated members it doens´t work. Is it possible? how? thanks a lot Cristiane |
#3
| |||
| |||
|
|
You can save the calc member in the cube, but not the SELECT statement. tom @ the domain below www.tomchester.net "Cris" <crissarruda (AT) hotmail (DOT) com> wrote in message news:3da37342.0307041903.810a3bf (AT) posting (DOT) google.com... Dear all, in MDX sample application I constructed this query bellow and it runs perfectly: with member Measures.YTDSales as 'sum(YTD(),[Measures].[Unit Sales])' select {DESCENDANTS([Time].[1997],Month)} on columns, {[Product].[Product Category].Members} on rows from Sales where (Measures.YTDSales) My doubt is: how to do this inside the Analysis Manager? If I put the statement in the calculated members it doens´t work. Is it possible? how? thanks a lot Cristiane |
#4
| |||
| |||
|
|
Depends on the front-end. (Just start dargging & dropping...?) tom @ the domain below www.tomchester.net "Cris" <crissarruda (AT) hotmail (DOT) com> wrote in message news:3da37342.0307061703.63ad7bfe (AT) posting (DOT) google.com... thanks Tom, now, please, if I do it in the MDX builder because I wanna see the months in the column and product in the rows.... how do I visualize this at the front end? thanks Cristiane "Tom Chester" <publicNOSPAM (AT) tomchester (DOT) net> wrote in message news:<k20Oa.28$bH.45253 (AT) news (DOT) uswest.net>... You can save the calc member in the cube, but not the SELECT statement. tom @ the domain below www.tomchester.net "Cris" <crissarruda (AT) hotmail (DOT) com> wrote in message news:3da37342.0307041903.810a3bf (AT) posting (DOT) google.com... Dear all, in MDX sample application I constructed this query bellow and it runs perfectly: with member Measures.YTDSales as 'sum(YTD(),[Measures].[Unit Sales])' select {DESCENDANTS([Time].[1997],Month)} on columns, {[Product].[Product Category].Members} on rows from Sales where (Measures.YTDSales) My doubt is: how to do this inside the Analysis Manager? If I put the statement in the calculated members it doens´t work. Is it possible? how? thanks a lot Cristiane |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |