![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have cubes that work fine. They show an Employee dimension with Member Key Column = Employee_ID and Member Name Column = Employee_Name When my users view the cubes in an Excel pivot table, they see one Employee column with the Employee's name, but they don't see the Employee's Employee_ID. I know I could change the Member Name Column property to Employee_ID + ' - ' + Employee_Name But they don't want that. They want to see Employee_ID and Employee_Name as 2 seperate columns that are available to be dragged to the pivot table report. If I add a 2nd Dimension for Employee_ID it doesn't work because the cube doesn;t know that there's a 1 - 1 relationship between the Employee_Name dimension and the Employee_ID dimension. Is there any way I can show 2 columns in the cube from a single dimension? I want my cube users to see Employee_ID and Employee_Name as seperate columns in their Pivot tables. thanks |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
-----Original Message----- Thanks for the reply. MDX seems like a good solution, but maybe Excel XP will do every thing I need. How can I display member properties in an Excel XP Pivot table as you mentioned below? I've looked at some of my Pivot table sheets and I can find the feature to show member properties of a dimension or a level. Thanks -----Original Message----- Maybe you can put a new level in your dimension. When the user drill down from the name, the ID appear. Also, an MDX query can resolve your issue (but not easy to create for a simple user) Other option : Creating 2 hierarchies in your dimension, 1 with the name only and the second with the ID + name. The user cannot used the 2 hierarchies at the same time. Also... Excel XP can display the properties of a member in the sheet, so the user can display the name + the id (and other informations) good luck ! "louis garrett" <louis315 (AT) hotmail (DOT) com> a écrit dans le message de news:360001c3401a$61dee1f0$a601280a (AT) phx (DOT) gbl... I have cubes that work fine. They show an Employee dimension with Member Key Column = Employee_ID and Member Name Column = Employee_Name When my users view the cubes in an Excel pivot table, they see one Employee column with the Employee's name, but they don't see the Employee's Employee_ID. I know I could change the Member Name Column property to Employee_ID + ' - ' + Employee_Name But they don't want that. They want to see Employee_ID and Employee_Name as 2 seperate columns that are available to be dragged to the pivot table report. If I add a 2nd Dimension for Employee_ID it doesn't work because the cube doesn;t know that there's a 1 - 1 relationship between the Employee_Name dimension and the Employee_ID dimension. Is there any way I can show 2 columns in the cube from a single dimension? I want my cube users to see Employee_ID and Employee_Name as seperate columns in their Pivot tables. thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.495 / Virus Database: 294 - Release Date: 2003-06-30 . . |
#6
| |||
| |||
|
|
-----Original Message----- Thanks for the reply. MDX seems like a good solution, but maybe Excel XP will do every thing I need. How can I display member properties in an Excel XP Pivot table as you mentioned below? I've looked at some of my Pivot table sheets and I can find the feature to show member properties of a dimension or a level. Thanks -----Original Message----- Maybe you can put a new level in your dimension. When the user drill down from the name, the ID appear. Also, an MDX query can resolve your issue (but not easy to create for a simple user) Other option : Creating 2 hierarchies in your dimension, 1 with the name only and the second with the ID + name. The user cannot used the 2 hierarchies at the same time. Also... Excel XP can display the properties of a member in the sheet, so the user can display the name + the id (and other informations) good luck ! "louis garrett" <louis315 (AT) hotmail (DOT) com> a écrit dans le message de news:360001c3401a$61dee1f0$a601280a (AT) phx (DOT) gbl... I have cubes that work fine. They show an Employee dimension with Member Key Column = Employee_ID and Member Name Column = Employee_Name When my users view the cubes in an Excel pivot table, they see one Employee column with the Employee's name, but they don't see the Employee's Employee_ID. I know I could change the Member Name Column property to Employee_ID + ' - ' + Employee_Name But they don't want that. They want to see Employee_ID and Employee_Name as 2 seperate columns that are available to be dragged to the pivot table report. If I add a 2nd Dimension for Employee_ID it doesn't work because the cube doesn;t know that there's a 1 - 1 relationship between the Employee_Name dimension and the Employee_ID dimension. Is there any way I can show 2 columns in the cube from a single dimension? I want my cube users to see Employee_ID and Employee_Name as seperate columns in their Pivot tables. thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.495 / Virus Database: 294 - Release Date: 2003-06-30 . . |
![]() |
| Thread Tools | |
| Display Modes | |
| |