CCPulse AgentState Format

Hello,

i have a question about agent state format.

Is it possible to hide the time information of the AgentState statistic?

pls help

? What do you mean by hide??

1 Like

i need only the AgentStatus without the time info.

I think they are referring to the time that proceed the AgentState like I have attached.

2 Likes

What you can try is a VB approach, create a custom field, then using VB extract the position of the parenthesis “(” so then you can use left function to extract from position 0 to that one and walla…should work