Multiple instances associated with report_constants

Post Reply
jkazmi
Posts: 35
Joined: 26 Aug 2014, 15:35

Hello,

I would like all my application roadmaps to appear in a single view.

I have created two roadmaps and have associated both of them to the report_constant "Application_Roadmap". These two roadmaps are set in the "Associated Instances" slot on the Application_Roadmap class.

I have noticed that the heading of the roadmap comes out as "Roadmap A Roadmap B". This doesn't look nice. I just want the heading to say "Application Roadmaps for 2015". How do I achieve this?
User avatar
jonathan.carter
Posts: 1087
Joined: 04 Feb 2009, 15:44

This View Template seems to assume that there would only ever be one Application Roadmap (rightly or wrongly). This is something that is being reworked for the next release.

In the short term, you have some options around how you name the roadmaps etc. but the simplest may be to hard code the name of your Application Roadmap to "Application Roadmap 2015" in the View Template and using the position() function to only perform this once (rather than repeating for each Application Roadmap).

Jonathan
Essential Project Team
Post Reply