adding a simple counts dedupe report and fixing a typo
authorRogan Hamby <rhamby@esilibrary.com>
Thu, 2 May 2019 13:01:25 +0000 (09:01 -0400)
committerRogan Hamby <rhamby@esilibrary.com>
Thu, 2 May 2019 13:01:25 +0000 (09:01 -0400)
mig-xml/evergreen_staged_report.xml

index 9e7dc20..1d1e19a 100644 (file)
@@ -734,7 +734,16 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3</query>
 
     <report>
         <name>bib_merges</name>
-        <report_title>Bibliographic Mergers</report_title>
+        <report_title>Bibliographic Merge Count</report_title>
+        <tag>bibs</tag>
+        <iteration>0</iteration>
+        <heading>Records Merged.Incumbent Records Merged INto</heading>
+        <query>SELECT SUM(array_length(records,1)), COUNT(*) FROM groups</query>
+    </report>
+
+    <report>
+        <name>bib_merges_by_search_format</name>
+        <report_title>Bibliographic Merges By Search Format</report_title>
         <tag>bibs</tag>
         <iteration>0</iteration>
         <heading>Count.Item Type</heading>