tcraigen Report post Posted July 6, 2007 http://hostname/Search/Chart.html?Order=DESC%7CASC%7CASC%7CASC&Query=+%27CF.%7BProduction%7D%27+LIKE+%27ADOG%27&Rows=50&OrderBy=id%7C%7C%7C&Format=%27+++%3Cb%3E%3Ca+href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__id__%3C%2Fa%3E%3C%2Fb%3E%2FTITLE%3A%23%27%2C%0D%0A%27%3Cb%3E%3Ca+href%3D%22%2FTicket%2FDisplay.html%3Fid%3D__id__%22%3E__Subject__%3C%2Fa%3E%3C%2Fb%3E%2FTITLE%3ASubject%27%2C%0D%0A%27__Status__%27%2C%0D%0A%27__QueueName__%27%2C%0D%0A%27__OwnerName__%27%2C%0D%0A%27__Priority__%27%2C%0D%0A%27__NEWLINE__%27%2C%0D%0A%27%27%2C%0D%0A%27%3Csmall%3E__Requestors__%3C%2Fsmall%3E%27%2C%0D%0A%27%3Csmall%3E__CreatedRelative__%3C%2Fsmall%3E%27%2C%0D%0A%27%3Csmall%3E__ToldRelative__%3C%2Fsmall%3E%27%2C%0D%0A%27%3Csmall%3E__LastUpdatedRelative__%3C%2Fsmall%3E%27%2C%0D%0A%27%3Csmall%3E__TimeLeft__%3C%2Fsmall%3E%27&PrimaryGroupBy=Status&ChartStyle=bar Here is the XML data: The long string above generates an XML output no problem, but passing it to the setDataURL function seems to not work. Other similar strings work fine. This is a custom query that works: http://coffee/Search/Chart.html?Order=DESC&Query=Queue+%3D+%27TSE%27+AND+%28Status+%3D+%27open%27+OR+Status+%3D+%27new%27+OR+Status+%3D+%27stalled%27%29&Rows=50&OrderBy=id&Format=&PrimaryGroupBy=Status&ChartStyle=bar Thanks for any help... Share this post Link to post Share on other sites
tcraigen Report post Posted July 6, 2007 I found a work around, it looks to be a problem with the backend URL that is being generated for the SQL query. Share this post Link to post Share on other sites