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 - MoonRider

Pages: [1]
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:

Code: [Select]
if ({Connector.Type}=='include'){ display: target>element> {Element.Name} <element<target}

for example.

Is there a way to do that?

Pages: [1]