![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I've only recently started working with Analysis Services (2000) and I'm trying to figure out how to structure the cube so that I can allow the user to see descriptions instead of raw ID values. My cube currently works but shows the IDs. Sometimes this is OK, but in some cases (for example: there's a dimension called "BusinessLineGroup" that has ID field values 1, 2, and 3 that correspond to "Main", "Division 1" and "Division 2"). I'd rather show users these descriptions. However, it appears that there is no way to specify the "lookup" value that it should use for an ID. I'm reticent to substitute the description for the ID because I'd think that may affect performance and I'd like to be able to query by ID with MDX. However, in something like Office 2003 etc. I'd like to be able to show the description. Is there a way to do this? If this were regular SQL I'd simply join to the lookup table and provide a view for the users to use that would combine both and strip out the IDs. Thanks, Kevin. |
#3
| |||
| |||
|
|
the convention of [dimension].[name] will access by name, prefixing the member with an ampersand - [dimension].&[key] will access by the ID. |
#4
| |||
| |||
|
|
When you edit your dimensions you will notice that there is a properties window in the bottom left hand corner (If you can't see it there will be a button at the bottom of the screen that you click to make it visible) For each level in your dimension you can set a member key column and a member name column. Keep the key column pointing to your ID, but point the name column to the description. |
#5
| |||
| |||
|
|
I've only recently started working with Analysis Services (2000) and I'm trying to figure out how to structure the cube so that I can allow the user to see descriptions instead of raw ID values. |
![]() |
| Thread Tools | |
| Display Modes | |
| |