NotEquals method: FilterValues class
Syntax
NotEquals()
Description
Use the NotEquals method to filter data by checking whether a specified key does not match the specified value.
Parameters
None.
Returns
A FilterValues object.
Example
import PTSF_INSIGHTS:FilterValues;
Local PTSF_INSIGHTS:FilterValues &filt = create PTSF_INSIGHTS:FilterValues();
&filt.NotEquals().Key("INV_ITEM_ID_ORCL_ES_ENG", "", True).Value("15041");
Related Topics