Exists method: FilterValues class

Syntax

Exists()

Description

Use the Exists method to set a filter to check for the specified key. It returns all documents that contain the specified key.

Parameters

None.

Returns

A FilterValues object.

Example

import PTSF_INSIGHTS:FilterValues;

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