Hello everybody,
I have to create a KPI which measures how long is a process open (obviously, it takes sense only for processes in state like "open", "working",etc. and it takes no sense for processes in state like "closed", "delivered", etc.).
I am going to implement this KPI using a calulated attribute, which returns the timespan between the actual time (such as the Oracle "Sysdate" value), or the last import datetime, and the process start time.
My question is: how can I get the actual datetime (or last import datetime) value, to use it in the calculated attribute?
Thanks in advance.
Bye
Marco