"Bedrock.Cube.Data.Export" does not export all measures
Posted: Thu May 28, 2015 2:44 pm
Hi guys,
I'm wondering if anybody has experienced the same strange behavior as I did just few minutes ago...
I'm using Bedrock library and in this case I need to export data for specific version. So I used this:
But one measure is missing completely in the exported file.
TempObj contains also this measure but it's not in the exported file.
How to fix this?
BR
Vladino
I'm wondering if anybody has experienced the same strange behavior as I did just few minutes ago...
I'm using Bedrock library and in this case I need to export data for specific version. So I used this:
Code: Select all
ExecuteProcess('Bedrock.Cube.Data.Export',
'pCube','plan',
'pView','',
'pFilter','version: BU',
'pDimensionDelim','&',
'pElementStartDelim',':',
'pElementDelim','+',
'pSkipRules',0,
'pSkipCons',0,
'pZeroSource',0,
'pDestroyTempObj',1,
'pFilePath','',
'pFileName', 'export_plan_BU.txt',
'pDebug',0
);
TempObj contains also this measure but it's not in the exported file.
How to fix this?
BR
Vladino