Aggregate Data Connection

An aggregate data connection allows you to pull data from multiple tables like an SQL union operation would do. That is the data generated for the data definition would be the rows from multiple tables returned one after the other. The aggregate data connection is constructed from a list of other existing data definitions which must all have exactly the same parameters.

aggregatedataconnection

Properties

Name

Type

Cardinality

Description

Name

Type

Cardinality

Description

datadefinition

urn:com.cohga.server.data.database#1.0

1..n

Id of a data definitions that will supply the source data that this data definition will provide

Sub-tags

None

Content

None

<data:datadefinition id="list.wells"> <aggregatedataconnection> <datadefinition>list.wells.1</datadefinition> <datadefinition>list.wells.2</datadefinition> </aggregatedataconnection> </data:datadefinition>