simplifying the bibs loaded report and making it specific to loaded not staged
authorRogan Hamby <rhamby@esilibrary.com>
Thu, 2 May 2019 14:25:53 +0000 (10:25 -0400)
committerRogan Hamby <rhamby@esilibrary.com>
Thu, 2 May 2019 14:25:53 +0000 (10:25 -0400)
mig-xml/evergreen_staged_report.xml

index da9f83c..642b626 100644 (file)
@@ -660,12 +660,12 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3</query>
     <!-- BIBS REPORTS -->
 
     <report>
-        <name>bibs</name>
-        <report_title>Extracted Bibliographic Records</report_title>
+        <name>bibs_loaded</name>
+        <report_title>Loaded Bibliographic Records</report_title>
         <tag>bibs</tag>
         <iteration>0</iteration>
-        <heading>Count.Sourcee.Migrated</heading>
-        <query>SELECT COUNT(bre.id), bre.x_source, bre.x_migrate::TEXT FROM biblio_record_entry_legacy bre GROUP BY 2, 3 ORDER BY 2, 3</query>
+        <heading>Count.Loaded</heading>
+        <query>SELECT COUNT(bre.id), bre.x_migrate::TEXT FROM biblio_record_entry_legacy bre WHERE id IN (SELECT id FROM biblio.record_entry WHERE deleted = FALSE) GROUP BY 2 ORDER BY 2</query>
         <note>False means the records are not deleted.</note>
     </report>