I need to generate a report that sums the number of files uploaded to a document library, including individual versions.
For example, if I have a document library that contains 20 unique documents, with only two items having more than one version (say two versions each), I'd like to be able to return a report that indicates that there have been 22 uploads.
Is this possible using the built-in MOSS 2007 tools? Do I have to query the database directly?
Thanks in advance