Summary

Merge rows of the current result table with rows of another data node's result table based on a relation between time intervals of the two tables, such as overlapping intervals or same intervals. Requires a two columns of data type DateTime in each of the two tables.

The result table of this operator can contain only intersecting rows or intersection rows together with rows from the either of the input tables.

Configuration

Settings

(Setting name of previous version in non-bold letters.)

Want to learn more?

Examples

Example: Combine two tables using "Identical interval start"

The following tables should be merged.

A01

  

A02

Settings

 

Result

In case of row No.4 the "DateTimeBegin" did not match so this row was not merged. 

Project File

-


Troubleshooting

Nothing known up to now.

Related topics