Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Screwtape on June 19, 2014, 07:05:27 pm
-
Hi,
I'm trying to build a report using templates and fragments. I've copied the template selector and referred to my copy in the primary template.
While when I override the values for Activity, and this seems to work fine, I've added lines for Pool and Lane but these seem to be ignored.
I can't find any documentation about this feature, and can't figure out what I'm doing wrong.
I've added lines in to the Custom Query Tab for the template selector
Lane::ProcessLanePool
Pool::ProcessLanePool
but that doesn't seem to do anything.
Any ideas what I am doing wrong?
-
Try:
ActivityPartition:Lane:ProcessLanePool
ActivityPartition:Pool:ProcessLanePool
-
Thanks! That's great.