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
|
One answer
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
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.