Printing module with both table and text format using RPE
Hello
I have created module in DNG in which i have diffrenent diffrent section. For example. In Section 1 "XYZ"... i have object with attributes, Att1, Att2,Attr3, Att4... this section i have to print in table format like Attr1, Attr2 etc are header for table with its values.
Where i have to print req object with ID and content in text format.
Can you please suggest how to do it in RPE dta file?
As per forum for table format , we have to create view in DNG with required attributes but the problem here is this view applicable to whole module .. i want table (view) for section 1 and for section 2 i want text format.
Please suggest.
|
One answer
Are Att1, Att2,Attr3, Att4, etc. custom attributes? To print these attributes in Table format, you can use a Table element in RPE template and within Row element, add the query dataSource/artifact/collaboration/attributes/objectType/customAttribute
You can add a filter on dataSource/artifact/collaboration/attributes/objectType/customAttribute/name and print the corresponding dataSource/artifact/collaboration/attributes/objectType/customAttribute/value.
|
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.