Cube Rules: reference element from Alias
Posted: Fri Apr 29, 2011 12:11 am
Hi,
I have two different Timescale dimensions (one is a measure dimension with a timescale), both are months, one (Month Dim) has element name short desc Jul, Aug etc other (Measure DIm) has element name Jul Amount, Aug Amount etc. The Measure dim has an alias that matches Jul, Aug, etc
Both dimensions have 'Full year' rollup element name (Same element description)
I have a rule in a cube with the Measure Dim and a I feed the values from another cube with the Month Dim. I feed to the rollup 'Full Year'
..But, No Values appear, I have tested and the rule will work if I use same element naming convention in the Measure Dim (eg, Jul, Aug...). Is this the only solution or am I missing something with the Alias usage?
rule in Measure dim cube
feeders from cube with Month
I have two different Timescale dimensions (one is a measure dimension with a timescale), both are months, one (Month Dim) has element name short desc Jul, Aug etc other (Measure DIm) has element name Jul Amount, Aug Amount etc. The Measure dim has an alias that matches Jul, Aug, etc
Both dimensions have 'Full year' rollup element name (Same element description)
I have a rule in a cube with the Measure Dim and a I feed the values from another cube with the Month Dim. I feed to the rollup 'Full Year'
..But, No Values appear, I have tested and the rule will work if I use same element naming convention in the Measure Dim (eg, Jul, Aug...). Is this the only solution or am I missing something with the Alias usage?
rule in Measure dim cube
Code: Select all
DB('BU_Salary_FTE, !Branch, !Employee, !MEASURE_DIM, !Year, !Budget_Version, '2203');
Code: Select all
['2203', 'Current'] => DB('BU_Recovery', !Year, '20CO', 'Current', 'Wages', !Employee, 'Full Year');