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