Rule for continuously writing of a specific Value
Posted: Tue Sep 10, 2013 11:18 am
Hello everybody,
Please excuse my perhaps unintelligible subject. Im very new to working with a Cognos TM1 10.1 system (64Bit) for a small evaluation project.
I tried to find an answer myself by reading the Developers and the Rule Guide, but i didn't got it working.
I hope you can help me to solve my problem or give me a hint, where i can find a working solution.
My problem:
I created a cube that collects values from other cubes for further calculations based on rules. The cube has 4 columns (simplified): X Y A and B.
X and Y are the values that i need for calculating an average and for my later dashboard content. Column "A" stores the calculated average of the current line. All values belong to a region or maybe a subregion of a region. So some lines are consolidated values. in column "B" I want to store the average of the current consolidated line and continue writing that value for the corresponding leafs that belong to the current region.
For example:
X Y A B
1 1 1 1 (<- Region "Europe")
2 2 2 1 (<- Subregion "Germany")
3 3 3 1 (<- Subregion "Italy")
etc.
So I need a rule like ['B']=N:['Value of the last consolidated line'];
I want to draw some different diagramms with Excel and it makes it much easier for me, if I have all values that I need in a single line.
I hope you can help me.
With best reagrds,
strade
Please excuse my perhaps unintelligible subject. Im very new to working with a Cognos TM1 10.1 system (64Bit) for a small evaluation project.
I tried to find an answer myself by reading the Developers and the Rule Guide, but i didn't got it working.
I hope you can help me to solve my problem or give me a hint, where i can find a working solution.
My problem:
I created a cube that collects values from other cubes for further calculations based on rules. The cube has 4 columns (simplified): X Y A and B.
X and Y are the values that i need for calculating an average and for my later dashboard content. Column "A" stores the calculated average of the current line. All values belong to a region or maybe a subregion of a region. So some lines are consolidated values. in column "B" I want to store the average of the current consolidated line and continue writing that value for the corresponding leafs that belong to the current region.
For example:
X Y A B
1 1 1 1 (<- Region "Europe")
2 2 2 1 (<- Subregion "Germany")
3 3 3 1 (<- Subregion "Italy")
etc.
So I need a rule like ['B']=N:['Value of the last consolidated line'];
I want to draw some different diagramms with Excel and it makes it much easier for me, if I have all values that I need in a single line.
I hope you can help me.
With best reagrds,
strade