Andrea Racca ([EMAIL PROTECTED]):

> I have to generate statistic by batch file of the last month.
> Example: today is 16 november and I need to create statistic of
> October. I try with this line:

> call P:\Report\Analog\analog.exe +g"P:\Report\Web\Cafcuneo.it\analog\Mese.cfg"
> -G +F"-00-01-00" +T"-00-00-00"

> but the report generate is from 16 october to 16 november.
> Any Help?

You need to specify explicit days of the month and relative month and
year:

+F"-00-0101" +T"-00-0131"

Analog is smart enough to handle '31' as the TO date even for months
of 28, 29, or 30 days. I also think, but you may want to test, that
'-00-0101' will resolve to December 1st, 2001 when run in January of
2002.


> It's important for me make a general batch line, not a simple +F011001"
> +T"311001"

BTW, the syntax for FROM and TO is yyMMdd, not ddMMyy.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to