cubewise-code / bedrock

Bedrock is TM1 Best Practice assets built from years of TM1 experience
Other
79 stars 74 forks source link

cube.data.export pCubeNameExport parameter has wrong default value #342

Closed lotsaram closed 1 year ago

lotsaram commented 1 year ago

Describe the bug cube.data.export pCubeNameExport parameter has wrong default value. Default value is 0 but should be 1 in order to preserve legacy behaviour where the cubename is 1st column of the exported file should the parameter not be passed in the call to the process.

To Reproduce Run process without passing pCubeNameExport=1
File is produced without 1st column being the cubename.

Expected behavior Outputted file should contain cubename as 1st variable if pCubeNameExport=1 AND if the parameter is not passed at all.