Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Summary-Talk] How to use "Selected Directories" report in an custom report
Hi all I build a custom report to include many values coming from differents reports (like a "Dashboard"). Per exemple, I want to get many values (pages, hits, Mbytes) for the directory "/modules/openads" From the "by Directories" report (ID = 15), i have to click on the "modules" directory then "openads" directory to see the values. In this case the URL is in the form".../report/_Selected +Directories.SN5.HP.HN.RN.BP.BV.PN.PP.$O.NC?M=10&N=%2Fmodules% 2Fopenads%2F". I try this in my custom report but it doen't work : <sum-using report="15" sort="pages" filter="hits" filter2="" cols="hits pages bytes name-drill" search="/modules/openads/"> but <sum-using report="15" sort="pages" filter="hits" filter2="" cols="hits pages bytes name-drill" search="/modules> works fine. I think that the "search" parameter must match EXACTLY with the top level directory "modules". But how to acces to a directory which is not at the top level. I have tried to use another report ID (D0,...) but without success. Is there a workaround ? Thank you very much for your help. Regards Francis ------------- Go to <http://summary.net/list.html> to update subscription info.
|