![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
| ... |
| ... |
#3
| |||
| |||
|
|
For both AS 2000 and AS 2005, there should be a single value of a Member Property (aka Attribute Relationship in AS 2005) for a given member. So, while it's interesting to experiment with what gets returned when a Member Property could take multiple values, it might not be something you wish to hang your hat on: http://msdn.microsoft.com/library/de.../en-us/olapdma d/agenhancingdims_3okz.asp ... Before you create a member property in a dimension level with a source column containing nonunique values, you must ensure that each member in the level can have only one value for each member property. Otherwise, member property values will be incomplete and misleading because only one value can be displayed for each member. For example, values in the source column of the Salesperson level are not unique. Each Salesperson can have only one Manager, so Manager is a valid member property in the Salesperson level. However, a Salesperson can work in multiple Regions, so Region is not a valid member property. If Region were defined as a member property, it would display only one Region to end users, even for Salespersons who work in multiple Regions. ... http://msdn2.microsoft.com/en-us/lib...S,SQL.90).aspx ... The main constraint when you create an attribute relationship is to make sure that the attribute referred to by the attribute relationship has no more than one value for any member in the attribute to which the attribute relationship belongs. For example, if you define a relationship between a City attribute and a State attribute, each city can only relate to a single state. ... - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Assuming that you're using AS 2000 and Locations is a shared dimension, you can change the Description Member Property with an incremental update of the dimension - no reprocessing of the cube needed. - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |