Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello community,I have been looking through the database schema guide and uccx historical documentation but I have found nothing about my problem.I just want to know how does sp_csq_interval defines what is an handled or abandoned call.Here is a simp...
Hello ccx reporting community,
For one of our customer using in the past unify contact center,they ask us to create customized report in specific format which is quite simple but it looks quite impossible to do with the cuic standalone solution.
I...
Hello community,I have a question regarding the Informix nvl() function which seems to react strangely on a cuic Server Version11.5(1) build 1 (11_5_1_10000_86) when creating a simple query, as example: select NVL( MAX(CASE WHEN APPLICATIONNAME='VK...
Hello,
Have you found a solution for your problem?
I have the same issue but this occurs when doing the process of login and, in the same time, sending a command. The same error message appears when using ssh from a linux machine and sending the ...
Hi to all ,
ok so the only possibility would be to cast the value into nvarchar and replace the dot into comma.
replace(cast(value_as_decimal as nvarchar(10)),'.',',')
If someone else has another possibility that would be great to share with us....