Transfer Data between Cubes (newbie to rules)
Posted: Tue Jan 26, 2010 10:46 pm
Hi,
I'm trying to transfer data from Cube A to Cube B.
If I do from cell to cell it works fine (for that cell):
Cube B Cube A
['Actual','P02380','37103','MTD']=DB('CubeA','P02380','Total Consolidated','37103', 'Actual','MTD');
but as soon as I do :
['Actual','P02380','MTD']=DB('CubeA','P02380','Total Consolidated',!Period, 'Actual','MTD');
I get a syntax error (Invalid string Expression)
In Cube B the period dimension is called Period SR and in Cube A it's just Period. Dates are stored as text values eg '37103' in both.
Any insight as too how to troubleshoot this will be greatly appreciated.
Regards
I'm trying to transfer data from Cube A to Cube B.
If I do from cell to cell it works fine (for that cell):
Cube B Cube A
['Actual','P02380','37103','MTD']=DB('CubeA','P02380','Total Consolidated','37103', 'Actual','MTD');
but as soon as I do :
['Actual','P02380','MTD']=DB('CubeA','P02380','Total Consolidated',!Period, 'Actual','MTD');
I get a syntax error (Invalid string Expression)
In Cube B the period dimension is called Period SR and in Cube A it's just Period. Dates are stored as text values eg '37103' in both.
Any insight as too how to troubleshoot this will be greatly appreciated.
Regards