JRS Report Builder and multi-value enumeration attributes in DNG
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
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.