<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I am still seeing the bug I recently posted to the user mailing list: when you create a graph, RT gives you the option to group by
<b>nickname</b>; however, when you click on a row of the related data table, the search that is automatically fired will produce an error.<br>
<br>
The error is:<br>
<pre>
There was an error parsing your search query: <i>Invalid watcher subfield: 'NickName'</i>.  Your RT admin can find more information in the error logs.
    </pre>
<br>
The search is something like this:<br>
<br>
<pre>(Status = 'resolved' AND Resolved = 'today' AND (  Queue = 'BO' OR Queue = 'SQL' OR Queue = 'DC' OR Queue = 'WS' )) AND ((<font color="#ff0000"><b>Owner.NickName</b></font> = 'Cris'))</pre>
<br>
But the Owner.Nickname field is not recognized.<br>
<br>
Cris<br>
<br>
</body>
</html>