It's all about the answers!

Ask a question

Merging Cells according to attribute value in RPE


sreenath v (78680) | asked Sep 05 '19, 12:55 p.m.
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

One answer



permanent link
Subramanya Prasad Pilar (4.6k16) | answered Sep 06 '19, 3:07 a.m.
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.

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.