Skip to content

/AWS1/CL_QSTFILTEROPERATION

A transform operation that filters rows based on a condition.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_CONDITIONEXPRESSION TYPE /AWS1/QSTEXPRESSION /AWS1/QSTEXPRESSION

An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.


Queryable Attributes

ConditionExpression

An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

Accessible with the following methods

Method Description
GET_CONDITIONEXPRESSION() Getter for CONDITIONEXPRESSION, with configurable default
ASK_CONDITIONEXPRESSION() Getter for CONDITIONEXPRESSION w/ exceptions if field has no
HAS_CONDITIONEXPRESSION() Determine if CONDITIONEXPRESSION has a value