Hi,
i want to create a documentation of a part of my model in EA.
This part consists of an object of type interface. Within this interface I have attributes and operations.
Each operation has its paramters, notes, ... and certain tagged values, i've created.
My document should look like this for example. The italic parts should be replaced with concrete values.
| Operation Name | Operation 1 |
| Syntax | Type Name... |
| First certain Tagged Value | Tagged Value 1 |
| Second certain Tagged Value | Tagged Value 2 |
My document template looks like this:
package >
element >
method >| Operaton Name | {Meth.Name} |
| Syntax | {Meth.Type} {Meth.Name} parameter > {MethParameter.Type} {MethParameter.Name} < parameter |
| First certain Tagged Value | SQL-Template |
| Second certain Tagged Value | SQL-Template |
< method
< element
< packageThe keyword {FeatTagVal.Value} in the
tagged value > < tagged value environment gives a complete list of all tagged values assigned to a certain operation.
But i want to get access to only one tagged value.
So I have to use SQL-Templates to get access to one certain tagged value.
The problem i have, i can't get access to the currently processed operation with the SQL-Template. The placeholder #OPERATIONID# (like #OBJECTID# to get access to the currently processed object) doesn't exist.
I hope you understand my problem.

Many thanks,
Robert