2.4.207 BrtBeginSlicerCacheLevelData

The BrtBeginSlicerCacheLevelData record specifies properties of an OLAP level in the OLAP hierarchy specified by this slicer cache (section 2.2.14.1), and specifies the beginning of a collection of records and collections as defined by the Slicer Cache (section 2.1.7.47) part ABNF. The collection of records specifies OLAP members that are cached for this OLAP level within the OLAP hierarchy specified by this slicer cache.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

citem

A

B

C

stUniqueName (variable)

...

stSourceCaption (variable)

...

citem (4 bytes): An unsigned integer that specifies the total number of OLAP members in the OLAP slicer source data (section 2.2.14.1.1) in this OLAP level within the OLAP hierarchy specified by this slicer cache.

A - fSortOrder (2 bits): An unsigned integer that specifies how the OLAP members in this OLAP level are sorted in the slicer view (section 2.2.14.2). This value MUST be a value from the following table.

Value

Meaning

0x0

The OLAP members are sorted in original order as determined by the OLAP slicer source data.

0x1

The OLAP members are sorted in ascending alphabetical order.

0x2

The OLAP members are sorted in descending alphabetical order.

B - fCrossFilter (2 bits): An unsigned integer that specifies how the OLAP members in this OLAP level that are used in slicer cross filtering (section 2.2.14.1.5) are displayed. This value MUST be a value from the following table.

Value

Meaning

0x0

The table style element (section 2.2.6.2.2) of the slicer style (section 2.2.6.3.1) for OLAP members with no data is not applied to OLAP members with no data, and OLAP members with no data are not sorted separately in the list of OLAP members in the slicer view.

0x1

The table style element of the slicer style for OLAP members with no data is applied to OLAP members with no data, and OLAP members with no data are sorted at the bottom in the list of OLAP members in the slicer view.

0x2

The table style element of the slicer style for OLAP members with no data is applied to OLAP members with no data, and OLAP members with no data are not sorted separately in the list of OLAP members in the slicer view.

C - reserved (4 bits): This value MUST be 0, and MUST be ignored.

stUniqueName (variable): An XLWideString (section 2.5.169) that specifies the MDX unique name of this OLAP level within the OLAP hierarchy specified by this slicer cache. The length of this string MUST be at least 1 character and MUST NOT exceed 32,767 characters.

stSourceCaption (variable): An XLNullableWideString (section 2.5.167) that specifies the caption of the OLAP level specified by this element within the OLAP hierarchy specified by this slicer cache. The length of this string MUST NOT exceed 65,535 characters.