As of now, task mining is showing active time but we have a requirement to show Idle time KPI next to active time.
Where exactly it is storing the idle time.
As of now, task mining is showing active time but we have a requirement to show Idle time KPI next to active time.
Where exactly it is storing the idle time.
Hello, try:
sum( case when tm_labeled_data.timedelta > ${threshold_idle} then tm_labeled_data.timedelta else 0 end)
Use this code and replace the name of the variable for the threshold for the idle time. You can check it in the settings page of your environment!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.