NotExists method: FilterValues class

Syntax

NotExists()

Description

Use the NotExists method to determine whether the specified key does not exist.

Parameters

None.

Returns

A FilterValues object.

Example

import PTSF_INSIGHTS:FilterValues;

Local PTSF_INSIGHTS:FilterValues &filt = create PTSF_INSIGHTS:FilterValues();
&filt = &filt.NotExists().Key("INV_ITEM_ID_ORCL_ES_ENG", "", True);