From d658005feeb916a45ca199abc17839de9bfa8d96 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Fri, 2 Aug 2019 14:36:55 -0400 Subject: [PATCH] commented out barcode lengths by library because it takes up a lot of space and isn't needed as much as it once was --- mig-xml/evergreen_staged_report.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mig-xml/evergreen_staged_report.xml b/mig-xml/evergreen_staged_report.xml index 564b741..7e9fce3 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -386,14 +386,14 @@ SELECT COUNT(ac.id), acl.name, aou.name, ac.x_migrate::TEXT FROM asset_copy_legacy ac JOIN asset.copy_location acl ON acl.id = ac.location JOIN actor.org_unit aou ON aou.id = ac.circ_lib GROUP BY 2, 3, 4 ORDER BY 2, 3, 4 - + asset_barcode_patterns @@ -873,8 +873,8 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3 Count of Barcodes (greater than 10).Left 60% of Characters SELECT COUNT(acard.id), LEFT(acard.barcode,(ROUND(LENGTH(acard.barcode)*.6))::INT) FROM actor_card acard GROUP BY 2 HAVING COUNT(acard.id) > 10 ORDER BY 2 - - + + usr_barcode_collisions Patron Barcode Collisions actors -- 1.7.2.5