Help with time formatting needed.

1 コメント

  • Viktor Osetrov
    Hello Krystina,
     
    Could you please use the following Standard Calculated Metric formula without `*60`:
    IF SUM(New status time (min)) != NULL AND SUM(Open status time (min)) != NULL
    THEN (SUM(New status time (min)) + SUM(Open status time (min)))
    ELIF SUM(New status time (min)) = NULL AND SUM(Open status time (min)) != NULL
    THEN SUM(Open status time (min))
    ELIF SUM(New status time (min)) != NULL AND SUM(Open status time (min)) = NULL
    THEN SUM(New status time (min))
    ELSE 0
    ENDIF
    I have tested it works for me as expected:

    Please notice it works only for the following dataset: Support Updates history [default]
    Hope it helps
    0

サインインしてコメントを残してください。

Powered by Zendesk