I have a cube without a dim 'Year' feeding a cube with the dim 'Year'. The 'Year' is a single list (no rollups) leaf node only.
Without hardcoding the year in the feeders, does anyone have a suggestion on how to dynamically feed the year?
eg. dont want to hardcode 2012,2013,2014 as per below
Code: Select all
['Position Status' , 'Current' ] =>DB('Recovery', '2012', !Branches, 'Current' , !Employee , 'Position Status');
['Position Status' , 'Current' ] =>DB('Recovery', '2013', !Branches, 'Current' , !Employee , 'Position Status');
['Position Status' , 'Current' ] =>DB('Recovery', '2014', !Branches, 'Current' , !Employee , 'Position Status');