I have this formula:
If {@4 hr sla} < 85 then "Failing" else
If {@4 day sla} < 90 then "Failing" else
If {@14 day sla} < 99 then "Failing" else "Passing"
What I need to do is sum the number of Passing and Failing from this field.
I tried to assign a Num (1) if Passing and then sum that field but I keep getting 'cannot sum this field'.
Any ideas how to sum or count the passing and failing for this field.
If {@4 hr sla} < 85 then "Failing" else
If {@4 day sla} < 90 then "Failing" else
If {@14 day sla} < 99 then "Failing" else "Passing"
What I need to do is sum the number of Passing and Failing from this field.
I tried to assign a Num (1) if Passing and then sum that field but I keep getting 'cannot sum this field'.
Any ideas how to sum or count the passing and failing for this field.