Hi Susan, You can view the total number of items archived (deposited) in a Solr query:
http://localhost:8080/solr/search/select?indent=on&rows=0&facet=true&facet.date=dc.date.accessioned_dt&facet.date.start=2021-01-01T00:00:00Z&facet.date.end=2022-01-01T00:00:00Z&facet.date.gap=%2B1MONTH&q=search.resourcetype:2&wt=json The Solr query above will list the number of items deposited from the year 2021 grouped by month. Reference: https://wiki.lyrasis.org/display/DSPACE/Solr#Solr-Breakdownofsubmitteditemspermonth Hope this helps. Regards, euler On Tuesday, May 10, 2022 at 8:17:48 PM UTC+8 [email protected] wrote: > How do I find out how many deposits total were made during a certain time > period without having each depositor log in, count their submissions and > then add them together? My understanding is that the monthly reports > under Administrative Statistics are unreliable - is that correct? > > Susan > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/23c4a291-44d9-49f7-b015-63abe149fa62n%40googlegroups.com.
