![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
| ... |
| With Member [Measures].[ProductDescr] as |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Hi, The results from following two MDX is same: both of them are not showing member properties. 1. SELECT {[Measures].[Sales]} ON COLUMNS, [Products].Members DIMENSION PROPERTIES [ProductsDate].[Description] ON ROWS ...... 2. SELECT {[Measures].[Sales]} ON COLUMNS, {[Products].Members} ON ROWS ...... The first MDX is not giving any error message but not showing Description. Any help will be greatly appreciated. Thanks Mahesh *** Sent via Developersdex http://www.developersdex.com *** |
#7
| |||
| |||
|
|
Hi, How can i display member properties instead of members. For example, Select {[Measures].[Price]} On Columns, {[Product].AllMembers} On Rows From [Products] displays the product names in columns. But i want to display "Product Description" which is a member property of Product INSTEAD of name. Can this be done? Any help will be greatly appreciated. Thanks Mahesh *** Sent via Developersdex http://www.developersdex.com *** |
#8
| |||
| |||
|
|
Hi, The results from following two MDX is same: both of them are not showing member properties. 1. SELECT {[Measures].[Sales]} ON COLUMNS, [Products].Members DIMENSION PROPERTIES [ProductsDate].[Description] ON ROWS ...... 2. SELECT {[Measures].[Sales]} ON COLUMNS, {[Products].Members} ON ROWS ...... The first MDX is not giving any error message but not showing Description. Any help will be greatly appreciated. Thanks Mahesh *** Sent via Developersdex http://www.developersdex.com *** |
#9
| |||
| |||
|
|
Hi, The results from following two MDX is same: both of them are not showing member properties. 1. SELECT {[Measures].[Sales]} ON COLUMNS, [Products].Members DIMENSION PROPERTIES [ProductsDate].[Description] ON ROWS ...... 2. SELECT {[Measures].[Sales]} ON COLUMNS, {[Products].Members} ON ROWS ...... The first MDX is not giving any error message but not showing Description. Any help will be greatly appreciated. Thanks Mahesh *** Sent via Developersdex http://www.developersdex.com *** |
![]() |
| Thread Tools | |
| Display Modes | |
| |