Inflectra Customer Forums: Reports (Thread) How can i get a report that has all the test case details for a project group?en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/spiratest/issues-questions/954.aspxthreadId=954sreenu p tamma (sreenu.tamma@issvc.com)Reports How can i get a report that has all the test case details for a project group?Tue, 15 Jul 2014 20:30:52 -04002015-03-30T15:02:02-04:00/Support/Forum/spiratest/issues-questions/954.aspxmessageId=1742Jim R (donotreply5@kronodesk.net) Hi Sreenu To report across an entire project group, just use the Administration > System > Edit R Hi Sreenu To report across an entire project group, just use the Administration > System > Edit Reports page to create a new custom report. Add a custom section to this report and then add the 'TestCases' view to the query builder. Change the ${ProjectId} in the WHERE clause to ${ProjectGroupId} and it will now generate a report for all the test cases in the group rather than the current project. Regards Jim Fri, 18 Jul 2014 22:09:03 -04002014-07-18T22:09:03-04:00/Support/Forum/spiratest/issues-questions/954.aspx#reply1742messageId=2088Juha Kerttunen (juha.kerttunen@q-factory.fi)Couldn't get this to work something like this? select value R from SpiraTestEntities.R_TestCases asCouldn't get this to work something like this? select value R from SpiraTestEntities.R_TestCases as R where R.PROJECT_ID = ${Project Group Id} I'm in a project group 4 (self made) and this gives missing an element as a result. when i select preview results in edit reports it gives test cases in one project in one project group (#1) Should this give all test cases in the project group this project is in as a result? Mon, 30 Mar 2015 15:02:02 -04002015-03-30T15:02:02-04:00/Support/Forum/spiratest/issues-questions/954.aspx#reply2088