Question
Count Case When Cycle Time equal to
Hello,
I would like to count how many items have a crossing time under 1 day from activity1 and activity2.
To calculate the crossing time, I used this formulated that I recorded in saved formulas:
CALC_THROUGHPUT(FIRST_OCCURRENCE[<%=From%>] TO FIRST_OCCURRENCE[<%=To%>],
REMAP_TIMESTAMPS("_CEL_P2P_ACTIVITIES".EVENTTIME, <%=unit%>))
Then I tried to write the following formula to do the count but it gives me an error:
COUNT(CASE WHEN KPI(TEMPO DI ATTRAVERSAMENTO) =< 1 THEN 1 ELSE 0 END)
Is there another solution?
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
You cannot write
Laura