Hi, I am trying to create a general report where only the top 50 pages of my site are displayed. I have, unfortunately, encountered two problems.
80% of my site actually is the same Coldfusion page with different url parameters. As an example I might have a page http://domain.com/template.cfm?x=1 and another http://domain.com/template.cfm?x=2 and another http://domain.com/template.cfm?y='test' These should be counted as three different pages. When I am showing the top 50 pages these should all be counted as different ones. Waht is happening now is that template.cfm is showing as having 30,000 requests and then it shows each separate page with the different url parameters regardless of whether or not they are part of the top 50 pages. This means my report is showing thousands of pages. I tried to have the system only show pages with over 1000 requests, but when it divides Template.cfm it once again shows all pages that have under the 1000 requests. If anyone can help with this that would be greatly appreciated. Thanks, -Amos ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

