Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

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.

0 votes



One answer

Permanent link
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.

0 votes

Your answer

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

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,159

Question asked: Oct 05 '18, 5:27 a.m.

Question was seen: 2,912 times

Last updated: Oct 09 '18, 6:14 a.m.

Confirmation Cancel Confirm