DataMgr 2.2 Documentation: Aggregates

Aggregates

Aggregate Relation Fields allow you to get and filter information about related tables.

Attributes/Keys:

Example:

<field ColumnName="NumRecords">
  <relation type="count" table="utable" field="uID" join-field="MyID" />
</field>