cube.wipe
Wipes the data from a selection of intersections within a target cube, where no members from a dimension are specified the wipe will apply to all members from that Dimension. All dimension elements should be listed as arguments including where no selection is made.
js
cube.wipe(name, e1, e2, e3, eN)
Parameters
Name
- The name of the cube to wipe.e1
-eN
- The areas from the cube to wipe. Providing a blank string applys the wipe to all members from that Dimension.
Example
js
cube.wipe("General Ledger", "Budget", "", "", "", "", "Amount");
This example wipes all Budget data from the cube.