Where does it show the total items in my database?
Hi, We are a school library that only has books, no media. The school would like to know how many books are in our library. How do I check how many total items are in our database? (total of all types of books, not total items of one book) How do I check how many records are in our database without having to add a book to check? Thanks so much, Christy -- View this message in context: http://koha.1045719.n5.nabble.com/Where-does-it-show-the-total-items-in-my-d... Sent from the Koha-general mailing list archive at Nabble.com.
Hi Christy, I am not sure I understand which number you need, but for the number of items total you can use one of the standard reports: Reports > Other > Catalog by item type It will list all the books for a library by item type with a total at the bottom. If you need the total number of bibliographic records, you could add a new SQL report with something like: select count(*) from biblio; Hope this helps, Katrin Am 20.02.2015 um 14:14 schrieb ChristyThomas:
Hi,
We are a school library that only has books, no media. The school would like to know how many books are in our library.
How do I check how many total items are in our database? (total of all types of books, not total items of one book)
How do I check how many records are in our database without having to add a book to check?
Thanks so much,
Christy
-- View this message in context: http://koha.1045719.n5.nabble.com/Where-does-it-show-the-total-items-in-my-d... Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
ChristyThomas -
Katrin Fischer