<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>AW: [Rt-devel] Number of rows in RT3.6.3</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi firas,<BR>
<BR>
This is a value you can set per user under rt at a gance prefs or if I remember correct under configuration-global or similar.<BR>
<BR>
Torsten<BR>
<BR>
-----Original Message-----<BR>
From: rt-devel-bounces@lists.bestpractical.com &lt;rt-devel-bounces@lists.bestpractical.com&gt;<BR>
To: rt-devel@lists.bestpractical.com &lt;rt-devel@lists.bestpractical.com&gt;<BR>
Sent: Thu Apr 05 19:56:10 2007<BR>
Subject: [Rt-devel] Number of rows in RT3.6.3<BR>
<BR>
Hi,<BR>
<BR>
<BR>
<BR>
I would like to take some of your time to inquire about the following matter:&nbsp; I am using RT 3.6.3 and I would like to know what sets the number of rows to be displayed in the tickets to be 10.&nbsp; In RT.3.2.1, it was variable that was located in RT_Config.pm.&nbsp; But, when I look at “initialdata” in /etc, I see that there is a predefined search as follows:<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
@Attributes = (<BR>
<BR>
&nbsp;&nbsp;&nbsp; { Name =&gt; 'Search - My Tickets',<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description =&gt; '[_1] highest priority tickets I own', # loc<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Content&nbsp;&nbsp;&nbsp;&nbsp; =&gt;<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { Format =&gt; &quot;'&lt;a href=\&quot;__WebPath__/Ticket/Display.html?id=__id__\&quot;&gt;__id__&lt;/a&gt;/TITLE:#', '&lt;a href=\&quot;__WebPath__/Ticket/Display.html?id=__id__\&quot;&gt;__Subject__&lt;/a&gt;/TITLE:Subject', Priority, QueueName, ExtendedStatus&quot;,<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Query&nbsp;&nbsp; =&gt; &quot; Owner = '__CurrentUser__' AND ( Status = 'new' OR Status = 'open')&quot;,<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OrderBy =&gt; 'Priority',<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Order&nbsp;&nbsp; =&gt; 'DESC' },<BR>
<BR>
&nbsp;&nbsp;&nbsp; },<BR>
<BR>
&nbsp;&nbsp;&nbsp; { Name =&gt; 'Search - Unowned Tickets',<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Description =&gt; '[_1] newest unowned tickets', # loc<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Content&nbsp;&nbsp;&nbsp;&nbsp; =&gt;<BR>
<BR>
# 'Take' #loc<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { Format =&gt; &quot;'&lt;a href=\&quot;__WebPath__/Ticket/Display.html?id=__id__\&quot;&gt;__id__&lt;/a&gt;/TITLE:#', '&lt;a href=\&quot;__WebPath__/Ticket/Display.html?id=__id__\&quot;&gt;__Subject__&lt;/a&gt;/TITLE:Subject', QueueName, ExtendedStatus, CreatedRelative, '&lt;A HREF=\&quot;__WebPath__/Ticket/Display.html?Action=Take&amp;id=__id__\&quot;&gt;__loc(Take)__&lt;/a&gt;/TITLE:&amp;nbsp;' &quot;,<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Query&nbsp;&nbsp; =&gt; &quot; Owner = 'Nobody' AND ( Status = 'new' OR Status = 'open')&quot;,<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OrderBy =&gt; 'Created',<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Order&nbsp;&nbsp; =&gt; 'DESC' },<BR>
<BR>
<BR>
<BR>
My question is what defines the number of rows in ‘[_1] newest unowned tickets’?&nbsp; Where does the [_1] gets its value from? And, I am a bit new to perl, but what does [_1] stand for?<BR>
<BR>
Thanks for the help<BR>
<BR>
<BR>
Firas<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>