Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 16 Next »

The Concat rollup type combines all the values from the selected field into a single, concatenated string. This is useful for merging text or other data types into a single field, allowing for a comprehensive view of the data in a unified format. Values are typically separated by a specified delimiters and qualifiers.

For example, in an Account object with related Department records, you can use the Concat rollup type to list all "Employees" in a single field on the Opportunity. After the rollup calculation, it will return all employees names in the selected destination field on the Account object, using the specified delimiters and qualifiers.

The object hierarchy might look like this:

Employee → Department → Account

Field to Rollup: Employee Name
Delimiter: Comma (,)
Qualifier: Double Quotes(“ ")

  • Account Anteria:

    • Employee 1: "Ryan Ten"

    • Employee 2: "Natasha Hedgehog"

    • Employee 3: "Neon Tudro"

  • Result: "Ryan Ten, Natasha Hedgehog, Neon Tudro"

Configuration

When you select the rollup type as Concat, you will see the following configurations:

concat rollup type.png

Attribute Name

Description

Delimiter

Specifies the character(s) used to separate concatenated values in the resulting string (e.g., comma, space, semicolon, pipes, etc).

Qualifier

Defines the text to be added before and/or after each concatenated value (e.g., single quotes, double quotes, bracket, etc).

Return Unique Values Only

This checkbox determines whether to include only unique values in the concatenated result, excluding duplicates.

Order By

Specifies the order in which values should be concatenated (e.g., alphabetical, by date).

Order By

image-20240827-071653.png
  • The Order By feature allows users to sort data in the related list in both ascending and descending order.

  • You can apply sorting to multiple fields simultaneously, enabling you to organize and view records more effectively.

  • This feature enhances data presentation flexibility, helping users quickly locate and analyze the information they need.

  • No labels