Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to avoid a row repeating in report?

I am building a Report in Report Builder (classic). This report must return work item A and its Resolved by work items B. There's a common attribute I need to verify, this attribute is coming from an enumeration. The attribute in work item A is configured as a picker list (multiple selections possible), while in work item B it is configured as a simple enumeration (only one selection possible).

I have managed to get the report to show work item A and its resolved by's, but it duplicates/triplicates them. Ie. If in work item A, the picker list contains options 1 and 2, the report returns next to work item A, 2 work items B in EACH of the options, so a total of 4.

Picture below to better explain.

Actual Result vs Desired

Thank you in advance.

0 votes



One answer

Permanent link
For multiselect enumerations, you will need to use a custom attribute and concatenate them into a single value using LISTAGG for a DW/SQL based based datasource or GROUP_CONCAT for an LQE SPARQL based data source.

There are quite a few examples of how to do this in the forums and online, but let me know if you can't find one

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,132
× 7,608
× 1,437

Question asked: 2 days ago

Question was seen: 41 times

Last updated: yesterday

Confirmation Cancel Confirm