Prerequisites
Before you begin, you must create a calculated custom field that shows the values selected from the multi-select custom field. For information, see the Build a calculated custom field that references a multi-select custom field section in this article.
Chart a report by multi-select Custom Fields
You cannot build a chart in a report by referencing a multi-select custom field. Instead, you can create a calculated field that records the values of the multi-select custom field on a given object and group by the calculated field.
Build a calculated custom field that references a multi-select custom field
To build a calculated field that references a multi-select custom field, you must have the following prerequisites:
-
A multi-select custom field in a custom form.
For information about building custom forms and adding custom fields to them, see the article Create a custom form. -
A custom form with the multi-select custom field attached to objects.
-
Values for the multi-select custom field for each object.
To build the calculated custom field that references the multi-select custom field:
-
Create a custom form, or edit an existing one.
For information about creating custom forms, see Create a custom form.
-
Select the object or objects that you plan to use with the custom form.
-
Click Add a Field, then Calculated to add the multi-select custom field to the form.
-
In the Label box, name the new calculated field to indicate that it references the multi-select custom field.
For example: “Calculated Multi select Field.”
-
In the Calculation box, enter the following code:
{DE:Multi-select Custom Field}
This adds the choices selected in the multi-select custom field to the calculated custom field. For example, if the form is attached to tasks and Choice 1 is selected from the multi-select custom field, the calculated custom field displays the value “Choice 1.” If Choice 1 and Choice 2 are selected for a different task, the calculated custom field displays the value “Choice 1, Choice 2”.
-
Replace “Multi-select Custom Field” with the actual name of your multi-select custom field, as it appears in Workfront.
-
(Optional) If the multi-select custom field is already on this form and if this form is already attached to objects, enable the Apply to existing calculations option.
This ensures that the new calculated field is automatically populated with the value from the multi-select custom field as it is added to the forms already attached to the objects.
-
Click Apply.
-
Click Save and Close.
The calculated custom field is added to the custom form and if the form is currently attached to objects, the field is populated with information from the multi-select custom field.