用MDX表达式创建一个立方体视图。
什么是ViewCreateByMDX函数?
ViewCreateByMDX 通过MDX表达式创建一个立方体视图。
在哪里可以使用ViewCreateByMDX函数?
TurboIntegrator
ViewCreateByMDX的语法是什么?
ViewCreateByMDX (CubeName, ViewName, MDX_Expression, <AsTemporary>);
CubeName = Cube Name
ViewName = View Name
MDX_Expression = a string value that has the MDX expression
AsTemporary = Optional binary flag to set the view as temporary. If nothing is set, the view will be permanent by default.
演示如何使用ViewCreateByMDX。
使用ViewCreateByMDX使用MDX表达式为财务立方体创建一个视图。