Report Period

Need new test, action, option? Post request here.
Post Reply
V Arun
Posts: 52
Joined: Sun Apr 11, 2004 11:17 pm

Report Period

Post by V Arun »

Alex,

At present, the reports generated (both Folder and Log Analyzer) shows the Date & Time of report generation and the Period ( ex. 6 days 10:00 ). For example, if I generate a report for previous week/month using LogAnalyzer, the report doesn't show which week/month it was generated for.

Can the report mention "From" and "To" dates of the period also ? How do we go about inserting that information into the report ? Its extremely important to reflect that in my reports.

Highly appreciate.

Regards,
Arun.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I think we can add such option in next version of Log Analyzer.

Regards
Alex
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Update available at www.ks-soft.net/download/la467.zip
Now you may use new macro variables in external header/footer:
- %logfileName%
- %dateinterval%
- %timefilter%

For example header file may look like

Code: Select all

<html><head>
<meta name="GENERATOR" content="KS-Soft Log Analyzer">
<title>LogAnalyzer report</title>
<STYLE TYPE="text/css"><!-- a:hover { color: "%ALinkColor%"; } --> </STYLE>
</head>
<body bgcolor="%BGColor%" text="%TextColor%" link="%LinkColor%" vlink="%VLinkColor%" alink="%ALinkColor%">

<table width=100% border=0>
<tr><td valign=middle>
  <i><strong><big><big>LogAnalyzer Report</big></big><br>
  </strong></i><font face="Arial">Generated on %date% at %time%</font></p>
</td><td width=3% nowrap valign=middle><small>
  Log file:<br>
  Date interval: <br>
  Time filter:
</td><td width=3% nowrap valign=middle><small><b>
  %logfileName%<br>
  %dateinterval%<br>
  %timefilter%
</small></td></tr></table>

<table width=100% border="0" bordercolor="%BGColor%">
Regards
Alex
V Arun
Posts: 52
Joined: Sun Apr 11, 2004 11:17 pm

Post by V Arun »

Alex,

Thanks a lot. It worked.

If something can be done, I don't think you sleep till it is done !! :D
Keep up the great work.

Regards,
Arun
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You are welcome :)
BTW I forgot to tell about another new variable: %logfilePath% - displays full path to the log

Regards
Alex
Post Reply