It's all about the answers!

Ask a question

How to vertically span multiple rows for cell in RPE Document Studio template table?


Michael Laurendi (105944) | asked Apr 20 '18, 11:42 a.m.

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>

Be the first one to answer this question!


Register or to post your answer.