3.1.4.26 RemovePivotFilter

This operation is used to remove any PivotTable filters that are applied to a PivotTable field.

 <wsdl:operation name="RemovePivotFilter">
     <wsdl:input message="RemovePivotFilterSoapIn" />
     <wsdl:output message="RemovePivotFilterSoapOut" />
 </wsdl:operation>

The protocol client sends a RemovePivotFilterSoapIn request message, and the protocol server responds with a RemovePivotFilterSoapOut response message, as follows:

  1. The protocol client sends the information identifying the PivotTable field in the pivotFilterOptions element.

  2. The protocol server removes any PivotTable filters that are applied to that PivotTable field.

In the event of an application error on the protocol server during this operation, the protocol server MUST return an ExcelServerMessage as specified in section 2.2.9.2. The id element of the ExcelServerMessage MUST be one of the values specified in section 2.2.9.4, and SHOULD<41> be one of the following values.

Id

Description

InvalidOrTimedOutSession

See section 2.2.9.5.

RetryError

See section 2.2.9.5.

OperationCanceled

See section 2.2.9.5.

InternalError

See section 2.2.9.5.

MultipleRequestsOnSession

See section 2.2.9.5.

MaxRequestDurationExceeded

See section 2.2.9.5.