I am trying to create a rule to transfer the yearly rate from one cube into another cube where the timescale dimension is month in mmm-yy format. Right now, I have to hardcode the month and I am hoping there is an easy way to achieve these by a lookup or something.
Code: Select all
[{'Jan-10','Feb-10','Mar-10','Apr-10','May-10','Jun-10','Jul-10','Aug-10','Sep-10','Oct-10','Nov-10','Dec-10'},'G&A Rate']=N:DB('_Burden Rates','2010','G&A');
[{'Jan-11','Feb-11','Mar-11','Apr-11','May-11','Jun-11','Jul-11','Aug-11','Sep-11','Oct-11','Nov-11','Dec-11'},'G&A Rate']=N:DB('_Burden Rates','2011','G&A');
Thanks,
David