CUIC v10.5 - Old Agent Names show up in the filter lists. I am trying to create Collection Query to list only active agents based on this workaround for bug CSCug62201
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCug62201/?reffering_site=dumpcr
Add the following Collection Query to the UCCX_AgentName Value List:
SELECT DISTINCT resourcename AS ID, resourcename AS VALUE FROM Resource WHERE active=
Add a collection called 'Active' to the UCCX_AgentName Value List of type 'Identifier' with the identifier defined as 't'.
When I test this I get SQL error (see attached). I have no experience with SQL
Is this SQL Query correct?
Thanks
Solomon