![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to use Calculated Cells but am encountering errors. Here's the descrption: I have a Dimension hierarchy that has Members like: Losses Loss Paid Current Loss Categories Cat Loss Paid Now I want to add Loss Paid and Cat Loss Paid by Calculated Cells and display the sum in Loss Paid. But whenever I create a calculated Cell I get an #ERR. If I create a Calculated Member then it works fine but I need calculated Cells. Please let me know the best way to resolve this and I donot need Calculated Members. Thanks |
#3
| |||
| |||
|
|
I am trying to use Calculated Cells but am encountering errors. Here's the descrption: I have a Dimension hierarchy that has Members like: Losses Loss Paid Current Loss Categories Cat Loss Paid Now I want to add Loss Paid and Cat Loss Paid by Calculated Cells and display the sum in Loss Paid. But whenever I create a calculated Cell I get an #ERR. If I create a Calculated Member then it works fine but I need calculated Cells. Please let me know the best way to resolve this and I donot need Calculated Members. Thanks |
#4
| |||
| |||
|
|
In the MDX Builder I am adding the two members as: [Results].&[300001001]+[Results].&[400003300] which is Losses Paid +Cat Loss Paid ----- Tom Chester wrote: ----- Care to post the formula? tom @ the domain below www.tomchester.net "Narayan" <pnagar (AT) hotmail (DOT) com> wrote in message news:973d7a2c.0312041003.1b8b3090 (AT) posting (DOT) google.com... I am trying to use Calculated Cells but am encountering errors. Here's the descrption: I have a Dimension hierarchy that has Members like: Losses Loss Paid Current Loss Categories Cat Loss Paid Now I want to add Loss Paid and Cat Loss Paid by Calculated Cells and display the sum in Loss Paid. But whenever I create a calculated Cell I get an #ERR. If I create a Calculated Member then it works fine but I need calculated Cells. Please let me know the best way to resolve this and I donot need Calculated Members. Thanks |
#5
| |||
| |||
|
|
In the MDX Builder I am adding the two members as [Results].&[300001001]+[Results].&[400003300 which is Losses Paid +Cat Loss Pai ----- Tom Chester wrote: ---- Care to post the formula tom @ the domain belo www.tomchester.ne "Narayan" <pnagar (AT) hotmail (DOT) com> wrote in messag news:973d7a2c.0312041003.1b8b3090 (AT) posting (DOT) google.com.. I am trying to use Calculated Cells but am encountering errors Here's the descrption I have a Dimension hierarchy that has Members like Losse Loss Pai Current Los Categorie Cat Loss Pai Now I want to add Loss Paid and Cat Loss Paid by Calculated Cell an display the sum in Loss Paid. But whenever I create a calculate Cel I get an #ERR If I create a Calculated Member then it works fine but I nee calculated Cells Please let me know the best way to resolve this and I donot nee Calculated Members Thank |
#6
| |||
| |||
|
|
Hi Tom This does not help as it only gives the SUM of Losses Piad (300001001) ; It does not sum up Losses Paid +Cat Loss Paid Thanks ----- Tom Chester wrote: ----- Try this: CalculationPassValue( ([Results].&[300001001]), -1, Relative)) + CalculationPassValue( ([Results].&[400003300]), -1, Relative)) (Syntax not checked.) tom @ the domain below www.tomchester.net "PNG" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:339FC569-F559-44A5-831A-F784B59DB73C (AT) microsoft (DOT) com... In the MDX Builder I am adding the two members as: [Results].&[300001001]+[Results].&[400003300] which is Losses Paid +Cat Loss Paid ----- Tom Chester wrote: ----- Care to post the formula? tom @ the domain below www.tomchester.net "Narayan" <pnagar (AT) hotmail (DOT) com> wrote in message news:973d7a2c.0312041003.1b8b3090 (AT) posting (DOT) google.com... I am trying to use Calculated Cells but am encountering errors. Here's the descrption: I have a Dimension hierarchy that has Members like: Losses Loss Paid Current Loss Categories Cat Loss Paid Now I want to add Loss Paid and Cat Loss Paid by Calculated Cells and display the sum in Loss Paid. But whenever I create a calculated Cell I get an #ERR. If I create a Calculated Member then it works fine but I need calculated Cells. Please let me know the best way to resolve this and I donot need Calculated Members. Thanks |
#7
| |||
| |||
|
#8
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |