instantOLAP Online documentation 2.2.7 - Operator

Operator

Type

Constant String ( '=' or 'BETWEEN' )

Since

2.2.3

Description

With this property you can define the operator which the SQL-generator will use to map the dimension-values with the expression. Usually the SQL-generator uses the operator '=', which is the default value for this property.

You can also use the operator 'BETWEEN' - the generator will then use the lowest and the highest value (alphanumeric order) and create a BETWEEN-clause with them. This can bring better performance, especially when mapping a time-dimension.

Examples

Operator = "'='"

will e.g. generate a SQL-statement like

SELECT ... WHERE F_SALES.YEAR IN ( 2004, 2005, 2006 )

Operator = "'BETWEEN'"

will e.g. generate a SQL-statement like

SELECT ... WHERE F_SALES.YEAR BETWEEN 2004 AND 2006 )

See also

Swap Expressions

Using the Web-Frontend
Using the Workbench
Using the Query-Editor
Using the Config-Editor
Query properties
Chart properties
Configuration properties
Configuration
Database
Table
Column
Alias
Link
Link-Expression
Table-Expression
CSV-Source
CSV-Column
XMLA-Source
Dimension
Grant
Key
Key-Attribute
SQL-Keyloader
SQL-Attribute
CSV-Keyloader
CSV-Attribute
Time-Keyloader
Time-Attribute
XMLA-Keyloader
XMLA-Attribute
Number-Keyloader
SQL-Cube
SQL-Fact
SQL-Dimension
Attribute
Dimension
Format
Key
Level
Level
Null-ID
Omit-Percentage
Operator
SQL-Expression
Swap Expression
Trim
Where
CSV-Cube
CSV-Fact
CSV-Dimension
XMLA-Cube
XMLA-Fact
XMLA-Dimension
Formula
File-Cache
File-Store
Include
Expressions
Formats
SQL-Expressions