spicysudhi
Programmer
hi
I am trying to build cubes using a macro. the scriptlet is as below,
Set objCubeItem = objModel.Cubes.Item(1)
lobjCubeStatus = objCubeItem.CreateMDCFile()
it works fine when the model contains only one cude, but the CreateMDCFile() returns false when the model contains the Cube Group.
regards,
Sudhi
I am trying to build cubes using a macro. the scriptlet is as below,
Set objCubeItem = objModel.Cubes.Item(1)
lobjCubeStatus = objCubeItem.CreateMDCFile()
it works fine when the model contains only one cude, but the CreateMDCFile() returns false when the model contains the Cube Group.
regards,
Sudhi