Lotus: Difference between revisions

From Starfish ETL
Jump to navigation Jump to search
Line 4: Line 4:
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
   CompanyName='Abbott, Ltd.'
   CompanyName='Abbott, Ltd.'
</syntaxhighlight>
Lotus Origin with an AND:
<syntaxhighlight lang="vb">
  CompanyName='Abbott, Ltd.' & IENCLIENTSTATUS='Vendor'
</syntaxhighlight>
</syntaxhighlight>

Revision as of 04:26, 21 October 2014

Lotus Origin

Sample Origin Filters

Field Equals Value:

CompanyName='Abbott, Ltd.'

Lotus Origin with an AND:

CompanyName='Abbott, Ltd.' & IENCLIENTSTATUS='Vendor'