Page 1 of 1

Custom Report

Posted: Tue Oct 18, 2005 8:29 pm
by Tiggi
I need to make a report to show me a number of hits on certain files. All files are in same folder and the are all .pdf files. It can be one report or separate for each file. Can someone help plz?

Posted: Tue Oct 18, 2005 9:21 pm
by Abacre
You may create new report for displaying needed pdf files.

Go to Reports tab.
Create new Basic report.
As parameter set href
Then add needed files, for example,
file_ext equals .pdf
href includes /YourFolderWithPDFs/

Posted: Wed Oct 19, 2005 8:36 pm
by Tiggi
This is what I have but it's coming back with "No Data"

type=basic
name=PFR
footer=true
filter=file_ext;equals;.pdf
filter=href;includes;/contacts/
limit=100
percentage=false
sortby=value
sortorder=descending
show_table=true
show_chart=true
chart_type=bar
param=href
pagesonly=true

Posted: Wed Oct 19, 2005 8:39 pm
by Abacre
You have pagesonly=true
but it should be pagesonly=false

Posted: Wed Oct 19, 2005 8:49 pm
by Tiggi
I tied with pagesonly turned off and I get same
I checked log file and those pdf's are there.
2005-10-19 16:16:14 W3SVC843222 192.168.1.201 GET /contacts/test.pdf - 80 - 192.168.1.12 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.0.3705;+.NET+CLR+1.1.4322) CFID=133757;+CFTOKEN=9bb09baa7a3906b-630890F5-B05F-B566-336CB820A673800A;+LASTPAGE= http://www.domain.com/ 200 0 0

Posted: Wed Oct 19, 2005 9:00 pm
by Tiggi
I got it fixed, thank you for your help!

Posted: Wed Oct 19, 2005 9:20 pm
by Abacre
Report and log line look OK.
Could you send us a fragment of your log file to support@abacre.com?