LassoScript Utility
Basics Browse Detail

-Not

Tag Link -Not Category Operator
Type Command Source Available No
Support Preferred Version 8.5.4
Change New Data Source FileMaker Pro
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5

Description

-Not is used to start a new query within a FileMaker Server 9 inline. The result of the inline will not include records which match the following query.

All of the parameters within each query are combined using an "and" logical operator. Each field name may only be specified once per query.

The -Or tag can be used to start a new query which extens the results of the Inline.

Syntax

[Inline: ...Query..., -Not, ...Omit Query...] ... [/Inline]

Parameters

No Parameters Required.

Change Notes

This tag was added in Lasso 8.5.4 and is only available for FileMaker Server 9 data sources.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.