Author Topic: Document generation - list of elements names  (Read 4152 times)

Maciou

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Document generation - list of elements names
« on: September 04, 2019, 10:07:20 pm »
Hello,
In my use case template I want to show list of external requirements but when I add field ElemExtRequirement.Name every req starts from new line.
Is there possibility to list them in one line after commas?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13406
  • Karma: +568/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Document generation - list of elements names
« Reply #1 on: September 04, 2019, 10:21:32 pm »
You might be able to use the List bookmarks, but I haven't used that myself.
https://www.sparxsystems.com/enterprise_architect_user_guide/15.0/model_publishing/using_bookmarks.html
If not you will probably need an SQL or Script fragment.
(script fragment would be my choice as something like that isn't trivial in SQL)

Geert

timoc

  • EA User
  • **
  • Posts: 201
  • Karma: +14/-0
    • View Profile
Re: Document generation - list of elements names
« Reply #2 on: September 04, 2019, 10:46:18 pm »
You might be able to use the List bookmarks, but I haven't used that myself.
https://www.sparxsystems.com/enterprise_architect_user_guide/15.0/model_publishing/using_bookmarks.html
If not you will probably need an SQL or Script fragment.
(script fragment would be my choice as something like that isn't trivial in SQL)

Geert
I had not seen that. I wonder what reports that feature works in....