Is there a setting defining order of dimensions required in OLAPDataArea command , creation vs alphabetical ?
We are migrating App Engine scripts from v11 to v12.
Existing scripts are failing when deleting OLAPDataArea, Initial analysis shows that the order of dimensions required in v11 was the order of dimension as created in the cube. It appears that in V12 it needs to be replaced with dimensions in alphabetical order. Is there a setting or command we can use to change this in v12 so all of the existing scripts work without changes ?
Or we need to replace all OLAPDataArea commands across our scripts, I assume we need to use something like the below to get the dimensions
OLAPDimensionList dimensionList = OLAPGetDimensionList(cube);
Thanks
David