From 6717cf7e5f8cf788c1f791b1d627b6a1d3b5ff28 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Thu, 5 Sep 2019 13:37:54 -0400 Subject: [PATCH] fixed field report added --- mig-xml/evergreen_staged_report.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) 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 -- 1.7.2.5