Hi,
We have agents with the same skills spread over two sites. The agents have different logid ranges 1000-2000 and 3000-4000.
All I want to do is limit the agents returned by a query to either
...and LOGID >3000...
or
...and LOGID <2000...
ACD=$acd AND OLDEST_LOGON > 0 AND LOGID >3000
This apparently creates an "ISAM error:illegal argument to ISAM function" when I attempt to run the report.
I have tried any combination of LOGID IN (...) and any other "proper" sql terms that should work. Everyone creates the same error.
Any ideas?
or workarounds?
We have agents with the same skills spread over two sites. The agents have different logid ranges 1000-2000 and 3000-4000.
All I want to do is limit the agents returned by a query to either
...and LOGID >3000...
or
...and LOGID <2000...
ACD=$acd AND OLDEST_LOGON > 0 AND LOGID >3000
This apparently creates an "ISAM error:illegal argument to ISAM function" when I attempt to run the report.
I have tried any combination of LOGID IN (...) and any other "proper" sql terms that should work. Everyone creates the same error.
Any ideas?
or workarounds?