DataMgr 2.2 Documentation: Concatinations

Concatinations

Concatination Relation Fields allow you to concatinate to fields into one Relation Field. These fields can be from a related table or from the current table. You can save the value of concatination fields as well. You should be aware of a few potential issues with saving Concatinations, however.

Issues with saving Concatinations:

Attributes/Keys:

Example:

<field ColumnName="FullName">
  <relation type="concat" fields="FirstName,LastName" delimiter=" " />
</field>