![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear all, I have a cube called "Sales" and a dimension called "Product". "Product" dimension contains the following levels: Level 1: Product Family Level 2: Product Department Level 3: Product Category Level 4: Product Subcategory Level 5: Brand Name Level 6: Product Name. Using the following MDX query, I can drill down to see the sub total of each level. select {[Measures].[Store Sales]} on columns, DrilldownLevel(DrilldownLevel({[Product].[Product Family].members})) on rows from Sales I would like to know whether there is a easy way to write drill down statement coz I may need to drill to the thrid, fourth or even sixth level. |
|
Thanks! Best Wishes, Polly |
#3
| |||
| |||
|
|
For example if you'd like to show all level and all members you have [Product].allmembers HTH, Andrej "Polly" <Polly (AT) discussions (DOT) microsoft.com> wrote in message news:137275B4-4FF3-4174-921E-FB9E9FDDBD33 (AT) microsoft (DOT) com... Dear all, I have a cube called "Sales" and a dimension called "Product". "Product" dimension contains the following levels: Level 1: Product Family Level 2: Product Department Level 3: Product Category Level 4: Product Subcategory Level 5: Brand Name Level 6: Product Name. Using the following MDX query, I can drill down to see the sub total of each level. select {[Measures].[Store Sales]} on columns, DrilldownLevel(DrilldownLevel({[Product].[Product Family].members})) on rows from Sales I would like to know whether there is a easy way to write drill down statement coz I may need to drill to the thrid, fourth or even sixth level. Then, do I use 6 times "DrilldownLevel"? Is there any simple MDX statement to do the above action? Thanks! Best Wishes, Polly |
#4
| |||
| |||
|
|
For example if you'd like to show all level and all members you have [Product].allmembers HTH, Andrej "Polly" <Polly (AT) discussions (DOT) microsoft.com> wrote in message news:137275B4-4FF3-4174-921E-FB9E9FDDBD33 (AT) microsoft (DOT) com... Dear all, I have a cube called "Sales" and a dimension called "Product". "Product" dimension contains the following levels: Level 1: Product Family Level 2: Product Department Level 3: Product Category Level 4: Product Subcategory Level 5: Brand Name Level 6: Product Name. Using the following MDX query, I can drill down to see the sub total of each level. select {[Measures].[Store Sales]} on columns, DrilldownLevel(DrilldownLevel({[Product].[Product Family].members})) on rows from Sales I would like to know whether there is a easy way to write drill down statement coz I may need to drill to the thrid, fourth or even sixth level. Then, do I use 6 times "DrilldownLevel"? Is there any simple MDX statement to do the above action? Thanks! Best Wishes, Polly |
#5
| |||
| |||
|
|
Sometimes, I have to show all levels and all members at specific level. Then, how to write this MDX query? Thanks! Polly "Andrej Hudoklin" wrote: For example if you'd like to show all level and all members you have [Product].allmembers HTH, Andrej "Polly" <Polly (AT) discussions (DOT) microsoft.com> wrote in message news:137275B4-4FF3-4174-921E-FB9E9FDDBD33 (AT) microsoft (DOT) com... Dear all, I have a cube called "Sales" and a dimension called "Product". "Product" dimension contains the following levels: Level 1: Product Family Level 2: Product Department Level 3: Product Category Level 4: Product Subcategory Level 5: Brand Name Level 6: Product Name. Using the following MDX query, I can drill down to see the sub total of each level. select {[Measures].[Store Sales]} on columns, DrilldownLevel(DrilldownLevel({[Product].[Product Family].members})) on rows from Sales I would like to know whether there is a easy way to write drill down statement coz I may need to drill to the thrid, fourth or even sixth level. Then, do I use 6 times "DrilldownLevel"? Is there any simple MDX statement to do the above action? Thanks! Best Wishes, Polly |
#6
| |||
| |||
|
|
Dear all, I have a cube called "Sales" and a dimension called "Product". "Product" dimension contains the following levels: Level 1: Product Family Level 2: Product Department Level 3: Product Category Level 4: Product Subcategory Level 5: Brand Name Level 6: Product Name. Using the following MDX query, I can drill down to see the sub total of each level. select {[Measures].[Store Sales]} on columns, DrilldownLevel(DrilldownLevel({[Product].[Product Family].members})) on rows from Sales I would like to know whether there is a easy way to write drill down statement coz I may need to drill to the thrid, fourth or even sixth level. |
|
Thanks! Best Wishes, Polly |
![]() |
| Thread Tools | |
| Display Modes | |
| |