Concepts → Join Filter Column

About a join filter column

A join filter column is the filterable column in a join filter expression.

While a join condition defines the relationship between the entity objects in the join and specifies the criteria for matching records in the Parent entity, a join filter further restricts the records to retrieve from the Parent entity object. Both the join condition and join filter exists in the ON clause of the SQL statement.

The join filter column, along with the join filter operator and value, constructs the expression that restricts the rows to retrieve from the Parent entity object in the join. As such, a join filter column references a column in the Parent entity object (that is, the entity object in the right side of the join). You specify a join filter in a physical schema using the Join Editor.

Supported columns for a join filter column

The following are the types of columns that you can reference in a join filter:

  • Physcial_Schema.Table.Column
  • Physcial_Schema.Table.Formula_Column
  • Physcial_Schema.Incorta_Analyzer_Table.Column
  • Physcial_Schema.Incorta_Analyzer_Table.Formula_Column
  • Physcial_Schema.Materialized_View.Column
  • Physcial_Schema.Materialized_View.Formula_Column
  • Physcial_Schema.Alias.Column
  • Physcial_Schema.Alias.Formula_Column
  • Physcial_Schema.Incorta_SQL_Table.Column (including computed columns)
Important

It is not recommended to reference a formula column in an entity object in another physical schema for the join filter column.

Important

In the case of a cross-schema join, you need to own both physical schemas or, at least, have Edit access rights to the physical schema of the Child object and View access rights to the physical schema of the Parent object.

Supported data types for a join filter column

The following table shows the supported and recommended data types for columns that you can reference in a join filter from the Parent entity object:

Data type Supported Recommended
Boolean (in the case of using formula columns that return a boolean value)
Date
Double
Integer
Long
Null
String
Text
Timestamp
Important

It is not recommended to use a text or string column for the join filter column as string comparisons can be slow for large data volumes.


© Incorta, Inc. All Rights Reserved.