1
Automation Interface, Add-Ins and Tools / Program inside report templates
« on: September 12, 2014, 12:49:41 am »
Is there a way to kinda program inside report templates?
I ask because I want to add the included usecases to the report, but it only appear as connector.. I wish to make a separated table to this.. but I would need to test something like:
for example.
Is there a way to do that?
I ask because I want to add the included usecases to the report, but it only appear as connector.. I wish to make a separated table to this.. but I would need to test something like:
Code: [Select]
if ({Connector.Type}=='include'){ display: target>element> {Element.Name} <element<target}
for example.
Is there a way to do that?