Forum Discussion

dommyw277's avatar
dommyw277
Helper V
4 years ago
Solved

SLA Date Question

Hi, I have a created date and a closed by date. If the closed by date is prior to todays date its breached its SLA. Is there a calculation i could do to reflect this? Hope it makes sense. Example: ...
  • amitchandak's avatar
    amitchandak
    4 years ago

    dommyw277 , A new column like

     

    if([Resolve By SLA Deadline] < today(), "SLA breached", "Not")

     

     

    if([Resolve By SLA Deadline] > today(), "SLA breached", "Not")