moving data from one month to another month
Posted: Sun Feb 06, 2011 11:58 am
I want to move value from one to another month in the same cube.
I have a Cube called HR Recruitment with dimensions;
Period
Version
Org_structure
Position_title
HR_Recruitment_Measures ( ‘Number of staff’, FTE at Recruitment, Recruitment Period Input as Numeric elements)
Say I will have financial controller position starting in Dec 2011 which is M+12 with an Index value of 36.
The value for Number of staff for the month of M+12 is 1 by upload.
I would like to show the same value to another month (FTE at Recruitment) say in M+7 which is M+12-5. The number 5 is to be an input value ‘Recruitment Period Input’.
So, the month for FTE at Recruitment is the month of Number of staff – Recruitment Period Input.
How can I write the rule?
I have tried to write the rule as follows
['FTE at Recruitment']=N:
IF(DIMNM('Period',DIMIX('Period','All Periods'))@=(DIMNM('Period',DIMIX('Period','All
Periods')-['Recruitment Period Input'])),DB('All Periods','Dec 2010 version','Number of staff'),0);
CUBE: HR_Staffing_Recruitment
Version Dec 2010 version
Org_Structure Finance
Number of staff Recruitment Period Input FTE at Recruitment
Financial Controller Jun-11 0 0 0
Financial Controller Jul-11 0 0 0 Need rule to populate base on Recruitment period input value say 5
Financial Controller Aug-11 0 0 0
Financial Controller Sep-11 0 0 0
Financial Controller Oct-11 0 0 0
Financial Controller Nov-11 0 0 0
Financial Controller Dec-11 1 5 0
It is not working.I want to move value from one to another month in the same cube.
I have a Cube called HR Recruitment with dimensions;
Period
Version
Org_structure
Position_title
HR_Recruitment_Measures ( ‘Number of staff’, FTE at Recruitment, Recruitment Period Input as Numeric elements)
Say I will have financial controller position starting in Dec 2011 which is M+12 with an Index value of 36.
The value for Number of staff for the month of M+12 is 1 by upload.
I would like to show the same value to another month (FTE at Recruitment) say in M+7 which is M+12-5. The number 5 is to be an input value ‘Recruitment Period Input’.
So, the month for FTE at Recruitment is the month of Number of staff – Recruitment Period Input.
How can I write the rule?
I have tried to write the rule as follows but not working. Any help would be appreciated.
['FTE at Recruitment']=N:
IF(DIMNM('Period',DIMIX('Period','All Periods'))@=(DIMNM('Period',DIMIX('Period','All
Periods')-['Recruitment Period Input'])),DB('All Periods','Dec 2010 version','Number of staff'),0);
CUBE: HR_Staffing_Recruitment
Version Dec 2010 version
Org_Structure Finance
Number of staff Recruitment Period Input FTE at Recruitment
Financial Controller Jun-11 0 0 0
Financial Controller Jul-11 0 0 0 Need rule to populate base on Recruitment period input value say 5
Financial Controller Aug-11 0 0 0
Financial Controller Sep-11 0 0 0
Financial Controller Oct-11 0 0 0
Financial Controller Nov-11 0 0 0
Financial Controller Dec-11 1 5 0
But it is not working. Any help would be appreciated.
Thanks
Regards,
MB
Thanks
Regards,
MB
I have a Cube called HR Recruitment with dimensions;
Period
Version
Org_structure
Position_title
HR_Recruitment_Measures ( ‘Number of staff’, FTE at Recruitment, Recruitment Period Input as Numeric elements)
Say I will have financial controller position starting in Dec 2011 which is M+12 with an Index value of 36.
The value for Number of staff for the month of M+12 is 1 by upload.
I would like to show the same value to another month (FTE at Recruitment) say in M+7 which is M+12-5. The number 5 is to be an input value ‘Recruitment Period Input’.
So, the month for FTE at Recruitment is the month of Number of staff – Recruitment Period Input.
How can I write the rule?
I have tried to write the rule as follows
['FTE at Recruitment']=N:
IF(DIMNM('Period',DIMIX('Period','All Periods'))@=(DIMNM('Period',DIMIX('Period','All
Periods')-['Recruitment Period Input'])),DB('All Periods','Dec 2010 version','Number of staff'),0);
CUBE: HR_Staffing_Recruitment
Version Dec 2010 version
Org_Structure Finance
Number of staff Recruitment Period Input FTE at Recruitment
Financial Controller Jun-11 0 0 0
Financial Controller Jul-11 0 0 0 Need rule to populate base on Recruitment period input value say 5
Financial Controller Aug-11 0 0 0
Financial Controller Sep-11 0 0 0
Financial Controller Oct-11 0 0 0
Financial Controller Nov-11 0 0 0
Financial Controller Dec-11 1 5 0
It is not working.I want to move value from one to another month in the same cube.
I have a Cube called HR Recruitment with dimensions;
Period
Version
Org_structure
Position_title
HR_Recruitment_Measures ( ‘Number of staff’, FTE at Recruitment, Recruitment Period Input as Numeric elements)
Say I will have financial controller position starting in Dec 2011 which is M+12 with an Index value of 36.
The value for Number of staff for the month of M+12 is 1 by upload.
I would like to show the same value to another month (FTE at Recruitment) say in M+7 which is M+12-5. The number 5 is to be an input value ‘Recruitment Period Input’.
So, the month for FTE at Recruitment is the month of Number of staff – Recruitment Period Input.
How can I write the rule?
I have tried to write the rule as follows but not working. Any help would be appreciated.
['FTE at Recruitment']=N:
IF(DIMNM('Period',DIMIX('Period','All Periods'))@=(DIMNM('Period',DIMIX('Period','All
Periods')-['Recruitment Period Input'])),DB('All Periods','Dec 2010 version','Number of staff'),0);
CUBE: HR_Staffing_Recruitment
Version Dec 2010 version
Org_Structure Finance
Number of staff Recruitment Period Input FTE at Recruitment
Financial Controller Jun-11 0 0 0
Financial Controller Jul-11 0 0 0 Need rule to populate base on Recruitment period input value say 5
Financial Controller Aug-11 0 0 0
Financial Controller Sep-11 0 0 0
Financial Controller Oct-11 0 0 0
Financial Controller Nov-11 0 0 0
Financial Controller Dec-11 1 5 0
But it is not working. Any help would be appreciated.
Thanks
Regards,
MB
Thanks
Regards,
MB