It's all about the answers!

Ask a question

How to programmatically set row span for adjacent rows which have the same content in RPE / DNG publishing


Glyn Costello (13838) | asked Aug 06 '21, 8:04 a.m.
edited Aug 06 '21, 8:06 a.m.

 Is there any way to set the row/col span dynamically or conditionally for rows/columns which have the same content?


i.e. for a series of artifacts in DNG:

  

Col 1

Col 2

Col 3

ABC

123

Blaa 1

ABC

456

Blaa 2

ABC

456

Blaa 3


Would publish as:

  

Col 1

Col 2

Col 3

ABC

123

Blaa 1

456

Blaa 2

Blaa 3


Comments
Glyn Costello commented Aug 06 '21, 8:07 a.m.

 I think you can find out which row/column you're in in a table, can you query the previous artifacts contents somewhow and then programmatically set the row span or somehow merge the cells?

Be the first one to answer this question!


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.