Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: stheologo on June 07, 2013, 08:59:09 am

Title: Requirements Exporting
Post by: stheologo 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,
Title: Re: Requirements Exporting
Post by: AndyJ 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
Title: Re: Requirements Exporting
Post by: stheologo 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.