2.1.3.1 TCrossFilteringWithinTable

In CSDLBI 2.0 and CSDLBI 2.5, the TCrossFilteringWithinTable simple type indicates whether the model will restrict model measures.

The TCrossFilteringWithinTable simple type is defined in the schema as follows.

  <xs:simpleType name="TCrossFilteringWithinTable">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Always" />
      <xs:enumeration value="Never" />
    </xs:restriction>
  </xs:simpleType>

The possible values for the TCrossFilteringWithinTable type are specified in the following table.

Value

Meaning

Always (when DeploymentMode is set to 0)

The model will restrict model measures.

Never (for Tabular)

The model will not restrict model measures. This is the default value.