最近搜索


没有最近搜索

Backend change causing issues?



已于 2024年8月27日 发布

I have a bunch of custom metrics that worked up until a day ago. It appears that something on the back end was refactored changing how data type are handled here.

 

Here's one example that worked for years:

IF ([Call direction]="Inbound" AND 
   [Call type] = "Regular" AND
   [Call completion status]="Completed")
   OR 
   ([Call direction]="Inbound" AND 
   [Call type] = "Regular" AND
   NOT([Call completion status] ="Completed") AND
   VALUE(Call duration (sec)) > "30")
THEN [Call ID]
ENDIF

Now it appears the quotations around the 30 (`VALUE(Call duration (sec)) > "30")`) causes the 30 to be interpreted as a string/text and it returns an error. Was this intentional? I don't think I would have put the 30 in quotations to begin with if it wasn't required when I was making these metrics years ago, but now it seems that this is a problem.


0

0

0 条评论

请先登录再写评论。

找不到所需的内容?

新建帖子