SubCubeIntersect (MDX+)
Filters the facts performing an intersect operation.
Parameters
Name | Type | Cardinality | Default value |
set-expression | one-n |
Return
void
Description
Currently only available for categories, the SubCube functions allows for filtering facts using different operations.
SubCubeIntersect selects all facts defined by all the parameters. For example SubCubeIntersect(A,B), or SubCubeIntersect( {A,B} ), will define a subCube with only the rows defined by _ both _ tuples A and B.
This is similar to the set behaviour as defining A and B on two axis of a SubSelect.
See Also
SubCubeComplement SubCubeMinus SubCubeOthers SubCubeSymDifference SubCubeUnion Eval
Examples
Since Version
4.7
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.