I'm working with an RTF template and need to achieve the following: for an element in my package, display the Name and 2 tagged values e.g.
{Element.Name}
Property A : {Element.valueOf(tag1)}
Property B : {Element.valueOf(tag2)}
-> I want to remove the "Property A : " label when tag1 value is empty. Is there an option or workaround (fragments?) to achieve that? All the filters that I found apply to elements, connectors or diagram, not a tagged value of the generated element.
Note: tagged values can be rendered with specific fonts or within a table (so I don't want to generate the table when the tagged value is empty).