Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Multiple Independent Values (OR)

This function can be used to combine several search values. For example, you can combine an interval with multiple individual values. Use the character semicolon ; as the divider between values.

Example:

Search all accounts in the interval 3000-3099, and accounts 3200 and 3650.

Search object

Search value accourding to SQL Smart syntax

Resulting SQL

ACCOUNT

3000..3099;3200#3650

ACCOUNT between '3000' and '3099' or ACCOUNT in('3200','3650')

Published:

Multiple Independent Values (OR)

This function can be used to combine several search values. For example, you can combine an interval with multiple individual values. Use the character semicolon ; as the divider between values.

Example:

Search all accounts in the interval 3000-3099, and accounts 3200 and 3650.

Search object

Search value accourding to SQL Smart syntax

Resulting SQL

ACCOUNT

3000..3099;3200#3650

ACCOUNT between '3000' and '3099' or ACCOUNT in('3200','3650')

For an optimal Community experience, Please view on Desktop
Powered by Zendesk