evergreen-reports:sql:circulation:monthly_circ_stat_reports
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
evergreen-reports:sql:circulation:monthly_circ_stat_reports [2011/03/08 22:06] – created bshum | evergreen-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, | This report was submitted on 5/19/10 by Amy Terlaga of Bibliomation, | ||
It was originally created by Dan Scott of Laurentian University. | It was originally created by Dan Scott of Laurentian University. | ||
+ | |||
**Version**: | **Version**: | ||
+ | |||
**Data Sources Used**: | **Data Sources Used**: | ||
+ | |||
**Running Tips/ | **Running Tips/ | ||
getting monthly circulation totals. | getting monthly circulation totals. | ||
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 " | SELECT aou.name AS " | ||
FROM action.circulation acirc | FROM action.circulation acirc | ||
Line 32: | Line 37: | ||
ORDER BY 1, 2, 3; | ORDER BY 1, 2, 3; | ||
- | ----------------------------- | + | |
+ | </ | ||
Back to [[evergreen-reports: | Back to [[evergreen-reports: |
evergreen-reports/sql/circulation/monthly_circ_stat_reports.1299640007.txt.gz · Last modified: 2022/02/10 13:33 (external edit)