kiosks.org ([EMAIL PROTECTED]):
> I want to extract a report relevant to one client and articles related to them. All >of the clients are in the database so I need to use REQINCLUDE and REDIRINCLUDE i >believe. > lines i want to get are ones like > /news_story.htm?i=11078 > /news_printable.htm?id=11078 > but I have maybe 200 articles that are specific to one client and can show up a >couple of different ways, but always with the same id# > REQINCLUDE */news_story.htm,*11214*,*11178*,*11173*,*11018*,*11002* > REQINCLUDE */news_story.htm. ...more articles/etc > REQINCLUDE */news_printable.htm,*11259*,*11258*,*11223*,*11219*,*11212* > Is the right way to do this? You are assuming we have knowledge of your content system, which, at least, I do not. So this may or may not answer your question. If not please try to rephrase it with reference to Analog and log file data. If you want to build a report limited to specific requests then you should use the FILEINCLUDE command. REQINCLUDE only affects the Request Report. I would think you would want all reports to reflect the filter. In that case something like the following should work: FILEINCLUDE /news_story.htm?id=11078 FILEINCLUDE /news_printable.htm?id=11078 -- 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 +------------------------------------------------------------------------