Use the various ALIAS configuration commands to map all of the different zip files onto one standard "file name" for reporting.
For example, something like this line should map all of the zip files for a particular directory and application onto a summary "file name" for that application:
FILEALIAS /some/path/to/appl_*zip /zipuploads/appl
You'd need one of these lines for each application. However, if the zip files are the only thing in the directory in question, you could use wildcards to do it all in one line, perhaps something like:
FILEALIAS /some/path/to/*_*.zip /zipuploads/$1
See the documentation for details on how to get this right. I've just givent hose examples from my memory of how the ALIAS commands work.:
http://www.analog.cx/docs/alias.html
HTH
Stil
At 17:16 -0800 14/11/03, Don Saul wrote:
I am still relativley new to Analog and things have been running fine so far. I've had a request for a refinement on the Request report.
Several of our web applications upload ".zip" files to client users, all out of the same web directory. The zip file name contains both the app name and a date stamp (app1_010203.zip). These uploads are not frequent, so I lowered REQFLOOR and now (because the file names are unique due to the date stamp), I get a line in the report for each download.
All the other info in the Request report is fine, is there a way to summarize the number of uploaded zip files for the directory for a given application.
I know I can use an REQINCLUDE or REQEXCLUDE on app1*.zip to get just the ones for the app I need but I don't known if the summarize part is possible.
Any ideas?
Thank, Don
-- Stilgherrian <[EMAIL PROTECTED]> Internet, IT and Media Consulting, Sydney, Australia. ABN 25 231 641 421 mobile 0407 623 600 (international +61 407 623 600) fax 02 9516 5630 (international +61 2 9516 5630) +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
