From bc721db6d7e1f19890d1b4d8ea320bbcba82461a Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Wed, 1 May 2019 15:46:55 -0400 Subject: [PATCH 1/1] adding asset.copy_alert report --- 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 ca0d47c..93e0608 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -528,6 +528,15 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3 SELECT COUNT(map.id), tag.tag_type, tag.label, tag.staff_note, tag.pub FROM asset_copy_tag tag JOIN asset_copy_tag_copy_map map ON map.tag = tag.id GROUP BY 2,3,4,5 ORDER BY 2,3 + + asset_copy_alerts + Copy Alerts + assets + 0 + Alert Count.Alert Type + SELECT COUNT(*), cat.name FROM asset_copy_alert aca JOIN config.copy_alert_type cat ON cat.id = aca.alert_type GROUP BY 2 + + -- 1.7.2.5