最近の検索
最近の検索はありません

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さんがコメントを作成しました:
Any news since the last update 2 years ago when this was stated as a "top priority"? Really need a solution that doesn't involve adding unnecessary marketplace apps and shelling out another $20/month per agent.
コメントを表示 · 投稿日時:2020年10月10日 · Robert Sutherland
0
フォロワー
4
投票
0
コメント