MDX Data Manipulation Statements (MDX)
In Multidimensional Expressions (MDX), data manipulation statements retrieve and manipulate data from multidimensional objects. The following table lists the data manipulation statements in MDX.
In This Section
Topic | Description |
---|---|
Runs a stored procedure that returns a void either in the current scope or optionally on a specified cube. |
|
Removes all calculations from the cube and returns the cube to calculation pass 0. |
|
Retrieves the rowsets that were used to create a specified cell in a cube. |
|
Retrieves data from a specified cube. |
|
Updates the value of a specified leaf or nonleaf cell in a cube, optionally allocating the value for a specified non-leaf cell across dependent leaf cells. |
See Also
Other Resources
MDX Statement Reference (MDX)
MDX Data Definition Statements (MDX)
MDX Scripting Statements (MDX)