Book a Demo

Author Topic: Docu generator - spanning cols in a table  (Read 3399 times)

Martinigue

  • EA User
  • **
  • Posts: 63
  • Karma: +0/-0
  • BlackBerry is a lifestyle
    • View Profile
Docu generator - spanning cols in a table
« on: September 03, 2010, 12:33:18 am »
Hello all,
I want the documentation generator to output into a table, so that e.g. constraints of a use case be placed in rows like Name in the first column and Notes in the second column yet it seems infeasible as the Element \ Constraint section gets placed within one cell only without the possibility to span over more columns. Is there any workaround to achieve what I desire?

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Docu generator - spanning cols in a table
« Reply #1 on: September 07, 2010, 12:41:26 pm »
In order to span multiple cells of a table you would need to set the Section start/End external to the table - however a work around is to Insert the sections then define a table inside this (inside the current table).  
« Last Edit: September 07, 2010, 12:42:25 pm by Dermot »

Martinigue

  • EA User
  • **
  • Posts: 63
  • Karma: +0/-0
  • BlackBerry is a lifestyle
    • View Profile
Re: Docu generator - spanning cols in a table
« Reply #2 on: September 07, 2010, 05:29:11 pm »
Whoa...I cannot believe I got a reply to this ....-D Setting the section external to a table - ok, I had thought about this already and see your point, but could you please be more specific about your idea of the workaround? 'table inside the current table', I am afraid I got lost here ...

Quote
In order to span multiple cells of a table you would need to set the Section start/End external to the table - however a work around is to Insert the sections then define a table inside this (inside the current table).  

AndyBo

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Docu generator - spanning cols in a table
« Reply #3 on: September 08, 2010, 08:31:58 pm »
I had the same problem and came up with the same solution to get the nested data accross two columns. not pretty; but it works.

Add the section (tick the box)
create the table(2x3) inside the section
Add the headings to the three cells in row 1
In row 2 add the section 1 fields you want in in cell 1
Now merge cell 2 & 3
add the new subordinate section (tick the box) with the cursor in the merged cell
Insert a new table (1x2) and add the fields from the subordinate section to the new table

Now generate...
Good luck