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

Merging Cells according to attribute value in RPE

How to merge cells like,

module             req

software          req1
                       req2
                       req3

hardware         req4
                       req5


where Module is the custom  attribute and software and hardware is the values. Where req1,2,3 have same value for attribute and it should fill in a row.

Now its prinitng ,

software          req1
software           req2
 software         req3

hardware         req4
hardware         req5

0 votes



One answer

Permanent link
If you want to merge the cells, you should use nested table (Table within the cell to print req1, req2, req3).

You can also print the module name (software, hardware) without actually merging the cells. This is just simple - use an assignment on the outermost container within the query (counter = counter*1.0 +1) and use the condition counter == 0 on the Text element that prints module name.

1 vote

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
× 12,112

Question asked: Sep 05 '19, 12:55 p.m.

Question was seen: 3,057 times

Last updated: Sep 06 '19, 3:07 a.m.

Confirmation Cancel Confirm