It's all about the answers!

Ask a question

JRS Report Builder and multi-value enumeration attributes in DNG


2
1
Henryk Tomczyk (1336) | asked May 08 '20, 12:09 p.m.
Hi,

This time I've a question regarding the DNG multi-value enumeration attributes and how Report Builder is presenting this data.

Lets say we have requirement and it has multi-value attribute where more than one value can be selected like

Req 1
- attr 1 (val1, val2, val3).

I see that when I report those requirements using Report Builder (does not matter if it is LQE, DCC), each selected value of attr 1 is in seperate row.

So if val1, val2, val3 are selected I will get in RB

ID | Name | Attr1
1 | Req 1 | val1
1 | Req 1 | val2
1 | Req 1 | val3

Is there anyway to set it to show multi-value attributes in one row like:

ID | Name | Attr1
1 | Req 1 | val1, val2, val3

Will appriciate ideas and suggestions.

Accepted answer


permanent link
Bartosz Chrabski (3.3k12547) | answered May 08 '20, 12:15 p.m.
Henryk,

You can build the report you mentioned. The following blog post describes that: https://jazz.net/blog/index.php/2017/06/22/jrs-report-builder-streamlining-multi-value-enumerations-in-reports/.

Please let us know if this is what you were looking for.
Henryk Tomczyk selected this answer as the correct answer

Comments
Henryk Tomczyk commented May 08 '20, 12:16 p.m.

Thank You! 

Your answer


Register or to post your answer.