How to vertically span multiple rows for cell in RPE Document Studio template table?
I created a template in Document Studio that organizes module artifacts into a table. The first column of this table is the artifact ID.
<o:p> </o:p>
If there are multiple table rows with the same ID, is there a way for the cell in the first column to span vertically across multiple rows? <o:p> </o:p>
Is there a Properties setting for the row in "Specific" or "Font" to do this? <o:p> </o:p>
Or does anyone have an idea of adding a JavaScript Code element into the template to achieve this? <o:p> </o:p>
If so, where in the template (i.e., in the Iteration, in the Row, in the cell)? <o:p> </o:p>
<o:p> </o:p>
A simple example of before: <o:p> </o:p>
Artifact Identifier <o:p> </o:p> |
Primary Text <o:p> </o:p> |
Attribute_A <o:p> </o:p> |
1 <o:p> </o:p> |
This is text of requirement 1. <o:p> </o:p> |
value_A1 <o:p> </o:p> |
1 <o:p> </o:p> |
This is text of requirement 1. <o:p> </o:p> |
value_A2 <o:p> </o:p> |
2 <o:p> </o:p> |
This is text of requirement 2. <o:p> </o:p> |
value_A1 <o:p> </o:p> |
<o:p> </o:p>
<o:p> </o:p>
How I would like the table to be after: <o:p> </o:p>
Artifact Identifier <o:p> </o:p> |
Primary Text <o:p> </o:p> |
Attribute_A <o:p> </o:p> |
1 <o:p> </o:p> |
This is text of requirement 1. <o:p> </o:p> |
value_A1 <o:p> </o:p> |
This is text of requirement 1. <o:p> </o:p> |
value_A2 <o:p> </o:p> |
|
2 <o:p> </o:p> |
This is text of requirement 2. <o:p> </o:p> |
value_A1 <o:p> </o:p> |
<o:p> </o:p>