Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: pb17 on June 03, 2025, 09:33:47 pm
-
In Enterprise Architect 15.2, I'm trying to fetch information using a custom template. I'm using different sections to navigate through connectors and extract the relevant information.
However, when I'm at the source element level, I'm unable to sort these elements alphabetically. Here's the structure I'm using:
package >
element >
{Element.Name}
connector >
source >
element >
{Element.Name} --> Not sorted correctly
{Element.Notes}
< element
< source
< connector
child elements >
< child elements
< element
< package
I also tried using the "Order By" filters in the Document Options, but that didn’t work either.
Is it possible to sort these elements alphabetically using this template structure?
Thanks in advance!
-
No, I don't think so.
You'll probably need to use a SQL fragment is you need sorting.
Geert