<expression_A> AND <expression_B>
Allows joining multiple filter expressions with a CONJUNCTION operator. Each <expression> must itself be a filter operation.
<expression>
This operator is supported for all filter fields and targets.
LAST(LOAN.STATUS, 0, 30) CONTAINS 'SUCCESS' AND LAST(LOAN.AMOUNT, 0, 30) > 30