ViewMDXGet
ViewMDXGet retrieves the MDX expression for an existing MDX view.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
ViewMDXGet(Cube, ViewName);
|
Argument |
Description |
|---|---|
|
Cube |
The parent cube of the view you are creating. |
|
ViewName |
The name you want to assign to the view. |
Example
ViewMDXGet('Sales', 'Account');
This example retrieves the MDX expression from the Account
view.