Skip to main content

Hi all,

 

In the case explorer, in YAML or Views, how can I change the Throughput Time and use my own formula in PQL?

Thanks for helping.

Br,

Leonardo

Hello Leonardo,

try it as the following PQL
DURATION_BETWEEN(MIN("EVENTTIME"), MAX("EVENTTIME"), "DAYS")

Make sure to specify the event time of you activity accordingly


Reply