Subset
Returns a list containing all the index elements of the index of one-D array for which the value is true.
Declaration
Subset( D )
When to use
Use Subset to create a new index that is a subset of an existing index.
Examples
Subset(Years < 1987) -> [1985,1986]
Comments
Enable comment auto-refresher