User Tools

Site Tools


evergreen-reports:sql:circulation:transit_reports

Transit Reports

Hold Transits (from different branches) Report

Submission Notes: This report was created on 6/15/10 by Ben Shum, Bibliomation on behalf of Mike Peters, Evergreen Indiana.

Version: Evergreen 2.0.6

Data Sources Used:

Running Tips/Guidelines: This report was designed to show hold transits from libraries that do not share the same parent branch.

SELECT aou.name, COUNT(ac.id)
  FROM action.hold_transit_copy ac 
    INNER JOIN actor.org_unit aou ON aou.id = ac.source
    INNER JOIN actor.org_unit aou2 ON aou2.id = ac.dest
  WHERE aou2.parent_ou != aou.parent_ou
  GROUP BY aou.name
  ORDER BY 2 DESC;

Back to Evergreen Circulation Reports page

evergreen-reports/sql/circulation/transit_reports.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.