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

Re: [Summary-Talk] Filtered Results in Email?



Bill Taggart wrote:
> 
> The Search Words sub-report displays with the filter activated. However
> the Overview and E-mail outputs display the abbreviated Search Words
> list without the filter activated.
> 
> Is there a way to get the reconfigured Search Word results to display
> in the Overview and E-mail?

To change the Overview you will need to create a Custom HTML overview
(SP Lite and SP only) with a different report configuration for the the
Search Word section. This is a little involved, as you can't use TopN,
since it uses a report configuration without the filter you want that
you can't edit. You will need to use <sum-using> and <sum-table> with a
custom report layout to replace the current TopN for search words.

Something like this might work:

<sum-using report=22 sort=hits filter=name-user-one cols=pcnt-hits.name>
<sum-table rows=4 />
</sum-using>

You will also need to play with the formatting to get that to fit into
the existing layout, perhaps a sub-table in only the appropriate columns.

See <http://summary.net/manual/custom_html.html>, and the example custom
overviews in the Extras folder, for details on using Custom HTML.

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.