Author Topic: Requirements Exporting  (Read 2435 times)

stheologo

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Requirements Exporting
« on: June 07, 2013, 08:59:09 am »
Hi,

I am trying to find a way to export a table showing the requirement name and the notes. I have created a template with a table and have inserted Element.name in the first column and element.notes in the second column. If I do a RTF export for a package I get a whole lot of 2 row tables showing what I need. How do I get this into one table.

What I want:

One table like below
Req1, note1
Req2, note2

What I get is.

table1
req1, note1

table2
req2,note2


Any pointers appreciated.

Thanks,

AndyJ

  • EA User
  • **
  • Posts: 337
  • Karma: +5/-3
  • It's only a model
    • View Profile
Re: Requirements Exporting
« Reply #1 on: June 07, 2013, 09:31:07 am »
It's been a while, but it's something like...

Make sure that you don't have any hard-returns embedded in your table, or immediately after your table row.

Andy
Sun Tzu: "If you sit by the river long enough, eventually the body of MS Visio floats past."

stheologo

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Requirements Exporting
« Reply #2 on: June 07, 2013, 09:47:16 am »
That worked perfectly. Just deleted all my spaces. Template looks all squashed up though.

Thanks a mil.