You are not logged in. Click here to log in.

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

IMPORTANT! The information on this page is unverified and unsupported. Always double-check the accuracy of the solutions provided. Evaluate and test the impact on any environments!

Widgets - Can I Order a Report by Choice Field ID?

Description

Having a tracker field of type Choice:

and possible options, each one having an ID:


Is it possible to get a report that is shown in a chart widget, and orders choice fields by their IDs? For example: 1. To Do, 2. In Progress, 3. Implemented..., 8. Verified?

Observed on

  • Codebeamer - 22.10-LTS (GINA)

Solution

Out of the box, the Chart widget does not ship this functionality.

Workaround:

  1. Implement a computed Text field that pulls the choice ID and the choice name, for example concat(status.id, " - " ,status.name):
  2. On each item, this will output the status.id and status.name:
  3. Having the status.id in a field, all report operations can be performed on it.
    For example:
  4. This can be finally shown in a Chart widget:


Additional Information


For any other Support options, questions, or inputs, visit: https://intland.com/technical-support/.