最近搜索
没有最近搜索

Robert Sutherland
已加入2021年4月16日
·
最后活动2024年8月27日
关注
0
关注者
0
活动总数
8
投票
1
订阅
3
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Robert Sutherland
Robert Sutherland 创建了一个帖子,
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.
已于 2024年8月27日 发布 · Robert Sutherland
0
关注者
0
投票
0
评论
Robert Sutherland 进行了评论,