evergreen-reports:sql:circulation:daily_circ_stat_reports
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
evergreen-reports:sql:circulation:daily_circ_stat_reports [2011/03/08 22:06] – created bshum | evergreen-reports:sql:circulation:daily_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/14/10 by Amy Terlaga of Bibliomation, | This report was submitted on 5/14/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 daily circulation totals. | getting daily circulation totals. | ||
If you would like it to reflect activity from two days ago, change the **1** to a **2** (and so on). | If you would like it to reflect activity from two days 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 copy_location.name, | SELECT copy_location.name, | ||
Line 29: | Line 33: | ||
WHERE org_unit.shortname = ' | WHERE org_unit.shortname = ' | ||
ORDER BY 1; | ORDER BY 1; | ||
- | --------------------------------- | ||
+ | </ | ||
Back to [[evergreen-reports: | Back to [[evergreen-reports: | ||
evergreen-reports/sql/circulation/daily_circ_stat_reports.1299639974.txt.gz · Last modified: 2022/02/10 13:33 (external edit)