<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Custom Report Builder Question (Thread)</title><description> &#xD;
&#xD;
&#xD;
I have the following query:   select REL.Version_Number, REQ.Requirement_ID, REQ.Name as Req_Name, T.Task_ID, T.Name as Task_Name, T.Task_Status_Name from SpiraTestEntities.R_Releases as REL  left outer join SpiraTestEntities.R_Requirements as REQ on REL.Project_ID = REQ.Project_ID and REL.Release_ID = REQ.Release_ID and REQ.Is_Deleted=false  left outer join SpiraTestEntities.R_Tasks as T on REL.Project_ID = T.Project_ID and REL.Release_ID = T.Release_ID and REQ.Requirement_ID = T.Requirement_ID where REL.PROJECT_ID = ${ProjectId} order by REL.Release_ID, T.Task_Status_ID    and I'm trying to build the template for the site to display the data like so:          Version_Number   Requirement_ID   Req_Name    Task_ID    Task_Name    Task_Status_Name        1.0.0.0                            1.1.0.0    403    Build Something                                20    Do Task 1    Completed                    22    Do Task 2    Accepted                    23    Do Task 3    Rejected       Is there an easy way to build a template for this?  The template I currently have is:                         Version_Number      Requirement_ID      Req_Name      Task_ID      Task_Name      Task_Status_Name                                                                                                                                                 </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spirateam/issues-questions/719.aspx</link><item><guid isPermaLink="false">threadId=719</guid><author>Mike Clarkson (mike.clarkson@tolko.com)</author><title>Custom Report Builder Question</title><description> &#xD;
&#xD;
&#xD;
I have the following query:   select REL.Version_Number, REQ.Requirement_ID, REQ.Name as Req_Name, T.Task_ID, T.Name as Task_Name, T.Task_Status_Name from SpiraTestEntities.R_Releases as REL  left outer join SpiraTestEntities.R_Requirements as REQ on REL.Project_ID = REQ.Project_ID and REL.Release_ID = REQ.Release_ID and REQ.Is_Deleted=false  left outer join SpiraTestEntities.R_Tasks as T on REL.Project_ID = T.Project_ID and REL.Release_ID = T.Release_ID and REQ.Requirement_ID = T.Requirement_ID where REL.PROJECT_ID = ${ProjectId} order by REL.Release_ID, T.Task_Status_ID    and I'm trying to build the template for the site to display the data like so:          Version_Number   Requirement_ID   Req_Name    Task_ID    Task_Name    Task_Status_Name        1.0.0.0                            1.1.0.0    403    Build Something                                20    Do Task 1    Completed                    22    Do Task 2    Accepted                    23    Do Task 3    Rejected       Is there an easy way to build a template for this?  The template I currently have is:                         Version_Number      Requirement_ID      Req_Name      Task_ID      Task_Name      Task_Status_Name                                                                                                                                                 </description><pubDate>Fri, 20 Sep 2013 17:35:36 -0400</pubDate><a10:updated>2014-08-20T14:25:13-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/719.aspx</link></item><item><guid isPermaLink="false">messageId=1322</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>&#xD;
&#xD;
&#xD;
Anyone have any suggestions?</title><description>&#xD;
&#xD;
&#xD;
Anyone have any suggestions?</description><pubDate>Tue, 08 Oct 2013 14:54:42 -0400</pubDate><a10:updated>2013-10-08T14:54:42-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/719.aspx#reply1322</link></item><item><guid isPermaLink="false">messageId=1781</guid><author>Jon Freed (jfreed@edmap.com)</author><title>Try nested for-each tags?    The first would be for releases, the second would be for release-requir</title><description>Try nested for-each tags?    The first would be for releases, the second would be for release-requirements, and the third would be for release-requirement-tasks.     Something like this (and yes, this pseudo code is definitely not valid/well-formed):                      td version number (with col span)                      td empty col (with col span as desired to span the rel col(s))        td req id (with col span as desired to span the task col(s))                               td empty col (with col span as desired to span the rel and req col(s))  tds for task cols                   </description><pubDate>Wed, 20 Aug 2014 14:25:13 -0400</pubDate><a10:updated>2014-08-20T14:25:13-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/719.aspx#reply1781</link></item></channel></rss>