From: Rogan Hamby Date: Thu, 5 Sep 2019 17:37:54 +0000 (-0400) Subject: fixed field report added X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=6717cf7e5f8cf788c1f791b1d627b6a1d3b5ff28 fixed field report added --- diff --git a/mig-xml/evergreen_staged_report.xml b/mig-xml/evergreen_staged_report.xml index 878fac4..52f8053 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -724,6 +724,15 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3 SELECT COUNT(id) FROM biblio_record_entry where id IN (SELECT record FROM asset.call_number WHERE label ~* '##URI##') + + bibsff + Bibliographic Records with Adjusted Fixed Fields + bibs + 0 + Count.Original Search Format.New Search Format + SELECT COUNT(*), x_search_format, x_after_search_format FROM biblio_record_entry_legacy WHERE x_migrate AND x_after_search_format IS NOT NULL GROUP BY 2, 3 ORDER BY 3,2 + + bibs_notes Bib Record Notes