Explore recipe: Reviewing SLA performance

Return to top

7 Comments

  • SATORI株式会社 上野

    Hello

    It seems that an error occurs regardless of which code is written in patterns 1 and 2. Can you understand the cause?

    ■Pattern1
    IF (VALUE(SLA metric completion time (min))<120) THEN "0-2 hours" ELSE
    IF (VALUE(SLA metric completion time (min))<240) THEN "2-4 hours" ELSE
    IF (VALUE(SLA metric completion time (min))<480) THEN "4-8 hours" ELSE "Over 8 hours"
    ENDIF ENDIF ENDIF

    ■Pattern2
    IF (VALUE(SLA metric completion time (min))<120) THEN "0-2 hours" ELIF
    (VALUE(SLA metric completion time (min))<240) THEN "2-4 hours" ELIF
    (VALUE(SLA metric completion time (min))<480) THEN "4-8 hours" ELSE "Over 8 hours"
    ENDIF

    Attached capture error message
    "There is a problem with the formula. Please check the syntax of the formula and try again."

     

     

     

    0
  • Gab Guinto
    Zendesk Customer Care

    Hi SATORI株式会社,

    Based on your screenshot, it seems like you're setting this up under another dataset. The metric SLA metric completion time is under the SLAs dataset, so it can only be referenced in a custom attributes and metrics when working with that specific dataset. I tested with the second one – this formula:

    IF (VALUE(SLA metric completion time (min))<120) THEN "0-2 hours" ELIF
    (VALUE(SLA metric completion time (min))<240) THEN "2-4 hours" ELIF
    (VALUE(SLA metric completion time (min))<480) THEN "4-8 hours" ELSE "Over 8 hours"
    ENDIF

    – and I was able to save it without errors.

    Can you try setting this up again under the Support: SLAs dataset?

    Hope this helps. Thank you!

    0
  • Gustavo Parra

    Hi - can you please give an example of how you would add this formula for Response based SLAs? 

    0
  • Rachel Nunes•

    Olá !! Tentei seguindo todo passo a passo mas continua apresentando erro.

    Poderia me ajudar?

    0
  • Gabriel
    Zendesk Customer Care
    Olá Rachel! 

    Para lhe ajudar melhor, irei criar um ticket para que possamos identificar este comportamento mais de perto, ok? Por gentileza, se atentar ao seu email para que possamos continuar nossa conversa por lá.

    Obrigado!!
    0
  • Tamara

    I have created the report for 'requester waiting time', using these steps.

    It shows all my tickets are above 10 days but this is not precise as some are created today and still have time to meet SLA (which is 3-5 days)

    0
  • Dane
    Zendesk Engineering
    Hi Tamara,

    You will need to check those tickets directly to know what is the hour goal for Requester Wait time. If you have confirmed that it's really less than 3 to 5 days, please contact our support directly to have it checked. I'm also handling one of your tickets regarding SLA maybe you can provide the information there so I can check further. Cheers!
    0

Please sign in to leave a comment.

Powered by Zendesk