Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] CGI tokens to exclude
Yes, and that is almost exactly how you do it.
"CGI tokens to exclude" is available on the sub-report Details
configuration page in Summary SP Lite and SP. Putting a '+' as the first
character in an entry means to include items which match that line. '*'
excludes everything which wasn't matched by a previous line.
The only thing you had wrong was that the pattern needs to match the
entire name=value pair, so you probably want:
+p_id=*
+c_id=*
*
You can also use "Tokens to include in the CGI Arg. Report", on the
Miscellaneous configuration page, available in all version of Summary
and applying to all sub-reports. When using this field you would just
list the tokens:
p_id=*
c_id=*
Good Luck
Jason
Michael Ben-Nes wrote:
>
> is there a way to exclude all tags and the sepcify which i want to
> include ?
>
> like:
>
> CGI tokens to exclude:
> +p_id
> +c_id
> *
--
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.
|