Hi all,
can anybody please provide an example how to use OLAPCopyDataArea with different dimensionality?
I always get error for the definition of the source data area. I understand, that i have to specivy an empfy string in the source dimension list, but how is this dimension that is not available in the source cube defined in the source Elements?
Tried these in the StringListList at the position of the missing dimension:
Append(sourceElements, "");
Append(sourceElements, ConvertToStringList(""));
Append(sourceElements, ConvertToStringList(OlapDataAreaBCells));
But all are raising error at time of executing the OLAPCopyDataArea
Thanks for any help how to define the sourceElements correctly
Ralf