Hello,
i need to remove Dimension from the Rows/Columns by VBA.
Is there some syntax like "SAPRemoveDimension".
The process is: we use a query that has cell references
1. Filter on one element and add a new"free characteristics" to the rows
2. add some data via "integrated planning" (IP)
3. remove the dimension to get back
The cause is, we only get the right value of the cell reference back if the before used dimensions are fully removed( move it to the filter doesn't helps).
As an alternative, we can use a syntax to reset the query via VBA, is there a solution for ??
Thanks
Simon