[changes - field name] - creating metric with 2 changes

답변함


2022년 5월 19일에 게시됨

Hi guys! I am creating a metric, that should display ticket updates according to 2 fields changes: status and customer request type. Is it possible? If yes, what is wrong with my formula:

IF ([Changes - Field name] = "Customer request type"
AND [Changes - Previous value] != [Changes - New value])
AND ([Changes - Field name] = "status" and [Changes - New value] != "solved")
THEN [Update ID]
ENDIF


0

2

댓글 2개

Hi Stephen! Thank you for the suggestion. Unfortunately, it is still showing 0, however, separately it is working fine.

0


Hi Eli (Vitalii Klymiuk)! I am wondering if you just need an extra set of brackets around your IF condition?

IF (
([Changes - Field name] = "Customer request type"
AND [Changes - Previous value] != [Changes - New value])
AND ([Changes - Field name] = "status" and [Changes - New value] != "solved")
)
THEN [Update ID]
ENDIF

0


로그인하세요.

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

새 게시물