ELPAR with multiple hierarchy
Posted: Wed Dec 16, 2009 9:17 am
I have a question I have 1 cube with the dimension category: 1. Hardware, 2. Software & 3. Others. I formed a cube with this dimension to input rates.
I have a cube that has my products and its 2nd top Product Category is 4, Hardware, Software, Others & Services. I need to load the rates from my first cube to the 2nd cube using their parent as basis to transfer the rates. I wrote the rule ['Rate']=IF ELPAR('base_product',!base_product,6)@='Software', 1,STET); etc... but it doesn't seem to work.
For the product I have 2 hierarchy one is per brand which is has 2 level of consolidation Total & Brand Name, the other hierarchy has 7, the top being Total & the 2nd top being hardware, software, etc...
Does having 2 hierarchy cause problem with making the rule work?
I have a cube that has my products and its 2nd top Product Category is 4, Hardware, Software, Others & Services. I need to load the rates from my first cube to the 2nd cube using their parent as basis to transfer the rates. I wrote the rule ['Rate']=IF ELPAR('base_product',!base_product,6)@='Software', 1,STET); etc... but it doesn't seem to work.
For the product I have 2 hierarchy one is per brand which is has 2 level of consolidation Total & Brand Name, the other hierarchy has 7, the top being Total & the 2nd top being hardware, software, etc...
Does having 2 hierarchy cause problem with making the rule work?