| Subset | (standard MDX) |
Returns subset of the original set in the specified range of elements.
Parameters
| Name | Type | Cardinality | Default value |
| set-expression | |||
| start-index | numeric-expression | one | |
| count | numeric-expression | zero-one | infinite |
Return
set
Description
Returns a set containing 'count' number of the elements beginning at start-index.
If the count parameter is not specified the subset starting from a specified index and going to the end of the specified set is returned.
If the count parameter is lower or equals to 0, an empty set will be returned.
Examples
Special Examples (errors, null, ...)
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.
icCube OLAP version: 3.0.3 03-Mar-2013 14:06:07 GMT