최근 검색


최근 검색 없음

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개

댓글을 남기려면 로그인하세요.

원하는 정보를 못 찾으셨나요?

새 게시물