2.4.826 BrtSxvcellErr
The BrtSxvcellErr record specifies a PivotValueCell (section 2.2.5.6.1) that contains an error value and any server formatting information. If this record exists, it MUST be part of a collection of records that is specified by the BrtBeginSxRow (section 2.4.257) and BrtEndSxRow (section 2.4.607) records.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FRTHeader |
|||||||||||||||||||||||||||||||
err |
sxvcellextra (variable) |
||||||||||||||||||||||||||||||
... |
FRTHeader (4 bytes): An FRTBlank (section 2.5.55) structure that specifies the future record (section 2.1.6) information for this record.
err (1 byte): An unsigned integer that specifies an error value. The value MUST be one of those listed in the following table.
Value |
Meaning |
---|---|
0x07 |
#DIV/0! |
0x0F |
#VALUE! |
0x24 |
#NUM! |
0x2A |
#N/A |
0x2B |
#GETTING_DATA |
0x30 |
Blank |
sxvcellextra (variable): A PCDISrvFmt (section 2.5.102) structure that specifies server formatting information associated with this record. This value MUST be 0 if the value of err is 0x30.