Gerd Schmidt <[EMAIL PROTECTED]> (Tuesday, March 02, 2004 7:25 AM): > Hi,
> having logentries like > index.php?trader=213&sub_trader=&marketing_code= > index.php?trader=842&sub_trader=&marketing_code= > index.php?trader=213&sub_trader=&marketing_code= > index.php?trader=213&sub_trader=&marketing_code= > index.php?product_code=B-DSL-24&marketing_code=881&selakz=&trader=838&subtrader=&sub_trader=&adid= > index.php?product_code=H-DSL20PI-36&marketing_code=882&selakz=&trader=&subtrader=&sub_trader=&adid= > index.php?product_code=H-DSL20PI-24&marketing_code=882&selakz=&trader=&subtrader=&sub_trader=&adid= > index.php?product_code=H-DSL20P-36&marketing_code=882&selakz=&trader=&subtrader=&sub_trader=&adid= > index.php?product_code=H-DSL20PI-12&marketing_code=&selakz=&trader=&subtrader=&sub_trader=&adid= > index.php?product_code=H-DSL20PI-12&marketing_code=882&selakz=&trader=&subtrader=&sub_trader=&adid= > is it possible to "group" those by the different > parameters in the request analysis? > "product_id" > --then "marketing_code" > ---- then "trader" > ------ then "subtrader" > and so on? > I want to have an overview to see which product codes > had which traders, subtraders and so on... > any way to do this? > i realized grouping of product_code ALONE by > FILEEXCLUDE * > FILEINCLUDE /order/index.php?*product_code=* > but i cannot imagine how to put up more > sub-groupings... > any help appreciated ! > greetings, > gerd Analog will produce a hierarchical report of request data in the Directory Report. So you can use FILEALIAS to make these look like directories, rather than parameters. Then use DIRALIAS to make the Directory Report show them using parameters again. Of course, this is somewhat of a workaround. And this won't work at all if the requests come through with CGI names in a different order. -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------