Hi,<br><br>I'm not sure who has wrote this, but i found it several months ago at the list:<br><br>--<br><br><& /Elements/TitleBoxStart, title => loc('My Saved Searches') &><br><table border="0" cellspacing="0" cellpadding="1" width="100%">
<br><br>% my $i=0;<br>% foreach my $srch (@user_attrs) {<br>% $m->out( '<TR class="' . ( $i % 2 ? 'oddline' : 'evenline' ) . '" >' );<br><td><br>% if ($srch->Id == $user_attrs[0]->Id) {
<br>My saved searches:<br>% } else {<br>&nbsp;<br>% }<br></td><br><td><br><br>% $format = $srch->SubValue('Format');<br>% $format =~ s/%23/#/g;<br>% $format =~ s/%26/&/g;<br><br><A HREF="Search/Results.html<% "?".$m->comp('/Elements/QueryString',
<br>                                Query => $srch->SubValue('Query'),<br>                                Format => $format,<br>                                Rows => 50,<br>                                Page => 1) %>"><% $srch->Description  %></A><br>
<br></td><br></tr><br>% $i++<br>% }<br>% for my $grp (@grouparr) {<br>%    my @gattrs = $grp->Attributes->Named('SavedSearch');<br>%    foreach my $srch (@gattrs) {<br>% $m->out( '<TR class="' . ( $i % 2 ? 'oddline' : 'evenline' ) . '" >' );
<br><td><br>% if ($srch->Id == $gattrs[0]->Id) {<br>Group <% $grp->Name %> saved searches:<br>% } else {<br>&nbsp;<br>% }<br></td><br><td><br>% $format = $srch->SubValue('Format');
<br>% $format =~ s/%23/#/g;<br>% $format =~ s/%26/&/g;<br><A HREF="Search/Results.html<% "?".$m->comp('/Elements/QueryString',<br>                                Query => $srch->SubValue('Query'),
<br>                                Format => $format,<br>                                Rows => 50,<br>                                Page => 1) %>"><% $srch->Description  %></A><br>
<br></td><br></tr><br>% $i++<br>%    }<br>% }<br><br></table><br><& /Elements/TitleBoxEnd &><br><%init><br><br>my $format;<br><br>my @user_attrs = $session{'CurrentUser'}->UserObj->Attributes->Named('SavedSearch');
<br><br># Get any group saved searches: (Steve Turner 7/23/04)<br>my @attrs;<br>my $groups = RT::Groups->new($session{'CurrentUser'});<br>$groups->LimitToUserDefinedGroups;<br>$groups->WithMember(PrincipalId => $session{'CurrentUser'}->Id,
<br>                    Recursively => 1);<br>my $ref = $groups->ItemsArrayRef();<br>my @grouparr = @$ref;<br><br></%init><br><%ARGS><br>$user_attrs => undef<br></%ARGS><br><br>--<br><br>Put it into local/html/Elements my one is called SavedSearchList and add this ooption to RT_SiteConfig.pm as Option for MyRT
<br><br>Torsten<br><br><br><div><span class="gmail_quote">2006/12/19, Jay Lee <<a href="mailto:jlee@pbu.edu">jlee@pbu.edu</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
My boss likes to be able to quickly view any of his employees open<br>tickets at any given time.  To do this now from the At a Glance page, he<br>adds them to his RT at a glance: body list.  This generates a very long<br>
page for him and also hammers the server everytime he refreshes.<br><br>What I'd like to be able to do is add links to the Query itself to his<br>At a Glance page without actually running the query every time he<br>refreshes.  Any way to do this?  Something similar to Quick Search but
<br>using Saved Searches instead of a list of queues.<br><br>Jay<br>_______________________________________________<br><a href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
</a><br><br>Community help: <a href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a><br>Commercial support: <a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a><br><br><br>Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
<br>Buy a copy at <a href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a><br></blockquote></div><br><br clear="all"><br>-- <br>MFG<br><br>Torsten Brumm<br><br><a href="http://www.torsten-brumm.de">http://www.torsten-brumm.de
</a>