Merging Report Fields
  • 06 Oct 2022
  • 1 Minute to read
  • Dark
    Light

Merging Report Fields

  • Dark
    Light

Article Summary

Overview

Combining data from two sources in a Report column can make reports more useful. Merged data can summarize information, assist in analyzing, or provide new insights into Report content. This article will show two ways of merging Report fields.


Using CombineTextFields

  1. Under Data Fields, select Add, then expand the Calculated Columns category. Select CombineTextFields.
  2. In the Add Calculated Column dialog, the user can select the data to merge. The data to be merged is based on the Data Source in the Report. The user can merge data from any two sources relating to an account.
  3. In the Data > First Field drop-down list, select Created By. Next, select Created On Date in the Data > Second Field drop-down list. Select OK to save.2019-09-19_140108.png

  4. Notice the Combine_Text_Fields column now contains data from the merged fields.

Using MergeTextInlineField

MergeTextInlineField allows for a more dynamic way of merging information using a Merge Text Editor. 

  1. In the same Report, remove the Combine_Text_Fields column.
  2. Now add the "MergeTextInlineField" Calculated Column to the Report; under Data Fields, select Add, then expand the Calculated Columns category. Select the MergeTextInlineField.

  3. In the Add Calculated Column dialog, select the data to merge. 
  4. Under Data > Display Text, select Show Editor.
  5. In the Merge Text Editor, type a dynamic statement to show in the Report column. In this example, type: "This account was created by: [Created By] on [Created On Date]." 
  6. Select Save to save and close. Then select OK in the Add Calculated Column dialog.
  7. Notice the Merge_Text_Inline_Feild column now contains data from the merged fields.w contains data from the merged fields.

Was this article helpful?