Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In CSDLBI 2.0 and CSDLBI 2.5, the TMultiColumnFiltering simple type<15> indicates whether the dataset supports filtering on multiple columns.
The TMultiColumnFiltering simple type is defined in the schema as follows.
<xs:simpleType name="TMultiColumnFiltering">
<xs:restriction base="xs:string">
<xs:enumeration value="Unrestricted" />
<xs:enumeration value="LimitedToGroupByColumns" />
</xs:restriction>
</xs:simpleType>
The possible values for the TMultiColumnFiltering type are specified in the following table.
|
Value |
Meaning |
|---|---|
|
Unrestricted |
Multicolumn filters are supported for all columns. This is the default value. |
|
LimitedToGroupByColumns |
Multicolumn filters are supported for group-by columns only. |