-
Notifications
You must be signed in to change notification settings - Fork 74
}bedrock.cube.view.create.bymdx
lotsaram edited this page Apr 24, 2020
·
3 revisions
This process will Create a dynamic view from an MDX expression that evaluates to a non-empty set in the specified dimension.
Use Case: Intended for development/prototyping or production.
- Create a view to zero out data.
- Create a view to use as a source for exporting or copying.
Note:
Naturally, a valid cube name (pCube
) is mandatory otherwise the process will abort.
If the MDX does not compile or produces an empty set the process will error.
pTemp
: This parameter will control whether to make the view temporary (value 1) or if the view will be permanently retained (value 0).
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1) |
pCube |
String | REQUIRED: Cube Name | |
pView |
String | REQUIRED: View Name | |
pMDXExpr |
String | REQUIRED: Valid MDX Expression | |
pTemp |
Numeric | 1 |
OPTIONAL: Make View Temporary (1=Temporary) |
Process doesn't call any dependencies.
test sidebar