Summary.Net Archives
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Summary-Talk] Email Output



Bill Taggart wrote:
> 
> As a followup, the second level Overview report for Search Words doesn't 
> incorporate User Filter One applied to the Search Words report to 
> eliminate definite articles and similar parts of speech.
> 
> Doesn't "defaults to the configured report filtering" in the filter 
> parameter mean it should apply to the Overview as well, or do I have to 
> also specify that filter in <sum-using> Usage statement?

The configuration of the TopN reports is fixed, nothing you can do will
apply User Filter One to the search words TopN report. The line you
quote from the manual applies to sum-using, but TopN doesn't use a
sum-using so there is no place to put the filter you want to add.

You can work around this by replacing the TopN with a sum-using and
sum-table, something like:

<sum-using report="22" cols="pcnt-hits.name">
<sum-table rows="5">
</sum-using>

To get that to look right you will probably need to nest it inside an
HTML table and provide the report name/link on the left your self.

Good Luck
Jason

-- 
Jason@Summary.Net
--
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
    -- Peter van der Linden, Expert C Programming, Deep C Secrets
-------------
Go to <http://summary.net/list.html> to update subscription info.