cube.dimension.add ignores new dimension being added as the last dimension
lotsaram opened this issue · 0 comments
lotsaram commented
Is your feature request related to a problem? Please describe.
Currently the logic for cube.dimension.add will not add a new dimension as the last dimension of a cube. If the user is recreating a cube then they shoudl be able to do this. IT is the users problem if they should choose to keep data and ther is a mixture of numeric and string data which causes the data transfer to abort.
Describe the solution you'd like
Allow the case of new dimension index = CubeDimensionCountGet + 1