<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Export 'All Pending Test Runs' to Excel (Thread)</title><description> Hi,  Is there a way to export All Pending Test Runs to Excel.  I would like to have an overview in Excel of the all the pending test runs, so I can filter on Tester, Progress, Test Failed, etc...  BR, Vincent     </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spiratest/issues-questions/2115.aspx</link><item><guid isPermaLink="false">threadId=2115</guid><author>Vincent Pottie (vincent.pottie@external.multipharma.be)</author><title>Export 'All Pending Test Runs' to Excel</title><description> Hi,  Is there a way to export All Pending Test Runs to Excel.  I would like to have an overview in Excel of the all the pending test runs, so I can filter on Tester, Progress, Test Failed, etc...  BR, Vincent     </description><pubDate>Thu, 21 Nov 2019 15:19:25 -0500</pubDate><a10:updated>2019-11-26T22:25:31-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/2115.aspx</link></item><item><guid isPermaLink="false">messageId=3691</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> Hi Vincent  You could create a custom Excel report using this Entity SQL:   select value R from Spi</title><description> Hi Vincent  You could create a custom Excel report using this Entity SQL:   select value R from SpiraTestEntities.R_TestRuns as R
where R.PROJECT_ID = ${ProjectId}
and R.TEST_RUNS_PENDING_ID IS NOT NULL and R.IS_DELETED = False   Regards  David </description><pubDate>Tue, 26 Nov 2019 22:25:31 -0500</pubDate><a10:updated>2019-11-26T22:25:31-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/2115.aspx#reply3691</link></item></channel></rss>