instantOLAP Online documentation 2.2.7 - SQL-Where

SQL-Where

Type

SQL Expression

Since

2.2.1

Description

With this property you can define a where condition for this link. Then this link will only be valid if the condition matches - this is known as conditional JOINs since SQL-92.

In order to use where conditions for JOINs they must be enabled for your database.

Examples

SQL-Where = "SALES.CUSTOMERTYPE = 1"

Could create a statement like:

SELECT ... FROM SALES INNER JOIN CUSTOMER ON ( SALES.CUSTOMER_ID = CUSTOMER.ID AND SALES.CUSTOMERTYPE = 1 )

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
Direction
Name
SQL-Where
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
CSV-Cube
CSV-Fact
CSV-Dimension
XMLA-Cube
XMLA-Fact
XMLA-Dimension
Formula
File-Cache
File-Store
Include
Expressions
Formats
SQL-Expressions