LassoScript Utility
Basics Browse Detail

-Or

Tag Link -Or 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

-Or is used to start a new query within a FileMaker Server 9 inline. The result of the inline will include records which match either the first query or the second 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 -Not tag can be used to start a new query which omits records from the results of the Inline.

Syntax

[Inline: ...Query..., -Or, ...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.