Match
Type
Boolean
Since
1.2
Description
For each mapping of a fact you can add an optional match-expression. The fact will only be bound to the column defined in the Column property if the boolean-expression stored in this property (which can depend on any dimension) returns "true".
With the match-expression it is possible to match multiple columns to the same fact, each for a different part of the cube (e.g. you can map on column for each month).
Examples
Match = "HASKEYS( Time:'2004' )"
