Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - laers

Pages: [1]
1
General Board / Text in tagged value (<memo>) is not in HTML report
« on: August 07, 2025, 12:34:47 am »
Hi all,

According to my MDG several of tags are <memo>. When I export the package to HTML the text is the tags are not part of the HTML report.
I have looked into https://sparxsystems.com/enterprise_architect_user_guide/17.1/model_publishing/webtemplate.html and created a HTML Template where I tried to specify in template name "Tagged Value" that tags with type <memo> shall be part of the HTML report. But no success.
Code: [Select]
<div class="ItemBody" id="TaggedValTable">
<table align="center" border="0" cellspacing="0" cellpadding="0" class="Table">
<tr>
<td width="50%" class="TableHeading">Tag</td>
<td width="50%" class="TableHeading">Memo</td>
</tr>
#CONTENT#
</table>
</div>

Any suggestions and experience is very appreciated

Thanks.
Lars

Pages: [1]