It's all about the answers!

Ask a question

Printing module with both table and text format using RPE


Monali Jambhulkar (8411844) | asked Oct 05 '18, 5:27 a.m.
edited Oct 05 '18, 5:28 a.m.

 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.

Attr1 <o:p> </o:p>

Attr2 <o:p> </o:p>

Attr4 <o:p> </o:p>

ss <o:p> </o:p>

fdf <o:p> </o:p>

 ojh

Zc <o:p> </o:p>

ccc <o:p> </o:p>

ccc <o:p> </o:p>

In same module I have section 2 "PQR"..
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



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Oct 09 '18, 6:14 a.m.
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


Register or 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.