Is there a way to extract data from JRS into a Report such that multi-enumerations are on a single row for the same artifact and not on separate lines (with each line for each different enumerated value)?
JRS Report Builder 6.0.5 is putting multiple enumeration valued attributes (that are in a Rational DOORS Next Gen Project) on separate lines for the same artifact ID.
Does anyone know of a way to extract data from JRS into a Report with multi-enumerations comma-delimited (or any other delimiter) onto a single line? Or does anyone know of a way to obtain the same results by applying a document template in Rational Publishing Engine? If so, explain what is needed in the .dta file in RPE (provide an example)?
|
3 answers
Hi Michael,
|
LISTAGG(CAST($Requirement:Apportionment (Custom)$ AS VARCHAR(100)), ',')
seems to work
Comments
Michael Laurendi
commented Jul 18 '18, 9:50 a.m.
Thanks for your answer. However, I should have said I am using SQL Server 2012 (11.0.7001.0) (and not Oracle). |
This blog post on streamlining multi-value enumerations by showing the values in a single line might help:
|
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.