![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to rebuild our AS2000 cubes in AS2005. In AS2000 I have a RateOfExchangeType dimension with two members, PIM & SQR, which defaults to PIM (no ALL member), so that calculated measures which use it are automatically using PIM unless the user selects SQR. and I want it to default to PIM. In AS2005 I have created a hierarchy within the dimension containing those two members (the default attribute hierarchy has years as well so that is hidden), set the default attribute member to PIM and the IsAggregatable to False, but when I browse the cube PIM is not selected by default and all my measures are blank (even the basic ones that come directly from the fact table); when I select it they remain blank; when I select the non-default member SQR both the standard and calculated measures work correctly. Does anyone have any idea why this would be happening? Thank you |
#3
| |||
| |||
|
|
Hi, Rachel, I have the same error with date dimension. I defined the default member as last month, but all measures apears blank with default member. Its just for information, I didn't found any solution yet. Ramunas "rachel" <rachel.jones (AT) talbotuw (DOT) com> wrote in message news:1165339368.629106.174840 (AT) f1g2000cwa (DOT) googlegroups.com... I am trying to rebuild our AS2000 cubes in AS2005. In AS2000 I have a RateOfExchangeType dimension with two members, PIM & SQR, which defaults to PIM (no ALL member), so that calculated measures which use it are automatically using PIM unless the user selects SQR. and I want it to default to PIM. In AS2005 I have created a hierarchy within the dimension containing those two members (the default attribute hierarchy has years as well so that is hidden), set the default attribute member to PIM and the IsAggregatable to False, but when I browse the cube PIM is not selected by default and all my measures are blank (even the basic ones that come directly from the fact table); when I select it they remain blank; when I select the non-default member SQR both the standard and calculated measures work correctly. Does anyone have any idea why this would be happening? Thank you |
#4
| |||
| |||
|
|
Well it's nice to know I'm not the only one! It's driving me mad - it seems such a simple thing and I cannot see why it doesn't work! Thanks Ramunas. Ramunas Balukonis wrote: Hi, Rachel, I have the same error with date dimension. I defined the default member as last month, but all measures apears blank with default member. Its just for information, I didn't found any solution yet. Ramunas "rachel" <rachel.jones (AT) talbotuw (DOT) com> wrote in message news:1165339368.629106.174840 (AT) f1g2000cwa (DOT) googlegroups.com... I am trying to rebuild our AS2000 cubes in AS2005. In AS2000 I have a RateOfExchangeType dimension with two members, PIM & SQR, which defaults to PIM (no ALL member), so that calculated measures which use it are automatically using PIM unless the user selects SQR. and I want it to default to PIM. In AS2005 I have created a hierarchy within the dimension containing those two members (the default attribute hierarchy has years as well so that is hidden), set the default attribute member to PIM and the IsAggregatable to False, but when I browse the cube PIM is not selected by default and all my measures are blank (even the basic ones that come directly from the fact table); when I select it they remain blank; when I select the non-default member SQR both the standard and calculated measures work correctly. Does anyone have any idea why this would be happening? Thank you |
#5
| |||
| |||
|
|
Well it's nice to know I'm not the only one! It's driving me mad - it seems such a simple thing and I cannot see why it doesn't work! Thanks Ramunas. Ramunas Balukonis wrote: Hi, Rachel, I have the same error with date dimension. I defined the default member as last month, but all measures apears blank with default member. Its just for information, I didn't found any solution yet. Ramunas "rachel" <rachel.jones (AT) talbotuw (DOT) com> wrote in message news:1165339368.629106.174840 (AT) f1g2000cwa (DOT) googlegroups.com... I am trying to rebuild our AS2000 cubes in AS2005. In AS2000 I have a RateOfExchangeType dimension with two members, PIM & SQR, which defaults to PIM (no ALL member), so that calculated measures which use it are automatically using PIM unless the user selects SQR. and I want it to default to PIM. In AS2005 I have created a hierarchy within the dimension containing those two members (the default attribute hierarchy has years as well so that is hidden), set the default attribute member to PIM and the IsAggregatable to False, but when I browse the cube PIM is not selected by default and all my measures are blank (even the basic ones that come directly from the fact table); when I select it they remain blank; when I select the non-default member SQR both the standard and calculated measures work correctly. Does anyone have any idea why this would be happening? Thank you |
#6
| |||
| |||
|
|
I had a similar problem when trying to set the default member in MDX script. After a lot of trial and error, I determined that the MDX to calculate the default member seems to fail the first time that it is called, but will work when used a second time. As a workaround, I first call the MDX in a hidden calculated member. CREATE MEMBER CURRENTCUBE.[Data History].[Data History].[Bug Workaround] AS Tail([Data History].[Data Load].MEMBERS, 1).Item(0), FORMAT_STRING = "#,#", VISIBLE = 0 ; ALTER CUBE CURRENTCUBE UPDATE DIMENSION [Data History], DEFAULT_MEMBER = 'Tail([Data History].[Data Load].MEMBERS, 1).Item(0)'; rachel wrote: Well it's nice to know I'm not the only one! It's driving me mad - it seems such a simple thing and I cannot see why it doesn't work! Thanks Ramunas. Ramunas Balukonis wrote: Hi, Rachel, I have the same error with date dimension. I defined the default member as last month, but all measures apears blank with default member. Its just for information, I didn't found any solution yet. Ramunas "rachel" <rachel.jones (AT) talbotuw (DOT) com> wrote in message news:1165339368.629106.174840 (AT) f1g2000cwa (DOT) googlegroups.com... I am trying to rebuild our AS2000 cubes in AS2005. In AS2000 I have a RateOfExchangeType dimension with two members, PIM & SQR, which defaults to PIM (no ALL member), so that calculated measures which use it are automatically using PIM unless the user selects SQR. and I want it to default to PIM. In AS2005 I have created a hierarchy within the dimension containing those two members (the default attribute hierarchy has years as well so that is hidden), set the default attribute member to PIM and the IsAggregatable to False, but when I browse the cube PIM is not selected by default and all my measures are blank (even the basic ones that come directly from the fact table); when I select it they remain blank; when I select the non-default member SQR both the standard and calculated measures work correctly. Does anyone have any idea why this would be happening? Thank you |
![]() |
| Thread Tools | |
| Display Modes | |
| |