Book a Demo

Author Topic: [EA] Order of linked elements in documentation  (Read 3834 times)

zakrzes

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
[EA] Order of linked elements in documentation
« on: February 04, 2022, 10:53:44 pm »
Hi All,
I've got problem with ordering linked elements with use case in documentation.

For example:
I've got 1 use case:  UC.001
And 4 requirements linked with use case (realization relationship): REQ.001, REQ.002, REQ.003, REQ.004

I'm using my own template to generate information about use case and linked requirements. I want to show requirements in ascending order REQ.001, REQ.002, REQ.003, REQ.004. I have no idea why, but EA generate it in random order, for example: REQ.002, REQ.004, REQ.001, REQ.003.

Any ideas how can I order it?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: [EA] Order of linked elements in documentation
« Reply #1 on: February 04, 2022, 11:25:27 pm »
The only way I know is to use an (SQL)fragment.
That way you can order them by any criteria you want.

Geert