<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Spira Custom Reports</title><description>This forum allows users to share custom reports that they have found useful.</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</a10:id><ttl>120</ttl><link>/Support/Forum/spirateam/reports/List.aspx</link><item><guid isPermaLink="false">threadId=1566</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><title>Custom Reporting Resources</title><description>&#xD;
We have had a request by  Dave F  (thanks Dave!) to create a new forum where users can share custom reports that they have found useful. This forum will be a repository for these items. As a helper, here are some useful links when writing custom reports:    Blog Series on Writing Custom Reports  (we recommend that you read this first)   Article on using the Entity SQL (ESQL) syntax  for writing custom reports   Search for all KB articles on custom reports  - lots of examples for different versions of Spira.   &#xD;
&#xD;
</description><pubDate>Thu, 10 Nov 2016 15:06:35 -0500</pubDate><a10:updated>2016-11-10T15:24:36-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1566.aspx</link></item><item><guid isPermaLink="false">threadId=1725</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> esql</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> project groups</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> projects</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> releases</category><title>Report Displaying Projects, Project Groups and Releases</title><description> We had a request from a customer looking for a custom report with the following information:    We need a  report  or exported data dump from the system having following  data.  it seems there is no such default report  for the same.  Please share the  detail where these data points stored in the DB. that will help us to write a query to export the dump.     1.       Project Group        2.       Project Name        3.       Release name        4.       Release workflow status.      </description><pubDate>Fri, 21 Jul 2017 15:28:34 -0400</pubDate><a10:updated>2017-07-21T15:29:55-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1725.aspx</link></item><item><guid isPermaLink="false">threadId=1737</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> custom reporting</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> incident history</category><title>Exporting Incident Change History to Excel</title><description> We had the following request from a customer:   Id like to export the Incident Change History to Excel for reporting purposes.  In particular Im interested in seeing the Status Changes of all incidents in my project.  How can I implement such a report?  </description><pubDate>Sat, 26 Aug 2017 07:43:52 -0400</pubDate><a10:updated>2017-08-26T08:33:03-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1737.aspx</link></item><item><guid isPermaLink="false">threadId=1751</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> incidents</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test cases</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> entity sql</category><title>Custom report of test cases linked to incidents</title><description> A customer asked how to write a custom Entity SQL report that displayed:   Incident ID  Incident Status Name  Test Case ID  Test Case Name  </description><pubDate>Wed, 11 Oct 2017 03:52:30 -0400</pubDate><a10:updated>2017-10-11T03:53:04-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1751.aspx</link></item><item><guid isPermaLink="false">threadId=1773</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> esql</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> tasks</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> requirements</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> deleted</category><title>Custom Report Query to Find Tasks Linked to Deleted Requirements</title><description> We had a customer that was looking for a custom report to find all of the Tasks in SpiraTeam that are linked to deleted requirements. These are requirements that are soft-deleted (i.e. have not been purged and can therefore be undeleted).  The ESQL query to use is:   select T.TASK_ID, T.NAME as TASK_NAME from SpiraTestEntities.R_Tasks as T
join SpiraTestEntities.R_Requirements as R on T.REQUIREMENT_ID = R.REQUIREMENT_ID
where T.PROJECT_ID = ${ProjectId} and R.IS_DELETED = True
     </description><pubDate>Tue, 21 Nov 2017 20:39:38 -0500</pubDate><a10:updated>2017-11-21T20:42:14-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1773.aspx</link></item><item><guid isPermaLink="false">threadId=1777</guid><author>Tung Nguyen (tran.nguyen@transport.nsw.gov.au)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> xslt</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> rtm</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> traceability matrix</category><title>Custom Requirements Traceability Report</title><description> A customer wanted a RTM report that looped per row for each requirement, rather than having a set of requirements IDs concatenated with commas:   his section displays a list of all the requirements with the associated test cases/requirements.      Req #  Name  Type  Status  Release #  Test Traceability  Requirements Traceability      RQ4  Ability to add new books to the system  Feature  Developed  1.0.0.0.0001  TC2,TC13,TC8  RQ6    RQ4  Ability to add new books to the system  Feature  Developed  1.0.0.0.0001  TC2,TC13,TC8  RQ30    RQ5  Ability to edit existing books in the system  Feature  Tested  1.0.0.0.0001  TC3,TC8  RQ57    RQ5  Ability to edit existing books in the system  Feature  Tested  1.0.0.0.0001  TC3,TC8  RQ7    RQ5  Ability to edit existing books in the system  Feature  Tested  1.0.0.0.0001  TC3,TC8  RQ31    RQ6  Ability to delete existing books in the system  Feature  Tested  1.0.0.0.0002  TC8,TC12  RQ4    RQ7  Ability to associate books with different subjects  Feature  Developed  1.1.0.0.0001  TC4,TC8  RQ5    RQ57  Ability to report on book editions  Feature  Accepted     TC4,TC2,TC5  RQ5    RQ30  Creating a new book in the system  Use Case  Completed     TC2  RQ4    RQ31  Editing an existing book in the system  Use Case  Completed     TC3  RQ5       </description><pubDate>Tue, 28 Nov 2017 18:45:07 -0500</pubDate><a10:updated>2018-08-13T06:17:53-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1777.aspx</link></item><item><guid isPermaLink="false">threadId=1786</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> electronic signatures</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> digital signatures</category><title>Writing a Report to Show the Electronic Signatures in SpiraTeam</title><description> In SpiraTeam v5.0 we added native support for  electronic / digital signatures . This was to allow our customers in regulated industries such as healthcare and finance be able to ensure that workflow changes were only performed by the appropriate personnel and that there was a signed audit trail of the change.  A customer asked us how to write a custom report to display the electronic signatures in a project. </description><pubDate>Fri, 15 Dec 2017 21:40:02 -0500</pubDate><a10:updated>2024-09-10T13:05:22-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1786.aspx</link></item><item><guid isPermaLink="false">threadId=1832</guid><author>Clark R (simon.bor@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test case</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test runs</category><title>Changing the Test Case Detailed Report to show only latest test run</title><description> We had a request from a customer to change the built-in  test case detailed  report:    The Test Case Detailed report is very close to what we need, BUT it shows multiple test runs for a single test case.  When a test run results in a failure or a caution, even though there is a retest shown immediately after it, thats not acceptable to the reviewing folks.    So in this post we include the XSLT template changes needed to accomplish this. </description><pubDate>Thu, 19 Apr 2018 15:06:42 -0400</pubDate><a10:updated>2020-08-06T14:42:17-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1832.aspx</link></item><item><guid isPermaLink="false">threadId=1895</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> custom reporting</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> spirateam</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test case automation</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> documents</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> attachments</category><title>Report on the Document Type used by Test Case Automation Scripts</title><description> A customer asked:    I need to create a custom graph that shows the amount of test cases per document type.    However when I look at the columns that are returned when I query the SpiraTestEntities.R_TestCases table (from within the Edit Graphs screen), I dont see any columns that represents the Document Type field. Which table should I query in order to find the Document Type value for a test case?   </description><pubDate>Thu, 09 Aug 2018 01:46:08 -0400</pubDate><a10:updated>2018-08-09T01:46:28-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1895.aspx</link></item><item><guid isPermaLink="false">threadId=2080</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Test Step Custom Property on Reports</title><description> We added a Custom Property (List) to the Test Step for one of our projects.  When I run the Test Run Detailed Report and view the output as XML, I can see it is not returning any values for it.  I get this instead:     System.Collections.Generic.Dictionary`2[System.String,System.Reflection.PropertyInfo]     Will I need to use a Custom Report to get to the Custom Properties list values? </description><pubDate>Mon, 19 Aug 2019 12:28:38 -0400</pubDate><a10:updated>2019-08-20T22:09:03-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2080.aspx</link></item><item><guid isPermaLink="false">threadId=1997</guid><author>Jim R (donotreply5@kronodesk.net)</author><title>How to generate a report for test cases which have been run more</title><description> How to generate a report for test cases which have been run more than once.  For example: If I have failed a test case and once defect is fixed ,i have re-run it. So how I am going to prepare report which only displays test cases which have been run once </description><pubDate>Tue, 12 Mar 2019 08:47:19 -0400</pubDate><a10:updated>2019-03-15T21:44:57-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1997.aspx</link></item><item><guid isPermaLink="false">threadId=2042</guid><author>Jim R (donotreply5@kronodesk.net)</author><title>Report for Test Cases which are executed twice(incase of Failed)</title><description> How can we generate a Report for Test Cases which are executed twice(incase of Failed). </description><pubDate>Fri, 07 Jun 2019 12:49:49 -0400</pubDate><a10:updated>2019-06-07T16:17:08-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2042.aspx</link></item><item><guid isPermaLink="false">threadId=1584</guid><author>Jim R (donotreply5@kronodesk.net)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> users</category><title>Knowledge Base 35 - list of all reportable tables</title><description> &#xD;
&#xD;
&#xD;
Hi  Can I have a list of the names of the fields in the User file, please?  BR,  Lene, Tryg Insurance </description><pubDate>Mon, 05 Dec 2016 15:27:04 -0500</pubDate><a10:updated>2016-12-08T18:32:44-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1584.aspx</link></item><item><guid isPermaLink="false">threadId=1589</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">reporting</category><title>Sigh. I messed up one of my reports ..</title><description>&#xD;
&#xD;
&#xD;
Hi Can I have a list of the names of the fields in the User file, please?  BR,  Lene, Tryg Insurance </description><pubDate>Thu, 08 Dec 2016 16:07:56 -0500</pubDate><a10:updated>2016-12-22T17:20:04-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1589.aspx</link></item><item><guid isPermaLink="false">threadId=1819</guid><author>Jim R (donotreply5@kronodesk.net)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">report summary</category><title>How to add summary to top of report</title><description> I would like to include a summary section at the top of the task report.  While I can manually update the values in the spreadsheet after I run the report. I would prefer this is dynamically done when the report is generated. I want it to look something like:      Tasks Not Started: 25  %  Not Started: 25%    Tasks In Progress :20  % In Progress: 15%    Tasks Completed: 10  % Completed: 5%         I found a reference to a test status report that did something similar. The formatting of that report is listed below. I am not sure where the path references come from and I cant seem to update it to reference tasks instead of test sets. Any ideas?                  </description><pubDate>Fri, 23 Mar 2018 18:27:45 -0400</pubDate><a10:updated>2018-04-02T16:40:05-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1819.aspx</link></item><item><guid isPermaLink="false">threadId=1820</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">business hours</category><title>Applying business hours to custom reports</title><description> I have created a custom report to display all overdue tasks, and the number of days by which each task is overdue. However, I have only found a way to calculate that number using all days since the overdue date (ex. diffDays(CurrentDateTime(), R.End_Date) . In other words that calculation includes weekends. So if a task is one week overdue, I would like the report to indicate that the task is 5 days overdue, not 7 days. Does anyone know of a way to exclude non-business days from such a calculation?    </description><pubDate>Fri, 23 Mar 2018 18:49:03 -0400</pubDate><a10:updated>2021-11-16T04:40:54-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1820.aspx</link></item><item><guid isPermaLink="false">threadId=1739</guid><author>Jim R (donotreply5@kronodesk.net)</author><title>migration from Kronodesk 1.1 to 2.0</title><description> Hello  I use the version 1.1 of Kronodesk and i have some questions before installing the version 2.0 which is now available.  First of all, if i upgrade my Kronodesk in version 2.0, is the database used in version 1.1 compatible with the version 2.0 or must i restart with a empty database (and i will lost all my history of help tickets and knowledge database) ?  In the version 1.1 i cant known precisely the time for resolution of a ticket; i would calulate it in hour and not in day. Is it possible with the version 2.0 ?  In my actual version i use many SQL script to do some reports; is the structure of the database similary in version 1.1 and 2.0 (does my SQL script will always run ?) ?  I use custom lists in version 1.1; is it compatible with version 2.0 ?  Thanks for your answers </description><pubDate>Wed, 30 Aug 2017 09:52:08 -0400</pubDate><a10:updated>2017-08-31T18:20:31-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1739.aspx</link></item><item><guid isPermaLink="false">threadId=2599</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom report incident count by release</category><title>Creating a custom report for Incident detection</title><description> Hi can anyone help in creating a custom report to show which release an incident was detected. I am trying to show the spread pattern to see when we are identifying incidents to see if our new quality measures are improving earlier detection times  I saw a custom report that show an incident count by project, but i do not have the expertise to add releases to the list indented underneath and show a count by detected release  Count of Incidents By Project  The following Entity SQL command can be used in the Spira custom report (custom section) or Spira custom graph administration section to generate a graph of incidents by project:  select INC.PROJECT_NAME, count(INC.INCIDENT_ID) as INCIDENT_COUNT from SpiraTestEntities.R_Incidents as INC where INC.IS_DELETED = False group by INC.PROJECT_NAME order by INC.PROJECT_NAME  That gives the following data grid:  PROJECT_NAMEINCIDENT_COUNT  Library Information System63  Sample Application One1  Can anyone help? </description><pubDate>Tue, 12 Apr 2022 08:57:20 -0400</pubDate><a10:updated>2022-04-13T04:31:57-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2599.aspx</link></item><item><guid isPermaLink="false">threadId=1661</guid><author>Petr Havlíček (Havlicek@komercpoj.cz)</author><title>Printable Test Script on Test Set</title><description> Hi,  I will print printable test script on the one of Test Set. Can I use some of templates from standard section or I must write SQL script to custom section?  Thanks Petr </description><pubDate>Tue, 11 Apr 2017 11:09:12 -0400</pubDate><a10:updated>2017-04-18T05:29:23-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1661.aspx</link></item><item><guid isPermaLink="false">threadId=1575</guid><author>martin alavi (malavi@visionrt.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">test set detailed report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test steps</category><title>Create word test script from test set</title><description>
Hi all,

    We regularly have to print out our test cases into a word document.     We usually have to have one word document per test set.     At the moment we are entering all of the test cases ids and using a variant of the printable test scripts.     Does anybody know if we can do the same by just entering the test set id instead of manually adding all the test ids?     I have tried the test set detailed report but even though i select test steps to include, the steps are not included.     Does anybody have a custom report for this?     thanks,     Martin  </description><pubDate>Thu, 17 Nov 2016 10:23:03 -0500</pubDate><a10:updated>2016-12-01T14:11:32-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1575.aspx</link></item><item><guid isPermaLink="false">threadId=1655</guid><author>Danny Vanderbyl (dvanderbyl@gmail.com)</author><title>Adding a custom properties field to a report</title><description> We run a test run list report and I would like to add a custom field that exist on the test case page.  The custom field is a user list.  I would really just like to add the column to the standard section test run list section so I dont have to recreate the whole report for adding one custom column.          Any ideas??             </description><pubDate>Wed, 05 Apr 2017 18:23:37 -0400</pubDate><a10:updated>2020-08-10T20:11:30-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1655.aspx</link></item><item><guid isPermaLink="false">threadId=1818</guid><author>Jim R (donotreply5@kronodesk.net)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">requirements</category><title>Requirements Summary Report</title><description> The Requirements Summary Report does not show the Comments.  Any help to get a report that pulls the comments within the Summary report. </description><pubDate>Thu, 15 Mar 2018 18:34:09 -0400</pubDate><a10:updated>2018-03-16T17:48:34-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1818.aspx</link></item><item><guid isPermaLink="false">threadId=1561</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">reporting</category><title>Custom report scripts.  Swap them with your forum friends</title><description>&#xD;
Hi all, Until Infectra create something like a report script trading area, I suggest we use this post to share our custom report scripts. Please provide both:   The query/script code in a format others can cut and paste into their Spira Test  The version of SpiraTest you are running   A sample report to show others the results that your script will produce (i.e. a sample that shows a hew rows of your report, or attach a file)     </description><pubDate>Wed, 09 Nov 2016 06:50:01 -0500</pubDate><a10:updated>2016-11-10T15:07:38-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1561.aspx</link></item><item><guid isPermaLink="false">threadId=1567</guid><author>Tung Nguyen (tran.nguyen@transport.nsw.gov.au)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">reporting</category><title>Very simple traceability matrix - Requirement to Test case report</title><description>The attached it useful for reporting on test case coverage.  I wanted this to be simple and clean.  I hope some of you find this useful.    Spira ver  -  SpiraTeam &#xD;
	                v 5.0.0 . 8    Report sample  &#xD;
&#xD;
  &#xD;
&#xD;
  &#xD;
&#xD;
   Requirement / Test Case Traceability Report &#xD;
&#xD;
     &#xD;
&#xD;
  &#xD;
   REQUIREMENT_ID &#xD;
   REQUIREMENT_NAME &#xD;
   TEST_CASE_ID &#xD;
   TEST_CASE_NAME &#xD;
&#xD;
  &#xD;
   104 &#xD;
   3.14 RG Reporting &#xD;
   2600 &#xD;
   Reports can be&#xD;
  accessed remotely and are filterable &#xD;
&#xD;
  &#xD;
   104 &#xD;
   3.14 RG Reporting &#xD;
   2601 &#xD;
   VIP Room Access&#xD;
  report &#xD;
&#xD;
  &#xD;
   104 &#xD;
   3.14 RG Reporting &#xD;
   2602 &#xD;
   Player Status Report &#xD;
&#xD;
  &#xD;
   104 &#xD;
   3.14 RG Reporting &#xD;
   2603 &#xD;
   Player Status Change&#xD;
  History &#xD;
&#xD;
  &#xD;
   104 &#xD;
   3.14 RG Reporting &#xD;
   2604 &#xD;
   RG Incidents by&#xD;
  member &#xD;
&#xD;
  &#xD;
   103 &#xD;
   3.13 RG Management&#xD;
  User Matrix &#xD;
   2605 &#xD;
   WPH RG Manager/Staff,&#xD;
  member home venue is WPH &#xD;
&#xD;
  &#xD;
   103 &#xD;
   3.13 RG Management&#xD;
  User Matrix &#xD;
   2606 &#xD;
   WPH RG Manager/Staff,&#xD;
  member home venue is CCT &#xD;
&#xD;
  &#xD;
   103 &#xD;
   3.13 RG Management&#xD;
  User Matrix &#xD;
   2607 &#xD;
   CCT RG Manager/Staff,&#xD;
  member home venue is CCT &#xD;
&#xD;
  &#xD;
   103 &#xD;
   3.13 RG Management&#xD;
  User Matrix &#xD;
   2608 &#xD;
   CCT RG Manager/Staff,&#xD;
  member home venue is WPH &#xD;
&#xD;
 &#xD;
&#xD;
 &#xD;
&#xD;
 &#xD;
&#xD;
    Query  select R.REQUIREMENT_ID, &#xD;
R.REQUIREMENT_NAME, R.TEST_CASE_ID, R.TEST_CASE_NAME from &#xD;
SpiraTestEntities. R_RequirementTestCases as R where R.PROJECT_ID = &#xD;
${ProjectId}    Template                      REQUIREMENT_ID     REQUIREMENT_NAME     TEST_CASE_ID     TEST_CASE_NAME                                                                                 &#xD;
&#xD;
</description><pubDate>Sun, 13 Nov 2016 22:45:58 -0500</pubDate><a10:updated>2018-08-16T06:58:32-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1567.aspx</link></item><item><guid isPermaLink="false">threadId=1568</guid><author>Charles Sparks (williamvang046@hotmail.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">reporting</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test cases</category><title>All tests with test execution Status and Actual results fields</title><description>This report produces a single line for every test case executed with the Status(e.g. Passed, Failed) and the Actual result as typed in my the tester. This is useful if the testers put the defect ID# against failures and blockers.   ver   SpiraTeam &#xD;
	                v 5.0.0 . 8 &#xD;
	                   Report Sample  &#xD;
&#xD;
  &#xD;
&#xD;
  &#xD;
&#xD;
    &#xD;
   Test&#xD;
  Case ID &#xD;
   Test Case Name &#xD;
   Status &#xD;
   Date Executed &#xD;
   Actual Result &#xD;
&#xD;
  &#xD;
   1391 &#xD;
   eReport - sanity&#xD;
  checks &#xD;
   Failed &#xD;
   13/09/2016 &#xD;
   236 &#xD;
&#xD;
  &#xD;
   1391 &#xD;
   eReport - sanity&#xD;
  checks &#xD;
   Failed &#xD;
   9/09/2016 &#xD;
   259 &#xD;
&#xD;
  &#xD;
   1395 &#xD;
   ePromotions - sanity&#xD;
  checks &#xD;
   Passed &#xD;
   20/09/2016 &#xD;
&#xD;
  &#xD;
&#xD;
   1395 &#xD;
   ePromotions - sanity&#xD;
  checks &#xD;
   Passed &#xD;
   13/09/2016 &#xD;
&#xD;
  &#xD;
&#xD;
   1395 &#xD;
   ePromotions - sanity&#xD;
  checks &#xD;
   Passed &#xD;
   9/09/2016 &#xD;
&#xD;
  &#xD;
&#xD;
   1565 &#xD;
   #18 - Member Export&#xD;
  Publisher - 6 Edit a member by adding a comma &#xD;
   Caution &#xD;
   19/09/2016 &#xD;
   Exported with Comma&#xD;
  and Quotes &#xD;
&#xD;
  &#xD;
   1574 &#xD;
   #18 - Member Export&#xD;
  Publisher - 15 Edit member and with an invalid gender &#xD;
   Caution &#xD;
   19/09/2016 &#xD;
   The member has a&#xD;
  gender set as A (truncated from ABCDEF) , this may cause issues when&#xD;
  importing data &#xD;
&#xD;
  &#xD;
   2601 &#xD;
   VIP Room Access&#xD;
  report &#xD;
   Blocked &#xD;
   21/09/2016 &#xD;
   289 &#xD;
&#xD;
  &#xD;
   2602 &#xD;
   Player Status Report &#xD;
   Blocked &#xD;
   21/09/2016 &#xD;
   289 &#xD;
&#xD;
  &#xD;
   2603 &#xD;
   Player Status Change&#xD;
  History &#xD;
   Passed &#xD;
   9/09/2016 &#xD;
&#xD;
  &#xD;
     Query  select R.TEST_CASE_ID, R.TEST_CASE_NAME, R.EXECUTION_STATUS_NAME, R.ACTUAL_RESULT, R.END_DATE from SpiraTestEntities.R_TestRunSteps as R where R.PROJECT_ID = ${ProjectId}   Template                                Test Case ID    Test Case Name    Status    Date Executed    Actual Result                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      &#xD;
&#xD;
</description><pubDate>Sun, 13 Nov 2016 23:00:19 -0500</pubDate><a10:updated>2024-05-08T07:49:36-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1568.aspx</link></item><item><guid isPermaLink="false">threadId=1569</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">reporting</category><title>Test execution status per Release with Actual result</title><description>This report allows me to use Excel to draw a lot of information from the testing performed over multiple releases to see how we are tracking, find recurring issues, produce stats on the defects causing the largest impact to testing, etc.   Ver   5.0.0.8   Report sample:  &#xD;
&#xD;
  &#xD;
&#xD;
  &#xD;
&#xD;
  &#xD;
&#xD;
     Release   &#xD;
     Test Case ID   &#xD;
     Test Case Name   &#xD;
     Status   &#xD;
     Date Executed   &#xD;
     Actual Result   &#xD;
&#xD;
  &#xD;
    R7 - 20 Sept  &#xD;
    3112  &#xD;
    Upload documents -&#xD;
  allowable formats  &#xD;
    Blocked  &#xD;
    20/09/2016  &#xD;
    Known environmental&#xD;
  issue. Server being rebuilt  &#xD;
&#xD;
  &#xD;
    R8 - 3 Oct  &#xD;
    3112  &#xD;
    Upload documents -&#xD;
  allowable formats  &#xD;
    Failed  &#xD;
    4/10/2016  &#xD;
    317  &#xD;
&#xD;
  &#xD;
    R9 - 12 Oct  &#xD;
    3112  &#xD;
    Upload documents -&#xD;
  allowable formats  &#xD;
    Passed  &#xD;
    12/10/2016  &#xD;
&#xD;
  &#xD;
&#xD;
    R7 - 20 Sept  &#xD;
    3115  &#xD;
    Search functionality  &#xD;
    Passed  &#xD;
    20/09/2016  &#xD;
&#xD;
  &#xD;
&#xD;
    R8 - 3 Oct  &#xD;
    3115  &#xD;
    Search functionality  &#xD;
    Failed  &#xD;
    4/10/2016  &#xD;
    322  &#xD;
&#xD;
  &#xD;
    R9 - 12 Oct  &#xD;
    3115  &#xD;
    Search functionality  &#xD;
    Not Run   &#xD;
    --  &#xD;
&#xD;
  &#xD;
&#xD;
    R10 - 24 Oct  &#xD;
    3115  &#xD;
    Search functionality  &#xD;
    Passed  &#xD;
    26/10/2016  &#xD;
&#xD;
  &#xD;
&#xD;
    R11 - 7 Nov   &#xD;
    3115  &#xD;
    Search functionality  &#xD;
    Passed  &#xD;
    9/11/2016  &#xD;
&#xD;
  &#xD;
     Query:  select R.TEST_CASE_ID, R.TEST_CASE_NAME, R.EXECUTION_STATUS_NAME, R.ACTUAL_RESULT, R.END_DATE, L.RELEASE_NAME from SpiraTestEntities.R_TestRunSteps as R LEFT JOIN SpiraTestEntities.R_TestRuns AS L ON R.TEST_RUN_ID=L.TEST_RUN_ID AND R.PROJECT_ID = ${ProjectId}   Template:                               Release     Test Case ID    Test Case Name    Status    Date Executed    Actual Result                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          &#xD;
&#xD;
</description><pubDate>Mon, 14 Nov 2016 00:12:53 -0500</pubDate><a10:updated>2024-08-19T23:57:44-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1569.aspx</link></item><item><guid isPermaLink="false">threadId=1570</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">reporting</category><title>Summary of Test sets executed</title><description> &#xD;
Another report based on test sets that I then feed into Excel to extract deeper information about the current state of testing.  Brief and informative.   ver  5.0.0.8   Report sample:  &#xD;
&#xD;
    &#xD;
&#xD;
    &#xD;
&#xD;
    &#xD;
&#xD;
    &#xD;
&#xD;
    &#xD;
&#xD;
    &#xD;
&#xD;
    &#xD;
&#xD;
    &#xD;
&#xD;
    &#xD;
&#xD;
   &#xD;
&#xD;
     Test Set #   &#xD;
     Name   &#xD;
     Description   &#xD;
     Status   &#xD;
     Release   &#xD;
     Creator   &#xD;
     Owner   &#xD;
     Automation Host   &#xD;
     Created On   &#xD;
     Planned Date   &#xD;
     Last Modified   &#xD;
     Last Executed   &#xD;
     # Passed   &#xD;
     # Failed   &#xD;
     # Caution   &#xD;
     # Blocked   &#xD;
     # Not Run   &#xD;
     # N/A   &#xD;
     Est. Duration   &#xD;
     Act. Duration   &#xD;
&#xD;
  &#xD;
    32  &#xD;
    Comps functional&#xD;
  tests  &#xD;
&#xD;
       &#xD;
&#xD;
       &#xD;
&#xD;
       &#xD;
&#xD;
       &#xD;
    2/11/2016  &#xD;
    --  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
    135  &#xD;
    0  &#xD;
&#xD;
       &#xD;
&#xD;
  &#xD;
    TX94  &#xD;
    Comps (CR tests only)  &#xD;
&#xD;
    Not Started  &#xD;
&#xD;
    Jill K  &#xD;
&#xD;
       &#xD;
    2/11/2016  &#xD;
    --  &#xD;
    2/11/2016  &#xD;
    --  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
    44  &#xD;
    0  &#xD;
&#xD;
       &#xD;
&#xD;
  &#xD;
    TX95  &#xD;
    Comps (no CR tests)  &#xD;
&#xD;
    Not Started  &#xD;
&#xD;
    Jill K  &#xD;
&#xD;
       &#xD;
    2/11/2016  &#xD;
    --  &#xD;
    2/11/2016  &#xD;
    --  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
    91  &#xD;
    0  &#xD;
&#xD;
       &#xD;
&#xD;
  &#xD;
    7  &#xD;
    R04 29 August  &#xD;
&#xD;
       &#xD;
&#xD;
       &#xD;
&#xD;
       &#xD;
&#xD;
       &#xD;
    27/09/2016  &#xD;
    9/09/2016  &#xD;
    781  &#xD;
    336  &#xD;
    26  &#xD;
    23  &#xD;
    1063  &#xD;
    0  &#xD;
&#xD;
    0.78  &#xD;
&#xD;
  &#xD;
    TX42  &#xD;
    R04 functional and&#xD;
  sanity test set  &#xD;
&#xD;
    Completed  &#xD;
    R4  &#xD;
    Lana N   &#xD;
&#xD;
       &#xD;
    29/09/2016  &#xD;
    --  &#xD;
    4/10/2016  &#xD;
    9/09/2016  &#xD;
    21  &#xD;
    18  &#xD;
    0  &#xD;
    1  &#xD;
    54  &#xD;
    0  &#xD;
&#xD;
    0.05  &#xD;
&#xD;
  &#xD;
    TX39  &#xD;
    R04 SIT test set  &#xD;
&#xD;
    Completed  &#xD;
    R4  &#xD;
    Dave F  &#xD;
&#xD;
       &#xD;
    27/09/2016  &#xD;
    --  &#xD;
    4/10/2016  &#xD;
    13/09/2016  &#xD;
    394  &#xD;
    159  &#xD;
    13  &#xD;
    11  &#xD;
    1009  &#xD;
    0  &#xD;
&#xD;
    0.72  &#xD;
&#xD;
  &#xD;
    TX62  &#xD;
    R04 SIT test set&#xD;
  (Member export, Micros)  &#xD;
&#xD;
    Completed  &#xD;
    R4  &#xD;
    Annie K   &#xD;
&#xD;
       &#xD;
    3/10/2016  &#xD;
    --  &#xD;
    4/10/2016  &#xD;
    3/10/2016  &#xD;
    34  &#xD;
    9  &#xD;
    13  &#xD;
    11  &#xD;
    0  &#xD;
    0  &#xD;
&#xD;
    0.00  &#xD;
&#xD;
  &#xD;
    TX63  &#xD;
    R04 SIT test set POS&#xD;
  Gateway  &#xD;
&#xD;
    Completed  &#xD;
    R4  &#xD;
    Jill K   &#xD;
&#xD;
       &#xD;
    3/10/2016  &#xD;
    --  &#xD;
    4/10/2016  &#xD;
    3/10/2016  &#xD;
    332  &#xD;
    150  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
&#xD;
    0.02  &#xD;
&#xD;
  &#xD;
    8  &#xD;
    R05 7 September  &#xD;
&#xD;
       &#xD;
&#xD;
       &#xD;
&#xD;
       &#xD;
&#xD;
       &#xD;
    27/09/2016  &#xD;
    3/10/2016  &#xD;
    32  &#xD;
    7  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
&#xD;
    0.00  &#xD;
&#xD;
  &#xD;
    TX66  &#xD;
    R05 SIT test set&#xD;
  (Micros POS terminal)  &#xD;
&#xD;
    Completed  &#xD;
    R5  &#xD;
    Jill K  &#xD;
&#xD;
       &#xD;
    3/10/2016  &#xD;
    --  &#xD;
    3/10/2016  &#xD;
    3/10/2016  &#xD;
    32  &#xD;
    7  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
    0  &#xD;
&#xD;
    0.00  &#xD;
&#xD;
     Template:                                 Test Set #           Name           Description           Status           Release           Creator           Owner           Automation Host           Created On           Planned Date           Last Modified           Last Executed           # Passed           # Failed           # Caution           # Blocked           # Not Run           # N/A           Est. Duration           Act. Duration                                                                                                                                                                                                                              padding-left:  px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      TX                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    &#xD;
&#xD;
 </description><pubDate>Mon, 14 Nov 2016 00:21:04 -0500</pubDate><a10:updated>2016-11-14T15:09:41-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1570.aspx</link></item><item><guid isPermaLink="false">threadId=1571</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">export</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> excel</category><title>Export Multiple Comments from Incidents from spira to xls</title><description>Please  help  me  guys , this is urgent       I need to  export existing incidents to xls – which&#xD;
is  OK , however some spira  have  multiple comments  and export&#xD;
just  gives last comment.  &#xD;
&#xD;
&#xD;
&#xD;
  Any idea  how we can  export multiple comments&#xD;
associated with individual issue ?   </description><pubDate>Mon, 14 Nov 2016 11:27:38 -0500</pubDate><a10:updated>2016-11-14T15:24:14-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1571.aspx</link></item><item><guid isPermaLink="false">threadId=1576</guid><author>Jim R (donotreply5@kronodesk.net)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">attachments</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> export</category><title>Can we  export  attachments  in xls jpg png format associated with incidents</title><description>&#xD;
&#xD;
&#xD;
</description><pubDate>Fri, 18 Nov 2016 14:58:22 -0500</pubDate><a10:updated>2016-11-21T17:42:25-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1576.aspx</link></item><item><guid isPermaLink="false">threadId=1656</guid><author>Carlotta Simonson (csimonson1@gmail.com)</author><title>How do i reference a custom field value and not the internal id of the selection?</title><description> the template below lists all the custom fields and displays them with their values.  How do I reference a specific custom field if I dont want all of them listed?  When I tried referencing CUST_02 it displays the values (2,3,4) which is the index of the selected value but not the value itself (which should be text like no workaround, has workaround, cosmetic).    I want my report to show the CUST_02 field and list the text .  How do i do that?      This works to list all custom fields:                                                                                                                                                                                                                                           </description><pubDate>Thu, 06 Apr 2017 02:40:41 -0400</pubDate><a10:updated>2017-05-31T23:07:36-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1656.aspx</link></item><item><guid isPermaLink="false">threadId=1683</guid><author>Kat A (elise.brooks@inflectra.com)</author><title>Problems with a report not referencing a custom field value</title><description> When I try to use a statement given to me in this forum im getting an error when the report runs  My intention in the report is to print out the user associated with a requirement.  The users name is stored in a custom list field CUSTOM_01.  Im trying to get the report to print out the user name NOT the id of the user in the dropdown list.     This is the statement i was told to use but it is causing an error    &lt;/td     Please wait while your report is generated...  Name cannot begin with the 1 character, hexadecimal value 0x31. Line 18, position 90. </description><pubDate>Fri, 02 Jun 2017 18:14:19 -0400</pubDate><a10:updated>2018-06-15T14:33:41-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1683.aspx</link></item><item><guid isPermaLink="false">threadId=1712</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Simple Traceability Matrix</title><description> Recently, our QA/regulatory decided to run an audit and they requested a traceability matrix that traces through requirements, tests, incidents and tasks.  Unfortunately, there are no ready-made SpiraTeam reports that does something like that so I had to write the template myself.  As this was my first attempt to create xml/xslt template (I am embedded s/w guy), it is inefficient but does work.  The template is based on Requirements Detailed template, so I suggest that if you were to use it, just clone the built-in template and replace the code with the one provided here.  Heres how the output looks like:        Req Name        Relationship        Related Req        Task ID        Test ID        Incident ID           Requirements                             PRJ-SRS-0001      Depends-on      PRJ -PRS-001     TK5     TC101      IN201,    IN202        PRJ -SRS-0002      Depends-on      PRJ -PRS-002     TK6     TC102      IN204        PRJ -SRS-0003      Depends-on      PRJ -PRS-003     TK7     TC103      IN205,    IN207          Note that we are using custom requirements numbers in requirement name. The Software requirements are marked as SRS and project level requirements are marked as PRS.     Heres the template.                                 Req Name           Relationship           Related Req           Task ID           Test ID           Incident ID                                                                                                                                                                                                                                                                                                                                                                                                                                                                           1&gt;,                                                                                                                                                       1&gt;,                                                                                                                                                                     1&gt;,                          TK                                                                                                                                              1&gt;,                          TC                                                                                                                                              1&gt;,                          IN                                                                                                  </description><pubDate>Wed, 12 Jul 2017 08:56:57 -0400</pubDate><a10:updated>2017-07-12T14:49:08-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1712.aspx</link></item><item><guid isPermaLink="false">threadId=1788</guid><author>Jim R (donotreply5@kronodesk.net)</author><title>Is there a way to allow non-admin users to build reports?</title><description> Hello,  Im looking for a way to allow non-Admin users to build and manage reports for their projects but I dont see any options or role settings that would allow that. Is there a way to do it?  Thanks, Will Menton </description><pubDate>Wed, 03 Jan 2018 18:16:25 -0500</pubDate><a10:updated>2018-01-04T15:58:31-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1788.aspx</link></item><item><guid isPermaLink="false">threadId=1946</guid><author>Will Menton (william_menton@cinfin.com)</author><title>Custom Graphs: How do I make them available to users?</title><description> The custom graphs are great. Except that I cant find how to make custom graphs available to users. They dont seem to be available as widgets anywhere and they dont seem to appear on any pages by default.  Where do these graphs appear?  Thanks, Will Menton </description><pubDate>Mon, 03 Dec 2018 15:38:15 -0500</pubDate><a10:updated>2018-12-04T14:51:37-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1946.aspx</link></item><item><guid isPermaLink="false">threadId=2214</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Adding Filters to Custom Reports?</title><description> This is actually a cross-post from here  https://www.inflectra.com/Support/Forum/spirateam/issues-questions/848.aspx   Is there any plan to make the results of custom queries filterable? Not being able to filter means dumping the querys result set to Excel and the user further filtering it in Excel. Not horrible, but also not awesome.     Thanks, Will Menton </description><pubDate>Thu, 10 Sep 2020 16:52:41 -0400</pubDate><a10:updated>2020-09-10T17:54:51-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2214.aspx</link></item><item><guid isPermaLink="false">threadId=2242</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>XSLT Version</title><description> Hello,  It appears that the custom reports only support xslt version 1.0.  Since inflectracon2020, the number of requests for custom reports has increased so I was wondering if you had plans to upgrade to at least version 2.0 (released in 2009) if not version 3 (released in 2017)? The improved functionality would make custom reporting substantially easier, or at least far less verbose.  Thanks, Will Menton </description><pubDate>Thu, 15 Oct 2020 16:14:27 -0400</pubDate><a10:updated>2020-10-15T16:43:26-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2242.aspx</link></item><item><guid isPermaLink="false">threadId=1714</guid><author>Mariano Hagger (mariano.hagger@mobilezone.ch)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">has steps</category><title>Report with Has Steps</title><description> Hallo  I coding a new Report. I us a Excel report with various values. One value i cant select i need to select the values from Has Steps?  I use this code :    
 
    But is not work. Can you tell me where is the error?  Thank a lot for your help.  Best wishes </description><pubDate>Wed, 12 Jul 2017 14:11:54 -0400</pubDate><a10:updated>2017-07-13T16:09:57-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1714.aspx</link></item><item><guid isPermaLink="false">threadId=1738</guid><author>Jim R (donotreply5@kronodesk.net)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">incident</category><category domain="http://www.inflectra.com/kronodesk/thread/tag">association</category><title>Custom report with RS-to-IN or TR-to-IN association</title><description> Hi,  Id like to make a custom report that basically has all the data Test Run Summary Report includes. Additionally I need one more column  Incident  that contains Incident ID if test run or step has failed and Incident has been created.  I can see from Test Run Details that the Incident is linked to specific test step, but I dont know how I can access the association data to actually insert IN on correct row. I presume I need to use Custom Section, but Im unable to determine a correct query. Any ideas? </description><pubDate>Mon, 28 Aug 2017 09:07:04 -0400</pubDate><a10:updated>2017-08-31T18:27:44-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1738.aspx</link></item><item><guid isPermaLink="false">threadId=1845</guid><author>Jim R (donotreply5@kronodesk.net)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">word</category><category domain="http://www.inflectra.com/kronodesk/thread/tag">report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom</category><category domain="http://www.inflectra.com/kronodesk/thread/tag">style</category><category domain="http://www.inflectra.com/kronodesk/thread/tag">title</category><title>Requirements Word report : having titles and sub-titles ?</title><description> Hello ,     Is it possible, when generating a custom report in MS Word format, to have some Word styles (Title1, etc ..) applied on Requirements headline , in order to build easier index and tables in MS Word ?     Thanks. </description><pubDate>Fri, 04 May 2018 13:27:51 -0400</pubDate><a10:updated>2018-05-07T13:28:16-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1845.aspx</link></item><item><guid isPermaLink="false">threadId=1759</guid><author>Jim R (donotreply5@kronodesk.net)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test steps</category><title>Custom report of test steps</title><description> I work in a project which has requirements traced directly to test steps and I would like the ability to report on execution progress at the test step level. Id like to see which test steps are passed/failed, if they are traced to a requirement and if they are traced to an Incident.  This is what I would like the ability to view:     Test Set ID  Test Set Name  Test Case ID  Test Case Name  Test Step ID  Run Status  Linked Requirement ID  Linked Incident ID                                    Can you help me set up this custom report query? </description><pubDate>Thu, 19 Oct 2017 14:05:40 -0400</pubDate><a10:updated>2017-10-27T13:24:31-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1759.aspx</link></item><item><guid isPermaLink="false">threadId=1816</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">dashboard</category><title>Creating Team-Wide Report Dashboards?</title><description> I can create custom reports and custom graphs and have those available to folks on my team, but is there anyway to configure the project and/or reporting  dashboard  so that everyone on my team sees the same widgets and reports by default?   Right now I can add my custom graphs to my reporting dashboard, but no one else on my team will see it unless they go configure their own dashboard to include it. It would be nice if there was a way to publish a report dashboard view so everyone on the team is on the same page. </description><pubDate>Mon, 12 Mar 2018 18:39:40 -0400</pubDate><a10:updated>2025-12-12T09:23:01-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1816.aspx</link></item><item><guid isPermaLink="false">threadId=1829</guid><author>Tung Nguyen (tran.nguyen@transport.nsw.gov.au)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">customreports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag">esql</category><title>Date Compare in ESQL Query</title><description> Im trying to do a date comparison in my custom query so that I can create a report that always reports on the last 30 days of test runs. Unfortunately it appears that every method suggested in the IBM documentation does not work in the custom query.  Ive tried:   Using DATEDIFF(date1, date2, days).  Simply doing an interval subtraction (CurrentDateTime() - TR.END_TIME) DAY  </description><pubDate>Mon, 09 Apr 2018 15:50:41 -0400</pubDate><a10:updated>2018-08-17T06:30:08-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1829.aspx</link></item><item><guid isPermaLink="false">threadId=1883</guid><author>Jim R (donotreply5@kronodesk.net)</author><title>Is it possible to include more parameters to the test case summary graph -Reporting dashboard</title><description> Currently on X-axis we can see two parameters ,Can it be done for more than 2 ? We are looking for a stacked bar chart which can help providing parameters on x-axis. </description><pubDate>Tue, 10 Jul 2018 20:41:26 -0400</pubDate><a10:updated>2018-07-11T12:08:26-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1883.aspx</link></item><item><guid isPermaLink="false">threadId=2146</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Report on product membership</title><description> Hi,   Has somebody created a custom report from Product membership containing information about  Program, product, product role,  fullname and userid ?  (across program and product)  In Edit Reports it isnt possible to make a report on Product Membership.     Regards Wenche </description><pubDate>Fri, 28 Feb 2020 11:32:44 -0500</pubDate><a10:updated>2024-08-20T00:06:41-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2146.aspx</link></item><item><guid isPermaLink="false">threadId=1838</guid><author>David Wilson (dwilson@rosenaviation.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> template</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> markup</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> css</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> style</category><title>Custom Report Formatting and Styles</title><description> Im converting a manual test report into a custom report in SpiraTest. Ive had some success with getting the content into place, now Id like to adjust the styling. I didnt see any provisions for a CSS file, so I tried to enter style attributes into tags. Most of it got deleted by the template editor.  For example, I have a table in the report footer. I added a style attribute to the table tag and specified a width parameter. That worked fine. I added other attributes such as border and alignment, but they were deleted as soon as I toggled the source button in the editor. Similarly, if I added a style tag with the desired stylesheet markup, it was deleted as soon as I switched out of source view.  I experimented for a while and found I could add an alignment parameter for example and, even though it was deleted, the changes did seem to take effect.  So, in greater detail, I added a width parameter, like so:    ...    I generate a report as HTML, the width looked correct, and the page source looked just like I wrote it.  The data in each cell was centered and I wanted it aligned to the left. So I added a text-align parameter:    ...    I saved and generated a report. The page source had the text-align parameter, but it was deleted from the report template.  So my questions are:   Is there someplace I can manage my own stylesheets in Spira or a path convention I can follow to add my own stylesheets?  Why do the SpiraTest template editors accept some style parameters and quietly delete others?  And when the template editor deletes some of my markup but uses it anyway, is it stored someplace where I can actually see whats being used and possibly modify it?     </description><pubDate>Fri, 27 Apr 2018 18:36:48 -0400</pubDate><a10:updated>2020-08-10T21:07:32-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1838.aspx</link></item><item><guid isPermaLink="false">threadId=1896</guid><author>Aleksandra Marszalek (ama@avito.no)</author><title>Requirement Coverage Report grouped by Component name</title><description> Hi  I would like to create report which will looks like that           Component name              Covering              Passed              Failed              Blocked              In Progress                Book Management              17              8              3              0              20%                Author Management              3              2              0              1              50%                Administration              1              1              0              0              10%              all Requirements are split out into 10 Components (parents requirement) to have better overview of status of each component, and I need to know what is the Requirement coverage total in each component + progress.  in code I have only overview of each Coverage name in separate column... else, need help here                                 Component           Name           Priority           Status           Covering           Passed           Failed           Blocked           Task           %On Schedule           %Running Late           %Starting Late           %Not Started                                                                                                                                                                    padding-left:  px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           </description><pubDate>Fri, 10 Aug 2018 09:19:20 -0400</pubDate><a10:updated>2018-08-10T12:55:19-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1896.aspx</link></item><item><guid isPermaLink="false">threadId=1897</guid><author>Tung Nguyen (tran.nguyen@transport.nsw.gov.au)</author><title>Display Requirement Description in the grid report</title><description> Id like to get the requirement description, not name out of the requirement and join with other information, ex test cases coverage.  However I couldnt find a way to get it from the custom section of the report as theres no query to display requirement description value  Thanks, </description><pubDate>Thu, 16 Aug 2018 06:28:07 -0400</pubDate><a10:updated>2018-08-17T06:26:09-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1897.aspx</link></item><item><guid isPermaLink="false">threadId=1951</guid><author>Jim R (donotreply5@kronodesk.net)</author><title>SQL queries for the existing graphs</title><description> Hi,  Id like to create some custom queries for the Task, for ex Task Aging, and just wanted to access to view the queries of the existing ones to clone or learn, is there any way we can view?  Thanks,  Tung </description><pubDate>Thu, 06 Dec 2018 05:47:49 -0500</pubDate><a10:updated>2018-12-10T19:10:22-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1951.aspx</link></item><item><guid isPermaLink="false">threadId=2024</guid><author>Tung Nguyen (tran.nguyen@transport.nsw.gov.au)</author><title>Custom Reporting with Custom Properties</title><description> Hi,  I have a situation similar to what mentioned in the below  https://www.inflectra.com/Support/KnowledgeBase/KB369.aspx   However in my case I have multiple CUST values, (01, 02) and Im running query against Project Group, not Project.  In the group, some project has only 1 CUST, some has 2 which made my report grabbing the unexpected custom properties.  Can you please help to advise how to get them correctly?  Thanks </description><pubDate>Wed, 08 May 2019 23:40:27 -0400</pubDate><a10:updated>2024-10-17T14:07:43-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2024.aspx</link></item><item><guid isPermaLink="false">threadId=2122</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">products report</category><title>Report the number of projects created</title><description> Hi there,  I want to generate a report to show the number of projects/or products in rls6.x with created date, I couldnt find this was asked in the past.  Does anyone know if its possible to do so and if yes, how?  Thanks! </description><pubDate>Mon, 09 Dec 2019 03:06:24 -0500</pubDate><a10:updated>2019-12-13T12:07:44-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2122.aspx</link></item><item><guid isPermaLink="false">threadId=2157</guid><author>Tung Nguyen (tran.nguyen@transport.nsw.gov.au)</author><title>Error in report for custom values</title><description> Hi,  Im generating report which includes a custom value and followed the instruction,  https://www.inflectra.com/Support/KnowledgeBase/KB369.aspx   i managed to get the report from the custom fields, however with the one using for the Date data type, its showing error  Heres the error message in the Event Log  Messages: An error occurred while reading from the store providers data reader. See the inner exception for details. [System.Data.EntityCommandExecutionException] Conversion failed when converting the nvarchar value 2020-03-11T13:00:00.000 to data type int. [System.Data.SqlClient.SqlException]  at APPLICATION.Business.ReportManager.ReportCustomSection_ExecuteSQL(Int32 projectId, Int32 projectGroupId, String sql, UpdateBackgroundProcessStatus updateBackgroundProcessStatus, Int32 progress, Int32 numberOfRecords)     My suspect is with the conversion from Date type to Int32 or something like that  Anyone knows how to fix this?  Many thanks </description><pubDate>Wed, 18 Mar 2020 00:50:07 -0400</pubDate><a10:updated>2020-03-20T00:31:25-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2157.aspx</link></item><item><guid isPermaLink="false">threadId=1982</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Need HELP creating a Custom graph</title><description> Hi all, I just learned about the ability to create a Custom Graph.  I need some pretty simple graphs out of my SpiraTest data, but I dont know how to structure the ESQL commands.  If anyone could provide a couple of simple examples I would greatly appreciate it.   What Im looking for is pretty simply, need to create a graph that shows the growth of test cases within a given Project over time.  Thanks for any input!!! </description><pubDate>Mon, 04 Feb 2019 20:10:22 -0500</pubDate><a10:updated>2019-02-06T19:33:37-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1982.aspx</link></item><item><guid isPermaLink="false">threadId=1939</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">sql</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> customization</category><title>Default reports' SQL queries</title><description>  Dear All,  I have a question connected to the default reports. I can see all the templates but no SQL queries. I would like change one of them, add a plus field on which my ordering would be based.  Thank You  David </description><pubDate>Tue, 27 Nov 2018 13:36:18 -0500</pubDate><a10:updated>2018-11-28T16:56:01-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1939.aspx</link></item><item><guid isPermaLink="false">threadId=1940</guid><author>Mark Grossman (mark.grossman@immersaview.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">sql</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> reports</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> customization</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> forms</category><title>Creating a form for custom reports</title><description> Dear All,  I would like to ask You, if there is an option to create a form when generating the report, so I can select eg: my test set or release number to generate custom report from it.  Thank You  David </description><pubDate>Tue, 27 Nov 2018 13:38:59 -0500</pubDate><a10:updated>2018-12-05T23:46:27-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1940.aspx</link></item><item><guid isPermaLink="false">threadId=1985</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Need help creating a custom report</title><description> Hi. I have been trying to create a custom report for the last several days and am having some issues finishing it. I want a report that allows me to see all instances of a certain type of incident(we call these incidents Epics), along with all of its associated incidents of two certain types(we call them features and deliverables). We dont necessarily need any data along with the Epics themselves other than the name and number of the incident, along with the associations of course. We would like a table for the associations to have the columns for incident type, incident ID, incident name, status, estimated effort, remaining effort, actual effort, and owner. I have created a mockup of what I want the report to look like:            The ability to filter certain fields before the report generates would be great if possible(especially helpful for detected release), similar to the way standard reports are now. If you could help provide some insight or code to help create this report, it would be much appreciated.                   </description><pubDate>Fri, 08 Feb 2019 20:18:30 -0500</pubDate><a10:updated>2019-02-12T01:04:24-05:00</a10:updated><link>/Support/Forum/spirateam/reports/1985.aspx</link></item><item><guid isPermaLink="false">threadId=1996</guid><author>Jim R (donotreply5@kronodesk.net)</author><title>Data model</title><description> Hi everyone  I am new to ST. How can I get a data model of the 38 tables that are available in the customized reports? I could of course potentially deduct it from select all statements of each table, but that would be quite cumbersome.     A data model would also help me understand the tool.  BW Peter Bunde Hansen </description><pubDate>Mon, 11 Mar 2019 10:48:29 -0400</pubDate><a10:updated>2019-03-15T21:43:42-04:00</a10:updated><link>/Support/Forum/spirateam/reports/1996.aspx</link></item><item><guid isPermaLink="false">threadId=2376</guid><author>Ricky Wong (ricky.wong@compassoffices.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><title>Requirement and tasks relationship</title><description> I tried to create a standard report which filter out the requirement and tasks. The template is as below.        
        
           
             
           
           
             
              padding-left:  px;
             
             
               
                 
               
             
             
               
             
           
           
			 
			   
				 
				   
				 
			   
			   
				 
			   
			 
		   
		 
             I find that the second  for-each  is not working to retrieve the  Task  information.     May I know if it is possible to do so?  And if there is any document with corresponding information on the artifects relationship?    </description><pubDate>Mon, 19 Apr 2021 07:25:16 -0400</pubDate><a10:updated>2021-04-20T05:38:40-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2376.aspx</link></item><item><guid isPermaLink="false">threadId=2035</guid><author>Andrii Bilous (andrii.bilous@edetek.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom report</category><title>How to get a list of all tables under SpiraTestEntities </title><description> Hello comminity,  Im new in Spira and currently working with Custom Report creation so have few questions.  1. Is it possible to extract all table from SpiraTestEntities by using something similar to the following?   SELECT * FROM INFORMATION_SCHEMA.TABLES   2. Currently in the project we are using electronic signature for Test sets, Incidents, Requirments.   So what is the way to retrieve electronic signature date and hash for those entities?  Would be appreciated for any help.  Best Regards,  Andrii B  </description><pubDate>Fri, 24 May 2019 10:19:48 -0400</pubDate><a10:updated>2019-06-05T04:34:21-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2035.aspx</link></item><item><guid isPermaLink="false">threadId=2039</guid><author>Jim R (donotreply5@kronodesk.net)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom report</category><title>Analog for window function in Entity SQL</title><description> Hello,  Im working with SpiraTestEntities.R_HistoryChangeSets table and would like to output only latest hisoryChange record for each requirement/test set.  I was trying to find information about how to use window function with Entity SQl but have found nothing. Looks like it is not supported.   Is there any workaround in Spira to use window functions such as ROW_NUMBER() or DENSE_RANK()?     Best Regards,  Andrii </description><pubDate>Wed, 05 Jun 2019 04:32:20 -0400</pubDate><a10:updated>2019-06-07T17:55:57-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2039.aspx</link></item><item><guid isPermaLink="false">threadId=2060</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>column with associated Requirements of one Specific type</title><description> Hi,  I would like to create a traceability report, with a column that shows only associated Requirements of a specific Type. To see if a Requirement is associated with a Requirement of a specific type. For example a column Requirements Traceability Type Feature where only associated Requirements of the type Feature are listed.  I am not sure how to customize the Report Template correct to get this output.  I tried:                                1) and (RequirementTypeName=Feature))&gt;                 , RQ                                                  RQ                                 but got no output.  Thank you! </description><pubDate>Tue, 09 Jul 2019 14:16:19 -0400</pubDate><a10:updated>2019-07-12T20:50:43-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2060.aspx</link></item><item><guid isPermaLink="false">threadId=2088</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Report PDF or Word header</title><description> Hi,  When I create a report in pdf or word format, there is by default a header with the name of the report. Then there is by default a heading with, again, the name of the report. And at the end of the page there is a footer with: Page x of y.   I want to change specially the header and the heading. How ist this possible?  Thanks  Christine </description><pubDate>Wed, 11 Sep 2019 12:41:09 -0400</pubDate><a10:updated>2019-09-17T02:01:57-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2088.aspx</link></item><item><guid isPermaLink="false">threadId=2101</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Notes in Reports</title><description> Hi,  How can I include the Notes (Template Agile)  to the report. (The Description is correct entered in my Report)  Thanks    </description><pubDate>Wed, 23 Oct 2019 15:21:39 -0400</pubDate><a10:updated>2019-10-28T16:35:47-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2101.aspx</link></item><item><guid isPermaLink="false">threadId=2106</guid><author>Vladimir Plotkin (vladimir_plotkin@oslerdiagnostics.com)</author><title>Linked Requirements information in Report</title><description> Hi,   I want to create a report with a table Linked Requirements, as in the Report Requirements Detailed. Is it possible to include the  Description  of the Linked Requirements in the table? Ive tried   but it doesnt work.  Regards,   Christine </description><pubDate>Tue, 05 Nov 2019 10:50:44 -0500</pubDate><a10:updated>2020-07-17T12:35:32-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2106.aspx</link></item><item><guid isPermaLink="false">threadId=2112</guid><author>Mike Becker (Michael.Becker@protechassociates.com)</author><title>Adjust column width</title><description> Is it possible to adjust the column width in a costum Report?  Thanks! </description><pubDate>Wed, 20 Nov 2019 14:30:44 -0500</pubDate><a10:updated>2021-04-02T16:36:13-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2112.aspx</link></item><item><guid isPermaLink="false">threadId=2056</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><title>Dynamic data in Header and Footer</title><description> The documentation says that I can only use static labels and images in the header and footer.  My requirement is to add ProjectID into the header of the report.  I also need to add current date and page numbers in the footer.  Is this possible?  If I try to add an XML section into Header and save, my XML is removed.  Thank you! </description><pubDate>Thu, 04 Jul 2019 17:59:27 -0400</pubDate><a10:updated>2024-02-19T13:39:19-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2056.aspx</link></item><item><guid isPermaLink="false">threadId=2099</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Custom Tracabiility Report</title><description> This custom Traceability Report from the KB  https://www.inflectra.com/Support/KnowledgeBase/KB471.aspx  is great!  Is there any way to allow for Sorting and Filtering like we have in the Standard (Template) report?  Thanks </description><pubDate>Thu, 17 Oct 2019 21:31:16 -0400</pubDate><a10:updated>2019-10-21T14:30:39-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2099.aspx</link></item><item><guid isPermaLink="false">threadId=2100</guid><author>Kat A (elise.brooks@inflectra.com)</author><title>Reference elements from parallel nodes</title><description> I need to add a Requirement Number into the Test Steps grid in the Test Case Detailed report.  I noticed from the XML source of the report that the structure of the XML template is based on:         ...       ...       ...             ...       ...       ...       ...       ...       ...      So Inside of this reports XML template I have a section for displaying the test steps where I need to add Req # as first column:                            Test Steps:                                                      Step                 Description                 Expected Result                 Sample Data                 Last Status                                                                                                                                                                                                                                                              with                                                       =  ,                                                                                                                   Please explain how it works to link to the parent (TestCase) node using   check and if I can potentially reach into the  ...  node to show the linked Requirements # from TestSteps/TestStep node.  I understand that I could add a Custom SQL section (which I already have) but the result of that shows at the bottom of the report and I really only need to add one column to the existing grid to fulfill my requirements so there is no reason to make it complicated. If I need to re-do the whole report in Custom SQL displaying TC, TS and Reqs - this is also too much work and Im not sure I could get all Custom Properties and all text values correctly in my SQL.  Please help!  Thank you </description><pubDate>Mon, 21 Oct 2019 22:47:08 -0400</pubDate><a10:updated>2019-10-24T18:53:44-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2100.aspx</link></item><item><guid isPermaLink="false">threadId=2102</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>use of Sub-Queries in Custom Section</title><description> Hello,  I tried using a sub-query in the SQL of a Custom report Section but I keep getting generic errors when I try to preview:  System.Data.EntitySqlException: The query syntax is not valid. Near term 1, line 17, column 15.   Can I use Sub-Queries or is this restricted in Custom SQL Section?   My SQL is below:  select TC.TEST_CASE_ID,     TC.NAME AS TESTCASE_NAME,     TC.DESCRIPTION AS TESTCASE_DESCRIPTION,     TC.EXECUTION_DATE as TESTCASE_EXECUTION_DATE,     TC.CREATION_DATE as TESTCASE_CREATION_DATE,     TC.LAST_UPDATE_DATE as TESTCASE_LAST_UPDATE_DATE,     TC.AUTOMATION_ENGINE_NAME as TESTCASE_AUTOMATION_ENGINE_NAME,     TC.EXECUTION_STATUS_NAME as TESTCASE_EXECUTION_STATUS_NAME,     TC.AUTHOR_NAME as TESTCASE_AUTHOR_NAME,     TC.OWNER_NAME as TESTCASE_OWNER_NAME,     TC.TEST_CASE_STATUS_NAME as TESTCASE_TEST_CASE_STATUS_NAME,     TC.TEST_CASE_TYPE_NAME as TESTCASE_TEST_CASE_TYPE_NAME,     TC.TEST_CASE_PRIORITY_NAME as TESTCASE_TEST_CASE_PRIORITY_NAME,     TC.CUST_01 as TESTCASE_CUST_01,     TC.CUST_02 as TESTCASE_CUST_02,     TC.CUST_03 as TESTCASE_CUST_03,      (SELECT TOP 1 TC_C1.NAME from SpiraTestEntities.R_CustomListValues as TC_C1 WHERE cast(TC.CUST_02 as int32) = TC_C1.CUSTOM_PROPERTY_VALUE_ID and TC.PROJECT_ID = TC_C1.PROJECT_ID) as TESTCASE_CUST_04,           TS.TEST_STEP_ID,     TS.POSITION AS TESTSTEP_STEP,     TS.DESCRIPTION as TESTSTEP_DESCRIPTION,     TS.EXECUTION_STATUS_NAME as TESTSTEP_EXECUTION_STATUS_NAME,     TS.EXPECTED_RESULT as TESTSTEP_EXPECTED_RESULT,     TS.SAMPLE_DATA as TESTSTEP_SAMPLE_DATA,          RTC.REQUIREMENT_ID,          RQ.NAME AS REQUIREMENT_NAME,     RQ.DESCRIPTION AS REQUIREMENT_DESCRIPTION,     RQ.REQUIREMENT_STATUS_NAME as REQUIREMENT_REQUIREMENT_STATUS_NAME,     RQ.REQUIREMENT_TYPE_NAME as REQUIREMENT_TYPE_NAME,     RQ.IMPORTANCE_NAME as REQUIREMENT_PRIORITY,     RQ.RELEASE_VERSION_NUMBER as REQUIREMENT_RELEASE_VERSION_NUMBER,     RQ.CUST_01 as REQUIREMENT_CUST_01  from SpiraTestEntities.R_TestCases as TC  left join SpiraTestEntities.R_TestSteps as TS on TC.TEST_CASE_ID = TS.TEST_CASE_ID left join SpiraTestEntities.R_RequirementTestCases as RTC on RTC.TEST_CASE_ID = TC.TEST_CASE_ID left join SpiraTestEntities.R_Requirements as RQ on RTC.REQUIREMENT_ID = RQ.REQUIREMENT_ID where TC.PROJECT_ID = ${ProjectId} </description><pubDate>Mon, 28 Oct 2019 15:21:35 -0400</pubDate><a10:updated>2022-10-25T09:17:40-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2102.aspx</link></item><item><guid isPermaLink="false">threadId=2104</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>sorting results of a Custom SQL report</title><description> Hello,  Im trying to re-sort the results that I get from the SQL query.  My query joins Test Cases with Test Steps and Requirements. It seems to be sorting using record IDs by default.  However, my Test Steps are out-of-sequence, so Test Step 6 has a higher TEST_STEP_ID than Test Step 5 and these show-up in the report in the same default sequence.  I added a new SORTBY column into my SQL hoping that    would work but it doesnt                   Is there another way to custom-sort my results since ORDER BY does not work in ESQL?  Thanks! </description><pubDate>Mon, 28 Oct 2019 20:14:57 -0400</pubDate><a10:updated>2019-10-29T23:27:19-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2104.aspx</link></item><item><guid isPermaLink="false">threadId=2263</guid><author>Alex Soloviev (alex.soloviev@celerion.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> filter</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> release</category><title>Filtering Custom report by Release</title><description> So there is a note underneath the SQL section of the Custom Section form that says:  For report sections that can be filtered by release, use tokens ${ReleaseId} to filter by the specified release, or ${ReleaseAndChildIds} to filter by a comma-separated list of the release and child sprints/phases.  When I add an additional filter into my SQL:  AND RQ.RELEASE_ID=${ReleaseId}  Then it works correctly for the times when Release is selected. But when I select Release ---ALL--- value it doesnt work and no results are displayed.  What is passed to the query when Release=ALL is selected and how should I account for the selection in my SQL?  Thank you! </description><pubDate>Mon, 07 Dec 2020 22:40:24 -0500</pubDate><a10:updated>2020-12-08T16:53:05-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2263.aspx</link></item><item><guid isPermaLink="false">threadId=2265</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Using multilist fields in custom reports</title><description> I was wondering if anyone ran into this issue before.  One of our products uses a custom field of the multilist type.  I ran into a problem when trying to create a custom report using this.  The custom property holding multiple list values will look something like 0000000015;000000011, refering to the custom list values from the CustomListValues table.  So when I want to have the actual readable names of the values selected I have to do a table merge of my artifact table with CustomListValues, where the Custom List Value ID should be contained in the CUST property.  I can use something like ON CustomListValue ID IN CUST property, but the ID is obviously an integer and the multiselect propertys elements are strings. I can cast the integer to a string, but that wont give me the leading zeroes... As far as I know there is no way to do string formatting in E-SQL, but Im not really an SQL wizard so perhaps Im overlooking something here.  On the other hand, this seems like a standard enough thing to run into with Spira so I think there should be an easy solution?  Any help is appreciated!    </description><pubDate>Fri, 11 Dec 2020 14:41:02 -0500</pubDate><a10:updated>2025-06-23T08:24:05-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2265.aspx</link></item><item><guid isPermaLink="false">threadId=2365</guid><author>Mike Becker (Michael.Becker@protechassociates.com)</author><title>Landscape section in custom reports</title><description> Hello,  Im creating a custom report (which will be exported in Word format), and want to make one section of the report (with a particularly wide table) in landscape orientation.  I can do a section break with the mso word formatting code, but this code for making the section Landscape doesnt work:          @page LandscapeSection     {mso-page-orientation:landscape;}     div.LandscapeSection     {page:LandscapeSection;}                       MY SECTION          Is this supposed to work, am I doing something wrong, or can this be achieved some other way?  Help would be appreciated.    </description><pubDate>Fri, 12 Mar 2021 10:42:22 -0500</pubDate><a10:updated>2021-04-02T15:42:01-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2365.aspx</link></item><item><guid isPermaLink="false">threadId=2372</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><title>Retrieving username in custom report</title><description> Id like to make a report called something like My daily changes for reviewing purposes. This would list all artifact changes made by me (the one requesting the report) on the current date. This in order to summarize changes I have just made to submit to the review group, so they know what artifacts and changes to look at.   The data itself is no problem, but I cant see a way to easily retrieve the name /ID of the user that has pressed the Generate Report button.  Perhaps ESQL provides some function to retrieve the LDAP login name of the current user but I really need the Spira user ID so I can filter the records using this.  If this is not available, consider this a feature request, which I think should not be too hard to implement (something like having a token {$UserId} in my query). Im sure I could think of several other useful things to do with this (My Assigned Defects, My tasks, etc....)    </description><pubDate>Mon, 29 Mar 2021 13:15:29 -0400</pubDate><a10:updated>2021-07-16T10:41:18-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2372.aspx</link></item><item><guid isPermaLink="false">threadId=2384</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Document table not available??</title><description> Use case:  Wed like to make documentation based on Spira data, which we (for the time being) store in Sharepoint.   Currently, we create a document using Word and our QA templates, and copy-paste the bulk of the content from a custom Spira report for each new version.   While this works, its not the best user experience...  Problem: We have document content that does not fit neatly into Requirements, Risks, Test Cases, etc.... (for example, Introduction, Review History, Terms and Abbreviations, etc.) However, this content can vary depending on the doc type, version, and product, so we cannot hardcode it in the Spira template.  The front page, TOC etc. is not really a problem for now since that can be coded into the template.  Our solution: We use the Spira Documents artifacts. For each document, we add a Link Document artifact (linking to the actual document in Sharepoint), and add some metadata. We use the Description field for that document for Introduction, terms, history, etc...) This content belongs to the document, not to the underlying requirements, test cases, etc. so it logically fits.  Then for each Spira template, we add a Doc Intro section that matches Product + DocType (from the Spira Document Types we configured) and retrieve the Description so it can be inserted in front of the bulk content. This way, everything can be maintained in Spira, and when generating a report, we can produce a complete document with proper layout and all content accounted for.  Only.... when creating a Custom Section....there is no SpiraTestEntities_R_Documents? There is DocumentTypes and DocumentStatuses, but no Documents? Is that table named differently, or is this just a bug I found? It seems very silly to omit this table since you do have Types and Statuses available for Documents.   How can I get to the Documents table? Im using SpiraPlan 6.9.0.1    </description><pubDate>Tue, 25 May 2021 12:34:33 -0400</pubDate><a10:updated>2024-08-19T14:46:19-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2384.aspx</link></item><item><guid isPermaLink="false">threadId=2392</guid><author>Colin Main (colin.main@cmat.co.uk)</author><title>Some suggestions for new and improved reporting features</title><description> After a few months of using Spira actively (and creating a load of reports), here are some suggestions to the great folks at Inflectra for new features that would make life a lot easier. Do what you will with them and feel free to comment or append.   Low hanging fruit:     Allow re-ordering of document sections by moving them up or down. Its driving me nuts to have to use delete and clone just to change the order of things or to insert another section somewhere.   Use a treeview like structure instead of a list for the reports. A single list can get pretty long and you lose overview.  Addendum to the last: In the treeview, have a Favorites node where you can put the reports that you use often  Allow creation of custom categories (like Requirements Reports, Test Case Reports, etc.)    Management/Structural:    Reports are separate from Project Templates. Why? A custom report can assume certain types or custom fields to be present that are defined within a template. Some reports will not make sense for projects using project templates they are not intended for. Link a set of (custom) reports to a project template to have one consistent whole.   Allow versioning of a report as a single entity. A report is now just a collection of text fields that can be very easily overwritten by mistake, wasting hours of work (yes it happened to me too several times...) Allow storage mechanism similar to Documents, where you can add/upload a new version. In QA driven organizations, it is required for Document templates to have versions also. It should be possible to restore an older template. We are using a separate Git now where we store the SQL and XSLT portions of each report separately which is, frankly, quite ridiculous.  Improve the edit view of the SQL and XSLT portions. Preferably full screen (while editing) and syntax aware. We are currently using VS Code or sometimes even Notepad to edit them because the web form is really horrible to use.    Report content:    Allow to add custom graphs to a report as a custom section, as an alternative to the current sections.  Graph can be included as a rendered image, based on a defined custom or standard graph in Spira. Its a shame to only be able to see those graphs in the Spira GUI itself.  More custom parameters in the SQL query of a custom report. Next to ProjectId and ReleaseId, we would like UserId (the one requesting the report), BranchId, and perhaps even define a custom parameter yourself in the report definition - youd set a display name (for the GUI), a variable name (for in the SQL query) and a field type (string, number, user, date, etc.) that determines the edit control to enter it when requesting the report. This would make up for the lack of extensive filter options you have in a custom section report as opposed to using only standard sections.   Thats all I can come up with. Thanks for making such a great product!       </description><pubDate>Thu, 17 Jun 2021 11:36:39 -0400</pubDate><a10:updated>2023-06-08T13:21:49-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2392.aspx</link></item><item><guid isPermaLink="false">threadId=2418</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Using Includes in report XSLT</title><description> There are several XSLT templates we are re-using across documents - take for example the format-date template from the default Spira doc sections. We now also have sections that (for the Word export) add house style stuff like headers, company logos, page numbering, etc. This could all be placed in separate templates, but this still means the XSLT code needs to be copied for every doc template.  Wed like our xsl files to reference the shared generic templates instead.  Is it possible to use the xsl include feature and if so, what is the base folder on the server where the parser will look for these files while generating the reports (using absolute paths would be possible too of course) ?  We would like to build up a little library of re-used xslt template snippets to get rid of the duplication. Also, this would make adapting our house style a LOT easier.  Or is there some other solution to this than xslt includes? Are there examples available for this?    </description><pubDate>Fri, 16 Jul 2021 12:51:39 -0400</pubDate><a10:updated>2024-08-19T23:58:15-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2418.aspx</link></item><item><guid isPermaLink="false">threadId=2594</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><title>Track Changes report in Spira</title><description> One of the most often heard complaints after introducing Spira in our company, was people grumbling about how they were missing Word and how easy it was to see the changes in the requirements there (using the Track Changes). Granted, Spira artifacts have a History view, but just to review the latest requirements additions, its not very practical - especially if you have huge section of rich text...good luck finding the changes between now and last week!   Many resorted to Word exports and using Word compare to a baseline they made before.  I thought there had to be a better solution, and fortunately there was. Spira has all the data needed to provide a smart track changes report, with the last bit of smart behavior provided by some Javascript included.  Initial experiments showed positive responses by users. The report is now set up as a HTML-only Last weeks Requirements Changes, going a week back (but this can be easily changed in the SQL and XSLT). It includes a date selector that allows to filter out older changes (before a certain date).  The Javascript uses HTMLDiff (credits included in the XSLT), a handy bit of Javascript that performs the insertion and deleted strike-through formatting familiar from Word, although you might want to adapt your SpiraPlan html base template to style the   and   tags to your specific tastes, as seen here:           ins {     text-decoration: none;     background-color: #d4fcbc;     }      del {     text-decoration: line-through;     background-color: #fbb6c2;     color: #555;     }      The XSLT is quite clumsy due to the fact that CDATA sections had to be included to the Javascript to be properly parsed, the fact that XSLT 1.0 does not have any Date/Time datatypes, and the fact that requirements also have requirements steps, which are technically different artifacts, but should be included where they are supposed to. However, it does the trick.  Mind you, multiple changes within the set time span of a single Field in a single Artifact are squashed, taking the difference between the oldest value and the newest value (which was more convenient than seeing multiple subsequent changes in the same field as different entries).  I used only standard fields, but you may want to adapt the requirement types in the SQL you that want to include in the report ...  Screenshots:   https://dennis-pie.tinytake.com/msc/NjY4MjkzNF8xOTI1OTE3Mw    https://dennis-pie.tinytake.com/msc/NjY4Mjk1MV8xOTI1OTE5MA   SQL and XSLT:   https://drive.google.com/file/d/1QcFzySmXfev_4ewYsPR66atD71-0DjPp/view?usp=sharing   Oh and Inflectra... I do think something like this should be included by default in your history view! Please add it to your backlog!    </description><pubDate>Wed, 30 Mar 2022 13:14:59 -0400</pubDate><a10:updated>2022-04-01T06:25:01-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2594.aspx</link></item><item><guid isPermaLink="false">threadId=2658</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><title>Getting source code associations for report</title><description> Since we managing our requirements BDD-style, it makes good sense to have links between our Gherkin files (source code) and Requirements, since the Gherkin serves both as a test case and as an extension to the requirements. I dont want to maintain Gherkins as separate Spira artifacts since our CI server runs continuous (cucumber) tests based on those Gherkins, so they are considered source code.   Thankfully, this type of association is supported by Spira. However, Id like to make a custom report that shows the requirements listed and for each its associated source files (=gherkins). Now I dont see an out of the box table to use for getting to the source files (although I can pull that info out using the REST API). Also, Im not sure if the links between source files and requirements would show up in the ArtifactAssociations table (since the source files have no table and no Ids).  Is a report like this possible, or will it be possible in the near future?    </description><pubDate>Thu, 04 Aug 2022 11:16:19 -0400</pubDate><a10:updated>2024-08-19T14:45:06-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2658.aspx</link></item><item><guid isPermaLink="false">threadId=2849</guid><author>D L (dennis.lardenoye@pie.nl)</author><title>Getting IndentLevel for Test Folders</title><description> When we create a requirements document/report (custom), I use the IndentLevel field in the Requirements table to make sure the requirements appear in the document in the same order an hierarchy as they do in the Spira GUI (using Word heading levels). IndentLevel will look something like AAAAAAC, signifying both the order and the nesting level in the tree of a specific item.  If I want to do the same for a Test Specification, based on the Test Case Folders, this does not seem to be so simple. The default Test Case Folder table does not include an IndentLevel field, only a ParentFolder field. ParentFolder is not so easy to use when building up a document, since you need to reconstruct the hierarchy of folders before being able to do anything.  Now the Standard section available in Spira called Test Case List does have a property IndentLevel, which is what I need. However, I cannot use Standard sections because my documents consist of multiple custom sections and adding a standard section will always automatically put its contents first in the document, before all other sections, messing up the document order.  So Id like to know, is there an easy way to reconstruct the IndentLevel for test case folders using SQL or XSLT? Im not THAT great with SQL, so any help would be appreciated!  </description><pubDate>Wed, 13 Sep 2023 13:26:02 -0400</pubDate><a10:updated>2025-06-02T05:45:33-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2849.aspx</link></item><item><guid isPermaLink="false">threadId=2890</guid><author>D L (dennis.lardenoye@pie.nl)</author><title>Custom graph X axis date format?</title><description> Id like to create a custom (bar chart) graph showing specific test activity over time. Number of test runs passed/failed are counted per day.  Since Im filtering for custom fields, I cannot use one of the standard graphs in Spiraplan.  I have it working so far, except one thing: the standard graphs account for empty days (with no activity). It appears this is not handled by the graph control itself and smart placement on the X-axis, but the empty days are present in the underlying data table. Id like the bars in my graph to represent their actual placement in the date range.   Since Im not an (E)SQL wizard, I would really like to know how to produce a range of dates that could be used to JOIN my existing table with, so I can have all dates in my range, including the ones without activity. An example would be most welcome!    </description><pubDate>Wed, 17 Jan 2024 15:50:18 -0500</pubDate><a10:updated>2024-05-15T14:06:11-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2890.aspx</link></item><item><guid isPermaLink="false">threadId=2114</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> graph</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> custom</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test cases</category><title>Custom Report or Graph with Test Cases by Program</title><description> Hi,  I am trying to find a way to show All test cases by Project and Status. I looked in the the build in Reports, but I couldnt find. I tried creating custom one, but I ended up by  select INC.PROJECT_NAME,          count(INC.TEST_CASE_ID) as INCIDENT_COUNT  from SpiraTestEntities.R_TestCases as INC where INC.IS_DELETED = False group by INC.PROJECT_NAME order by INC.PROJECT_NAME  I want to be able to show the table below in a report or graph. Can anyone help please.         Test Case Status 1   Test Case Status 2  Test Case Status 3    Project 1             Project 2             Project 3                </description><pubDate>Thu, 21 Nov 2019 09:46:26 -0500</pubDate><a10:updated>2019-11-26T22:22:54-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2114.aspx</link></item><item><guid isPermaLink="false">threadId=2267</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>ESQL error</title><description> Hello,   I am new to Spira and while I have some SQL experience, I have not used ESQL before.  I keep getting an exception when trying a report syntax that worked in our previous tool.  Ive spent some time searching and looking at examples, but have come up empty.  I am hoping some ESQL expert can point me in the right direction.    I am trying to get a list of test case ids from test cases that are nested two folders deep.  I would like a query to specify both folders so have written this:    select TC.TEST_CASE_ID as TestID, TC.NAME as Test_Name, TCF.TEST_CASE_FOLDER_ID as FolderID, TCF.NAME as Folder from SpiraTestEntities.R_TestCases as TC, SpiraTestEntities.R_TestCaseFolders as TCF where TC.PROJECT_ID = ${ProjectId}     and TCF.NAME =       and TC.TEST_CASE_FOLDER_ID = TCF.TEST_CASE_FOLDER_ID     and TCF.PARENT_TEST_CASE_FOLDER_ID = (select R.TEST_CASE_FOLDER_ID from SpiraTestEntities.R_TestCaseFolders as R where R.NAME =  )       However, this produces the following error:    System.Data.EntitySqlException: The argument types Edm.Int32 and Transient.collection[Transient.rowtype[(TEST_CASE_FOLDER_ID,Edm.Int32(Nullable=True,DefaultValue=))](Nullable=True,DefaultValue=)] are incompatible for this operation. Near equals expression...  Thanks,   Shari    </description><pubDate>Mon, 14 Dec 2020 21:53:32 -0500</pubDate><a10:updated>2020-12-19T18:45:59-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2267.aspx</link></item><item><guid isPermaLink="false">threadId=2151</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom reports</category><title>Custom report to check is incident has been postponed</title><description> Dear Team,  I am new to create the customized reports.  We have added a custom field for Incident called Delivery Package where we define the releases in which bug will be delivered. Now, I have to create a report that will fetch all the incidents which have been postponed to next release (by checking delivery package).  I have the logic. I should check at the time of creation if value for Delivery Package is not same as current value then it means it has been postponed. But I am not sure what the query will be.  Please assist.  Thanks! </description><pubDate>Mon, 02 Mar 2020 23:57:08 -0500</pubDate><a10:updated>2020-03-04T19:43:05-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2151.aspx</link></item><item><guid isPermaLink="false">threadId=2134</guid><author>Caleb Cox (caleb.cox@Nlign.com)</author><title>Print out the available entity sets under the SpiraTestEntities</title><description> Hi,     I am trying to find a command to list all of the available entity sets under the SpiraTestEntities entity container. I want to custom query for incidents and any associated incidents, I am assuming i will have to query for incidents and use a join with a query for the artifact links. I cannot find any documentation on this </description><pubDate>Thu, 16 Jan 2020 19:38:22 -0500</pubDate><a10:updated>2020-01-20T15:08:26-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2134.aspx</link></item><item><guid isPermaLink="false">threadId=2380</guid><author>Leslie Gustafson (leslie.gustafson@toluna.com)</author><title>TruncateTime not actually removing the time - just zeros it</title><description> Im trying to just have the YYYY-MM-DD value from a date to show in a graph and per https://www.inflectra.com/Support/KnowledgeBase/KB250.aspx i, the TruncateTime() method should do this.  But when I use it, it is still showing a time value of T00:00:00 appended.    i.e. it simply changes a date from 2021-01-01T05:22:15 into 2021-01-01T00:00:00 .  But I want to use the date as the x axis on a graph.  This is the sample query I am using:  select DatePart,  count(CASE WHEN R.EXECUTION_STATUS_ID =1 THEN 1 WHEN R.EXECUTION_STATUS_ID =2 THEN -1 END ) AS Sum from SpiraTestEntities.R_TestRuns as R  where R.PROJECT_ID = ${ProjectId} and DiffDays(R.START_DATE, CurrentDateTime()) &lt; 100 group by TruncateTime(R.START_DATE) as DatePart   Ive tried converting to strings, etc to remove the T00:00:00 to no avail.       </description><pubDate>Tue, 11 May 2021 20:39:02 -0400</pubDate><a10:updated>2021-05-12T17:06:36-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2380.aspx</link></item><item><guid isPermaLink="false">threadId=2219</guid><author>Vladimir Plotkin (vladimir_plotkin@oslerdiagnostics.com)</author><title>Test Cases Report - Suspect field</title><description> Hi,  I need to add the Suspect? column to Test Cases report.  What shall I put into the    line for it?     Thanks </description><pubDate>Wed, 16 Sep 2020 13:24:18 -0400</pubDate><a10:updated>2020-09-16T15:07:55-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2219.aspx</link></item><item><guid isPermaLink="false">threadId=2563</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Need help to build custom report to pull the modified testcases</title><description> Can we build a Custom Report to pull the modified testcases in a given project. We looked into tables for SpiraTestEntities.R_HistoryChangeSets and SpiraTestEntities.R_HistoryDetails but none of the fields are matching to get the modified Testcase id. </description><pubDate>Mon, 31 Jan 2022 17:17:54 -0500</pubDate><a10:updated>2022-04-19T11:42:36-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2563.aspx</link></item><item><guid isPermaLink="false">threadId=2177</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Reporting on Steps actual results in requirements detailed</title><description> Hi all,     Our requirements are mapped to steps.  From the requirements detailed report, we are trying to insert the Step Actual Results where they exist in between each requirement the same way the Test Coverage is showing...Any way to do this?   The Actual Results  of the step and last execution date (can be of the test case) for each requirement is what were missing...Weve tried to use KB397 to create what we need in SQL, but it comes with its own challenges...     Thanks       </description><pubDate>Tue, 26 May 2020 22:38:41 -0400</pubDate><a10:updated>2020-05-27T14:27:36-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2177.aspx</link></item><item><guid isPermaLink="false">threadId=2370</guid><author>Vladimir Plotkin (vladimir.plotkin@midiagnostics.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">xsl</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> parent</category><title>Reporting an artifact's parent in XSL</title><description> Hello: I am wondering if someone can help me identify the appropriate property name of a Requirement that would allow me to report the requirements parent (in XSL)?  Thanks  -Ed    </description><pubDate>Wed, 17 Mar 2021 14:19:39 -0400</pubDate><a10:updated>2021-03-17T17:14:24-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2370.aspx</link></item><item><guid isPermaLink="false">threadId=2353</guid><author>Matthew Blyde (mblyde@gme.net.au)</author><title>Querying History of Test Case Automation Engine</title><description> Hi,  Im attempting to produce some reports to track our progress as we go about automating our test cases.  As part of this, I would like to retrieve the history of the AUTOMATION_ENGINE_NAME field of test cases.  However, changes to this do not appear to stored in SpiraTestEntities.R_HistoryDetails.  If I change that field then run the query below then there are no results listed when AUTOMATION_ENGINE_NAME is changed:  select value H from SpiraTestEntities.R_HistoryDetails as H order by H.CHANGE_DATE desc  Is there a recommended way to query changes to the AUTOMATION_ENGINE_NAME?   Ultimately Id like to generate a count of cases that have had their AUTOMATION_ENGINE_NAME set, per day. </description><pubDate>Thu, 11 Feb 2021 04:52:50 -0500</pubDate><a10:updated>2021-02-11T04:52:50-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2353.aspx</link></item><item><guid isPermaLink="false">threadId=2591</guid><author>Victoria D (nino.diasamidze@inflectra.com)</author><title>List of latest test runs per test case</title><description> Hi folks  I would like the have a table with the latest test runs for each test case. Can someone help me with a ESQL query? </description><pubDate>Fri, 25 Mar 2022 07:20:53 -0400</pubDate><a10:updated>2025-08-06T13:00:32-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2591.aspx</link></item><item><guid isPermaLink="false">threadId=2357</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">xslt</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> exslt</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> datatime</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> functions</category><title>EXSLT or date-time functions</title><description> In my custom report I need to calculate number of days between two dates. How can I implement it?  Are any EXSLT libraries installed?  like:  http://exslt.org/date/functions/difference/date.difference.html  or fn:day-from-dateTime( datetime ) ?  Otherwise it looks like it is rather complicated...  Could somebody write several examples how to deal with it? </description><pubDate>Mon, 15 Feb 2021 19:44:30 -0500</pubDate><a10:updated>2024-08-20T00:02:01-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2357.aspx</link></item><item><guid isPermaLink="false">threadId=2492</guid><author>Ilia Poliakov (ilya.polyakov@edetek.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">associations</category><title>ArtifactAssociations Name: can not see "Prerequisite-for" text</title><description> I am running:   select value R from SpiraTestEntities.R_ArtifactAssociations as R where R.SOURCE_ARTIFACT_ID=23741   Where that enity with ID=23741 has a relationship Depends on. So, its partner should have relationship Prerequisite-for (it is how it is shown from Spiras interface, but not in reports) but I can not get text Prerequisite-for from Spira reports.  Probably, you should have ARTIFACT_LINK_TYPE_NAME  _forward   and ARTIFACT_LINK_TYPE_NAME  _backward   instead of one ARTIFACT_LINK_TYPE_NAME </description><pubDate>Wed, 08 Sep 2021 20:01:34 -0400</pubDate><a10:updated>2021-09-09T02:09:28-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2492.aspx</link></item><item><guid isPermaLink="false">threadId=2493</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>API for custom reports deployment, proposal</title><description> As we have started using reports activly, we have found that it takes a lot to deploy a new version of reports to Spira. Could you create an API to let everybody automate process of deployments for already created reports?  To make your life simple (and ours too) lets cover next scenario:   An user created a cusom report from the Spiras UI  That API allows to update aleady created custom report   Hope that such scenario wont take a lot. </description><pubDate>Thu, 09 Sep 2021 02:49:56 -0400</pubDate><a10:updated>2021-09-11T08:33:35-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2493.aspx</link></item><item><guid isPermaLink="false">threadId=2607</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Out of the box tracebility report, need a sql code of it</title><description> Hello,  I am trying to understand a logic of a default (out of the box) Requirements Traceability report. Could you provide a sql logic that is under it? Especially I am interested what requirements are shown in its Requirements Traceability column. </description><pubDate>Fri, 22 Apr 2022 06:16:45 -0400</pubDate><a10:updated>2022-04-27T01:10:06-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2607.aspx</link></item><item><guid isPermaLink="false">threadId=2204</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Example Reports That You’re Proud of</title><description> Hello,     We are considering Spira and I wanted to see if anyone was willing to share their custom reports from Spira that theyre particularly proud of.  People love for reports to have their corporate look-and-feel.  Spira promises that this is possible but I just cant find enough examples on the website to convince my colleagues.  Are you willing to share some example reports with me so I can see whats possible in terms of formatting, content curation, etc?  Thank you so much!  Danny </description><pubDate>Mon, 10 Aug 2020 20:00:21 -0400</pubDate><a10:updated>2020-08-14T15:20:18-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2204.aspx</link></item><item><guid isPermaLink="false">threadId=2561</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom property</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> list value</category><title>Xlst to  display a List Value from a Custom Property field</title><description> Have created an Incident Custom Property which is a list.    example  List Value #          VAlue  PV:21916             Functional  PV:21919             Regression    In Reports created a custom query and want to display the List Value.  Only the List Value # is being displayed.      select R.CUST_30, COUNT (R.INCIDENT_ID) as COUNT      from SpiraTestEntities.R_Incidents as R      where R.PROJECT_ID = ${ProjectId} and R.DETECTED_RELEASE_ID in {${ReleaseAndChildIds}}      group by R.CUST_30       Default Template Calls        This displays the List Value #                      td&gt;           This  does not display the List value  instead displays blank.  What is the xslt syntax to display a list value not the  list value number.                </description><pubDate>Tue, 25 Jan 2022 18:19:43 -0500</pubDate><a10:updated>2022-01-26T03:56:07-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2561.aspx</link></item><item><guid isPermaLink="false">threadId=2362</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom graph</category><title>Change Colours of Bar Charts?</title><description> I created a custom graph showing the test status of different modules. X Axis are the modules, the status passed, failed etc build a stacked bar chart.  Unfortunately, failed is displayed green, whereas passed is orange. This is pretty counter-intuitive...  Can I adjust the colours? </description><pubDate>Mon, 01 Mar 2021 20:23:37 -0500</pubDate><a10:updated>2021-03-01T22:30:53-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2362.aspx</link></item><item><guid isPermaLink="false">threadId=2481</guid><author>D L (dennis.lardenoye@pie.nl)</author><title>Adding custom cover page to spira reports</title><description> Hello Team,  I am looking for adding about 2-3 custom cover pages with some details on top of Spira reports, If anybody tried please help me with this.  Thanks in advance . </description><pubDate>Mon, 30 Aug 2021 04:50:10 -0400</pubDate><a10:updated>2026-02-10T11:30:05-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2481.aspx</link></item><item><guid isPermaLink="false">threadId=2482</guid><author>D L (dennis.lardenoye@pie.nl)</author><title>Merging word document to spira report</title><description> I need to append/merge the cover page in docx format to the exported spira report.  kindly let me know if anyone has tried to achieve the same or has any idea on merging to spira report.     Thanks  </description><pubDate>Mon, 30 Aug 2021 10:30:19 -0400</pubDate><a10:updated>2024-08-20T00:02:57-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2482.aspx</link></item><item><guid isPermaLink="false">threadId=2367</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Project history report</title><description> Hi,  How do I generate the complete audit trail for the entire project?  I know I can go to Project History and check it in there but how do I export it to a document?  Thanks </description><pubDate>Mon, 15 Mar 2021 09:56:54 -0400</pubDate><a10:updated>2021-03-17T21:20:21-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2367.aspx</link></item><item><guid isPermaLink="false">threadId=2368</guid><author>Vladimir Plotkin (vladimir.plotkin@midiagnostics.com)</author><title>Custom fields in traceability report</title><description> Hi,  For the current project our QA doesnt want us to use RQ numbers for traceability but rather QA-governed requirements numbers. These are in form of PRJ-SW-XXXX, where the XXXX is manually assigned requirements number for the subproject.  To accomodate this, Ive created a mandatory custom field for requirements, which shall contain these QA numbers.   It is fairly easy to include QA numbers for the requirements inside of the current projects but I cant figure out how to do the same for linked requirements?  Heres what I want to achieve:     QA ID  Brief Desc  Type  Status  Release   Traced to  QA ID       001-SW-001  do something  Feature  Accepted  1.0  001-PRS-001       001-SW-002  Do something else  Feature  Accepted  1.1   001-PRS-002  001-PRS-125            To do it, I created a the following template. It works for QA ID column but not for Traced to QA ID one. What am I doing wrong?    
 
   
     
       
         MDX ID 
         Brief 
         Type 
         Status 
         Release # 
         Test Traceability 
         Traced to MDX ID 
       
       
         
           
             
             
             
               
             
            
           
           
             
              padding-left:  px;
             
             
               
                 
               
             
             
               
             
           
           
             
             
             
             
             
           
           
             
             
             
             
             
           
           
             
             
             
             
             
           
           
             
             
             
                
                   1"&gt;
                   , TC 
                  
                  
                   TC 
                  
                
             
           
           
             
             
             
                
                    1"&gt;
                     , 
                     
                   
                   
                      
                    [PR: ] :
                     
                   
                
            
           
         
       
     
   
 

     </description><pubDate>Tue, 16 Mar 2021 13:49:14 -0400</pubDate><a10:updated>2021-03-22T07:57:39-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2368.aspx</link></item><item><guid isPermaLink="false">threadId=2373</guid><author>Erik Swedlund (erik.swedlund@ascom.com)</author><title>ESQL and custom selection filters</title><description> Our requirements have a custom selection filter that specifies type of Requirement Documents (User Needs, Functional Requirements, Regulatory and so on).  When generating a standard Requirements Detailed Report I can choose the Req Type (or, more precise, Document type) and generate the required document.    However, we are using ESQL to generate a specific format of the report and the selection is no longer available. What is the way to invoke report generating filtering with custom ESQL? </description><pubDate>Thu, 15 Apr 2021 10:32:17 -0400</pubDate><a10:updated>2024-11-12T03:51:50-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2373.aspx</link></item><item><guid isPermaLink="false">threadId=2640</guid><author>Bibah Ryeq (naveedmunirch@gmail.com)</author><title>Report formatting issue when requirements imported from Excel</title><description> It seems that when importing requirements from Excel (SpiraImportTemplate2010) there is some hidden formatting that apperas only in the Requirements report, and Remove Format button is disabled in Spira for the requirement.  How i get requirements in the report:      RQ:2230 A Contratada DEVE disponibilizar o cdigo-fonte final do software.           RQ:2231        A Contratada DEVE fazer um workshop de repasse de tecnologia sobre estrutura e organizao do cdigo fonte e uso da soluo desenvolvida.        RQ:2232      Testando criao de requisito, ao invs de importar no Excel.     Exmplanation:    RQ:2232 was created directly in Spira. Format in the report looks good.      RQ:2231 was created by import via Excel, but after this was edited in Spira, just to cause another SAVE, no real change. Note: The Remove Format button was disabled in the requirement in Spira.      RQ:2229 and 2230 were created by import via Excel. There seems to be a formatting issue because there is no space between RequirementId and Description but the Remove Format button is also disabled in the requirement in Spira.    My report code:                                                                                                  margin-left:              px;                                                                                                         - RQ:                                                                                                                                                                                                                                       padding-left:              px;                                                                           RQ:                           --&gt;                                                          RQ:                                                                                                        </description><pubDate>Wed, 13 Jul 2022 13:39:54 -0400</pubDate><a10:updated>2023-03-30T06:50:18-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2640.aspx</link></item><item><guid isPermaLink="false">threadId=2905</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>Pie Chart of Test Run by Status</title><description> Hi,   I have tried to use the recomendation in KB511 but received the following message: You need at least two columns in the query to display as a graph!   https://www.inflectra.com/Support/KnowledgeBase/KB511.aspx  </description><pubDate>Tue, 27 Feb 2024 14:17:08 -0500</pubDate><a10:updated>2024-08-20T00:05:15-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2905.aspx</link></item><item><guid isPermaLink="false">threadId=2638</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> esql</category><title>Custom report for latest test results per release</title><description> In order to get the current state of test case execution in specified release, an ESQL query is required. Is there a way to obtain data about all the latest test execution results for all the test sets that have specific release selected? Couple of notes:   If a test case belongs to a test set marked with specific release, then latest execution result per that release is required  If a test case belongs to a test set marked with specific release and test case has not been executed per that release, it should be marked as such  Just a couple defining properties of the test case will be sufficient (TR.TEST_CASE_ID, TR.NAME, TR.RELEASE_ID)  Release should be selectable in Custom Section Filter  </description><pubDate>Tue, 12 Jul 2022 06:53:12 -0400</pubDate><a10:updated>2025-12-15T06:36:20-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2638.aspx</link></item><item><guid isPermaLink="false">threadId=2873</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">graph</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> sql</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> code</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> requirement</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> coverage</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> test case</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> join</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> subquery</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> round</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> count</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> distinct</category><title>Reqs Covered in Tests, where the tests are filtered</title><description> The default test coverage number on a requirement is COVERAGE_COUNT_TOTAL:    https://spiradoc.inflectra.com/Reporting/Custom-Report-Tables/#:~:text=COVERAGE_COUNT_TOTAL   This number is Test Case Status agnostic - it doesnt care if a requirement is covered in obsolete-status tests, tests in a pending status, tests that have some custom property that qualifies them, or whatever. Personally I think there should be a mechanism to identify which states in the state engine are valid, but in the absence of a built-in feature we can work it out in the graph features raw sql code (and hopefully call the graph from the API later to get these numbers pushed to a remote target at intervals)  If you want to express test coverage of a requirement as a percentage, it is   (x/y)*100 = % coverage where  x = # of  valid  requirements covered in  valid  tests  y = # of requirements that meet whatever requirement criteria you are using (such as a type) that represents the total  valid  requirements possible     In order to get Y (the easy part), you can run a query like:   --Count of traceable requirements
SELECT COUNT(Req.REQUIREMENT_ID) AS TotalReqs
FROM SpiraTestEntities.R_Requirements AS Req
WHERE Req.PROJECT_ID = --your project ID
    AND Req.REQUIREMENT_TYPE_NAME = 'Feature' --an example of a filter on the total requirements
    AND Req.IS_DELETED = FALSE
    AND CAST(Req.CUST_17 AS INT32)  = 0000000333 --another example of a filter on the total requirements      In order to get X, you join across the junction table to test cases, but be careful to make sure you count DISTINCT requirement ids, otherwise you get a count of every row in the table (requirements multiplied by covering test cases).   --count of valid covered traceable requirements
SELECT COUNT(DISTINCT RQ.REQUIREMENT_ID) AS qualifiedReqs
FROM SpiraTestEntities.R_Requirements AS RQ
LEFT JOIN SpiraTestEntities.R_RequirementTestCases as RT on RQ.REQUIREMENT_ID = RT.REQUIREMENT_ID
LEFT JOIN SpiraTestEntities.R_TestCases as TC on RT.TEST_CASE_ID = TC.TEST_CASE_ID
where RQ.PROJECT_ID = --your project ID
AND RQ.REQUIREMENT_TYPE_NAME = 'Feature' --same filter demo as Y query above
AND RQ.IS_DELETED = FALSE
AND TC.TEST_CASE_STATUS_NAME = "Approved" --new tighter TC filter example to make X a fraction(a percentage) of Y
AND TC.IS_DELETED = FALSE
AND CAST(RQ.CUST_17 AS INT32)  = 0000000333 --same second filter demo as Y query above      After you have X and Y, you can build a composite query to sort the percentage:   SELECT X.TotalReqs
, Y.qualifiedReqs AS CoveredReqs
--In the below logic, you have to multiply the values by a decimal to hint that you're looking for decimal division.
, ROUND((Y.qualifiedReqs * 1.0) / (X.TotalReqs * 1.0), 2) * 100 AS PercentReqsCovered
FROM
--subquery is just copy of X query example above
(--Count of traceable requirements
    SELECT COUNT(Req.REQUIREMENT_ID) AS TotalReqs
    FROM SpiraTestEntities.R_Requirements AS Req
    WHERE Req.PROJECT_ID = --your project ID
        AND Req.REQUIREMENT_TYPE_NAME = 'Feature'
        AND Req.IS_DELETED = FALSE
        AND CAST(Req.CUST_17 AS INT32)  = 0000000333
) AS X
JOIN 
--subquery is just copy of y query example above
(--count of valid covered traceable requirements
    SELECT COUNT(DISTINCT RQ.REQUIREMENT_ID) AS qualifiedReqs
    FROM SpiraTestEntities.R_Requirements AS RQ
        LEFT JOIN SpiraTestEntities.R_RequirementTestCases AS RT ON RQ.REQUIREMENT_ID = RT.REQUIREMENT_ID
        LEFT JOIN SpiraTestEntities.R_TestCases AS TC ON RT.TEST_CASE_ID = TC.TEST_CASE_ID
    WHERE RQ.PROJECT_ID = --your project ID
        AND RQ.REQUIREMENT_TYPE_NAME = 'Feature'
        AND RQ.IS_DELETED = FALSE
        AND TC.TEST_CASE_STATUS_NAME = "Approved"
        AND TC.IS_DELETED = FALSE
        AND CAST(RQ.CUST_17 AS INT32)  = 0000000333
) AS Y ON TRUE=TRUE --just table join nonsense need to hook the tables together     </description><pubDate>Mon, 27 Nov 2023 19:48:29 -0500</pubDate><a10:updated>2024-04-03T14:15:11-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2873.aspx</link></item><item><guid isPermaLink="false">threadId=2615</guid><author>Erik Swedlund (erik.swedlund@ascom.com)</author><title>ESQL String Aggregate</title><description> Hello,  I am trying to create an ESQL query that groups  the results by the Test Case ID. For example, if I have the following table:     Test Case ID  Requirement    1  RQ1    1  RQ2    2  RQ3    2  RQ4        I want an ESQL query the groups the Requirements by Test Case ID and outputs:     Test Case ID  Requirement    1  RQ1, RQ2    2  RQ3, RQ4        For SQL, it appears that the query would be:  SELECT TEST_CASE_ID, STRING_AGG(REQUIREMENT_NAME,,) AS REQUIREMENTS  FROM SpiraTestEntities.R_RequirementTestCases  GROUP BY TEST_CASE_ID  However, ESQL removed the STRING_AGG function. Is there another way to do this? </description><pubDate>Mon, 23 May 2022 15:47:57 -0400</pubDate><a10:updated>2024-08-20T00:07:18-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2615.aspx</link></item><item><guid isPermaLink="false">threadId=2605</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">spirareport testrun testset</category><title>Help to get custom field from test set level on test run report</title><description> I have one custom field on test set level that is necessary to have on test run report. Can I associate those two things? </description><pubDate>Tue, 19 Apr 2022 11:18:48 -0400</pubDate><a10:updated>2024-01-17T20:36:31-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2605.aspx</link></item><item><guid isPermaLink="false">threadId=2614</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">custom report</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> parent</category><title>Show parent name</title><description> In a custom report, I just need to show the name of the parent of a requirement.  This is the code I use, but it provides no result:   		   
				 
		      Can anyone clarify me why? </description><pubDate>Fri, 20 May 2022 17:03:49 -0400</pubDate><a10:updated>2024-08-19T23:55:08-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2614.aspx</link></item><item><guid isPermaLink="false">threadId=2715</guid><author>jason bevis (bevisjason0405@gmail.com)</author><title>EPIC &amp; User Story mapping report</title><description> We have fetched requirement summary report, but we are not able to track which user story is mapped to which EPIC.  Can you let us know is there a way we can have this in report. </description><pubDate>Mon, 28 Nov 2022 09:27:07 -0500</pubDate><a10:updated>2026-04-16T09:23:47-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2715.aspx</link></item><item><guid isPermaLink="false">threadId=2698</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">sub query does not return data</category><title>Subqueries seem being not working</title><description> I created a query for test reporting where I want to show, per each release, the linked test sets, test cases, last execution run and the total number of active defects linked to each test.  I designed a query with a subquery calculating the total number of defects, but the subquery shows nothing in the report (empty column), whilst it shows System.Data.Query.ResultAssembly.BridgeDataReader in the preview results section.  I read about an old similar question in this forum, but the answer was not satisfying to me and was not suitable to my case.  How can I write the query in ESQL in order to get the information?  My sub query is colored below:  SELECT   RL.name AS Release,   TS.release_version_number AS ReleaseVs,   ...    (       SELECT value COUNT(0)       FROM SpiraTestEntities.R_TestCaseIncidents AS BG       WHERE BG.test_case_id = TSTC.test_case_id AND                 BG.is_open_status = True    ) AS OpenDefects   FROM   SpiraTestEntities.R_TestSets AS TS JOIN   SpiraTestEntities.R_Releases AS RL ON TS.release_id = RL.release_id AND                                                  TS.is_deleted = False  ...  LEFT JOIN   SpiraTestEntities.R_TestRuns AS RN ON TSTC.test_set_test_case_id = RN.test_set_test_case_id AND                                                  RN.is_deleted = False    ...  WHERE   ...  ORDER BY     ...        Thanks,  Daniele </description><pubDate>Mon, 24 Oct 2022 07:50:06 -0400</pubDate><a10:updated>2024-08-19T14:47:15-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2698.aspx</link></item><item><guid isPermaLink="false">threadId=2700</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">reporting</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> custom reports</category><title>Header format in AddEdit custom section not recognized in report</title><description> Hello.  I configured a simple header in the Add/Edit custom section of my report, by using a predefined style (selected from the list): a certain font style, size and colour. Like this:      Test Report        The form permits to format my string further and to do many other things. In any case, it seems I have nothing else to do (not coding) and I would expect to find the header in the output exactly as it appears in the section where I configured it. Instead, no format is applied at all, neither to HTML reports, nor Word or Excel.  Where am I wrong?  Thanks,  Daniele </description><pubDate>Tue, 25 Oct 2022 11:48:40 -0400</pubDate><a10:updated>2023-01-17T18:49:37-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2700.aspx</link></item><item><guid isPermaLink="false">threadId=2739</guid><author>Bibah Ryeq (naveedmunirch@gmail.com)</author><title>Spira Custom Reports</title><description> We are using Spirateam / Spiratest for test case management and for managing our   kayak for sale   direct access to the MSSQL databaes allows custom report generation. </description><pubDate>Thu, 05 Jan 2023 06:34:08 -0500</pubDate><a10:updated>2023-01-05T06:34:08-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2739.aspx</link></item><item><guid isPermaLink="false">threadId=2759</guid><author>Leonardo Persike Martins (lpn@certi.org.br)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">graph</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> esql</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> custom</category><title>Requirement Summary Graph code</title><description> Dear community,  I have an application that would be interesting to create a graph similar to the standard graph called Requirement Summary Graph, having the X axis set as Release and grouped by Status. Example:     I was wondering if the ESQL code used to generate such graph can be shared to the community. That would be really helpful, in order to use it as a base.  Thanks! </description><pubDate>Wed, 15 Feb 2023 15:20:25 -0500</pubDate><a10:updated>2023-03-06T15:49:23-05:00</a10:updated><link>/Support/Forum/spirateam/reports/2759.aspx</link></item><item><guid isPermaLink="false">threadId=2808</guid><author>Victoria D (nino.diasamidze@inflectra.com)</author><title>Generating Word Reports But With Customize Header And Footer</title><description> Were using the Reporting facility to create  Word  documents. Is there a way to do the following:  a) Generate customized Header and Footer b) Include a Company cover page with TOC c) Have a Cover page with Word macros </description><pubDate>Thu, 08 Jun 2023 22:58:03 -0400</pubDate><a10:updated>2025-08-19T12:22:21-04:00</a10:updated><link>/Support/Forum/spirateam/reports/2808.aspx</link></item><item><guid isPermaLink="false">threadId=3026</guid><author>Victoria D (nino.diasamidze@inflectra.com)</author><title>Design traceability report</title><description> I need to generate the design traceability report, to prove that each requirement has been accounted for in both Software Architecture and Design.  Ive create a project which is holding all requirements in there (lets assume that the project consists of only one product for the matter of the question)  In this project I have 3 components:  1. Requirement 2. Architecture 3. Design  The design and architecture are written in semi-Word way: each requirement (header in Word) contain text, diagrams and is associated with real requirements as Depends On.                Requirement              No Tasks      3 - Medium      Requested           Feature      Requirements        [RQ:2234]                            My Requirement            No Tasks    3 - Medium    Requested         Feature    Requirements    [RQ:1790]                       Very hard requirement     Not Covered    No Tasks    3 - Medium    Requested         Feature    Requirements    [RQ:1789]                       Great requirement     Not Covered    No Tasks    3 - Medium    Requested         Feature    Requirements    [RQ:2218]                       Easy requirement     Not Covered    No Tasks    3 - Medium    Requested         Feature    Requirements    [RQ:2228]                       Just some requirement     Not Covered    No Tasks    3 - Medium    Requested         Feature    Requirements    [RQ:3148]                        Architecture       Not Covered      No Tasks      3 - Medium      Requested           Feature      Architecture      [RQ:3152]                        Physical View     Not Covered    No Tasks    3 - Medium    Requested         Feature    Architecture    [RQ:3149]                       Logical View     Not Covered    No Tasks    3 - Medium    Requested         Feature    Architecture    [RQ:3150]                       User View     Not Covered    No Tasks    3 - Medium    Requested         Feature    Architecture    [RQ:3151]                        Design       Not Covered      No Tasks      3 - Medium      Requested           Feature      Design      [RQ:3262]                        HAL: I2C     Not Covered    No Tasks    3 - Medium    Requested         Feature    Design    [RQ:3263]                       HAL:SPI     Not Covered    No Tasks    3 - Medium    Requested         Feature    Design    [RQ:3264]                       Safety features     Not Covered    No Tasks    3 - Medium    Requested         Feature    Design    [RQ:3265]                       Startup Sequence     Not Covered    No Tasks    3 - Medium    Requested         Feature    Design    [RQ:3266]                       Powerdown Sequence     Not Covered    No Tasks    3 - Medium    Requested         Feature    Design    [RQ:3267]         In the end I want to get something like this:  Design Traceability Report        Requirement Name        Architecture        Design         My Requirement      Physical view      HAL: SPI        Very hard requirement      Physical view      HAL: I2C        Great requirement      Logical View      Safety Features        Easy requirement      User View      Startup Sequence        Just some requirement      User View      Powerdown Sequence          The idea is to check for Component name of the artifact linked to the requirement and then decide if it belongs to Architecture or Design column (or something else). So... if the Component is Architecture, then place the linked name into Architecture column. if it is Design, then it belongs to Design column. And if it is anything else, it should be ignored.  I cant seem to find a way to get the Component from linked Artifact using XSLT., so not sure how to achieve my goal.   Can anyone please help? </description><pubDate>Thu, 13 Mar 2025 14:57:33 -0400</pubDate><a10:updated>2025-03-17T06:54:33-04:00</a10:updated><link>/Support/Forum/spirateam/reports/3026.aspx</link></item><item><guid isPermaLink="false">threadId=3118</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">Productivity Report</category><title>Tester Productivity</title><description> Hi,  Has anyone created a Tester Productivity Report? Im looking to track the testers activity in SpiraPlan daily. I can see activity in the Product Association page but would like the ability to be able to generate a report for management.  Thanks  Gloria </description><pubDate>Thu, 06 Nov 2025 23:13:03 -0500</pubDate><a10:updated>2026-03-26T13:00:40-04:00</a10:updated><link>/Support/Forum/spirateam/reports/3118.aspx</link></item><item><guid isPermaLink="false">threadId=3015</guid><author>Victoria D (nino.diasamidze@inflectra.com)</author><title>custom report to display all user ids</title><description> need help to create custom report to display all user ids, status of user ids(active/inactive), last time they login to the system and days they are not using their user ids. </description><pubDate>Mon, 03 Feb 2025 09:42:38 -0500</pubDate><a10:updated>2026-04-15T09:57:57-04:00</a10:updated><link>/Support/Forum/spirateam/reports/3015.aspx</link></item><item><guid isPermaLink="false">threadId=3158</guid><author>James Rivera (James271Rivera@outlook.com)</author><title>Multiselect list values displaying in custom</title><description> Hello,  I have been trying to modify a custom report which throws an error due to a multiselect list custom propery from test runs and have encountered a similar issue as described in the forum below:   https://www.inflectra.com/Support/Forum/spirateam/reports/2265.aspx   Ive reviewed the KB that was linked in the responses to the forum ( https://www.inflectra.com/Support/KnowledgeBase/KB638.aspx ) and have attempted to include the join and the  Contains, EndsWith and StartsWith  set of functions to the report query. The report is no longer throwing the error when generated, however it is only displaying the first value when multiple values are selected. The KB seems to describe creating a graph and Im wondering if since Im updating a report instead does the XSLT template require a modification as well to allow these values to display separated by commas?  Here is the original query that was causing errors due to the custom property being a multiselect list:  --pulling in the Environment information from the LOV left join (select             SubC.CUSTOM_PROPERTY_VALUE_ID,         SubC.NAME from SpiraTestEntities.R_CustomListValues as SubC where SubC.PROJECT_ID = ${ProjectId} and SubC.IS_DELETED = False) as CB on  CAST(R.CUST_02 as INT32) = CB.CUSTOM_PROPERTY_VALUE_ID  Here is what it was updated to:  --pulling in the Environment information from the LOV left join (select             SubC.CUSTOM_PROPERTY_VALUE_ID,         SubC.NAME from SpiraTestEntities.R_CustomListValues as SubC where SubC.PROJECT_ID = ${ProjectId} and SubC.IS_DELETED = False) as CB  on Contains(R.CUST_02, Concat(Concat(0, CAST(CB.CUSTOM_PROPERTY_VALUE_ID as Edm.String)), ,)) or EndsWith(R.CUST_02, Concat(0, CAST(CB.CUSTOM_PROPERTY_VALUE_ID as Edm.String))) or StartsWith(R.CUST_02, CAST(CB.CUSTOM_PROPERTY_VALUE_ID as Edm.String))  Also the XML code for the XSLT template for the value:            Environment                                   Thank you. </description><pubDate>Fri, 16 Jan 2026 04:14:00 -0500</pubDate><a10:updated>2026-04-15T09:56:19-04:00</a10:updated><link>/Support/Forum/spirateam/reports/3158.aspx</link></item></channel></rss>