Hi! I am making an app that handles the checking in and out of items. I will use a library and their books as an example.
I would like to track how many books a library checks out each month. I have set up a tracker that tracks the total number of books by adding a workflow step that adds a “:count” of the number of books checked out in a single session, but I am not sure how to break that up by month.
How do I organize monthly data in my database? How do I connect a date to the general count so I can find the monthly checkouts at a library? Thanks!