Author Topic: How to use "Template Selector" for pools and lanes  (Read 3657 times)

Screwtape

  • EA User
  • **
  • Posts: 93
  • Karma: +4/-0
    • View Profile
How to use "Template Selector" for pools and lanes
« 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
Code: [Select]
Lane::ProcessLanePool
Pool::ProcessLanePool
but that doesn't seem to do anything.

Any ideas what I am doing wrong?
Screwtape

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: How to use "Template Selector" for pools and l
« Reply #1 on: June 20, 2014, 09:11:01 am »
Try:
Code: [Select]
ActivityPartition:Lane:ProcessLanePool
ActivityPartition:Pool:ProcessLanePool

Screwtape

  • EA User
  • **
  • Posts: 93
  • Karma: +4/-0
    • View Profile
Re: How to use "Template Selector" for pools and l
« Reply #2 on: June 20, 2014, 04:46:50 pm »
Thanks! That's great.
Screwtape