NOTNOT <expression> Suggest EditsDescription Allows conditioning an expression with a NEGATION operator. The <expression> must itself be a filter operation. This operator is supported for all filter fields and targets. Example PQLNOT LAST(LOAN.AMOUNT, 0, 30) > 30 Updated 11 months ago Table of Contents Description Example