Trying to customize a real-time agent group report to only show agents in aux. In the where statement I have the following:
The [blue]WORKMODE=[/blue] is giving me trouble. When I have [blue]=AUX[/blue] the report is blank. Using single or double quotes the report errors out when trying to run.
Does anyone know if this field is an integer and what the values are? Can't find in the docs since real-time isn't documented very well.
Thanks,
Jim
Code:
WORKMODE=AUX and ACD=$acd and OLDEST_LOGON > 0 and LOGID in (select value from agroups where acd_no=$acd and item_name = [Agent Group:] )
The [blue]WORKMODE=[/blue] is giving me trouble. When I have [blue]=AUX[/blue] the report is blank. Using single or double quotes the report errors out when trying to run.
Does anyone know if this field is an integer and what the values are? Can't find in the docs since real-time isn't documented very well.
Thanks,
Jim