The EA offers the possibility to search for the model element used in an InformationFlow in the Project Browser.
To do this, select the InformationFlow in the diagram and choose Read more ›
The EA offers the possibility to search for the model element used in an InformationFlow in the Project Browser.
To do this, select the InformationFlow in the diagram and choose Read more ›
The report generator allows you to configure any number of custom tags for the entire project.
Sometimes a question can not be answered with a single SQL query. In order to still use the model search, the search can also be scripted.
We write a script (mySearchScript) and programmatically run through the model. In the script itself we can of course use SQL queries (myQuery). The result of the SQL query can be processed further in the script.
Fragment Template
A fragment template is an RTF template, which can be called from another RTF template. This increases the re-usability of the templates and the flexibility to generate documents.
When the template f…
One often asked question is, how to show each tagged value in its own column in model searches.
Tagged Values are stored in the table t_objectproperties
. We can now use the table t_object
,
in which all model e…