evergreen-reports:borrower_list_reports
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
evergreen-reports:borrower_list_reports [2010/05/20 10:54] – terlaga | evergreen-reports:borrower_list_reports [2011/03/08 22:10] (current) – removed bshum | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Borrower List Reports ====== | ||
- | |||
- | ===== Borrowers with Email Addresses by Home Library ===== | ||
- | |||
- | **Submission Notes:** | ||
- | This report was created and submitted on 5/20/10 by Amy Terlaga of Bibliomation, | ||
- | |||
- | **Version**: | ||
- | **Data Sources Used**: | ||
- | **Running Tips/ | ||
- | |||
- | To run this report, change the **' | ||
- | ---------------------- | ||
- | |||
- | SELECT actor.card.barcode, | ||
- | FROM actor.usr, actor.org_unit, | ||
- | WHERE actor.usr.home_ou = actor.org_unit.id | ||
- | AND actor.card.id = actor.usr.card | ||
- | AND actor.org_unit.shortname = **' | ||
- | AND ((actor.usr.email != '' | ||
- | AND (actor.usr.email IS NOT NULL)) | ||
- | ORDER BY family_name; | ||
- | |||
- | ------------------------ | ||
- | |||
- | Back to [[evergreen-reports: | ||
- | |||
evergreen-reports/borrower_list_reports.1274367273.txt.gz · Last modified: 2022/02/10 13:33 (external edit)