User Tools

Site Tools


evergreen-reports:sql:circulation:monthly_circ_stat_reports

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
evergreen-reports:sql:circulation:monthly_circ_stat_reports [2011/03/08 22:06] – created bshumevergreen-reports:sql:circulation:monthly_circ_stat_reports [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 6: Line 6:
 This report was submitted on 5/19/10 by Amy Terlaga of Bibliomation, Inc. This report was submitted on 5/19/10 by Amy Terlaga of Bibliomation, Inc.
 It was originally created by Dan Scott of Laurentian University. It was originally created by Dan Scott of Laurentian University.
 +
 **Version**:  Evergreen v.1.6.0.2 **Version**:  Evergreen v.1.6.0.2
 +
 **Data Sources Used**:   **Data Sources Used**:  
 +
 **Running Tips/Guidelines**:  This report is designed to be run the day/month AFTER the month you are interested in  **Running Tips/Guidelines**:  This report is designed to be run the day/month AFTER the month you are interested in 
 getting monthly circulation totals.  If you would like it to reflect this month's activity, remove **- '1 month'::interval** getting monthly circulation totals.  If you would like it to reflect this month's activity, remove **- '1 month'::interval**
 If you would like it to reflect activity from two months ago, change the **1** to a **2** (and so on). If you would like it to reflect activity from two months ago, change the **1** to a **2** (and so on).
 Where you see ORG, replace with your org unit's short name. Where you see ORG, replace with your org unit's short name.
----------------------------+ 
 +<code sql> 
 SELECT aou.name AS "Library", asceum.stat_cat_entry AS "Borrower Stat", count(acirc.id) AS "COUNT" SELECT aou.name AS "Library", asceum.stat_cat_entry AS "Borrower Stat", count(acirc.id) AS "COUNT"
   FROM action.circulation acirc   FROM action.circulation acirc
Line 32: Line 37:
  
 ORDER BY 1, 2, 3; ORDER BY 1, 2, 3;
------------------------------+ 
 +</code>
  
 Back to [[evergreen-reports:sql:circulation|Evergreen Circulation Reports]] page Back to [[evergreen-reports:sql:circulation|Evergreen Circulation Reports]] page
evergreen-reports/sql/circulation/monthly_circ_stat_reports.1299640007.txt.gz · Last modified: 2022/02/10 13:33 (external edit)

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.