Skip to main content
June 13, 2022
Question

Build Report ( Of Any Type) using following conditions

  • June 13, 2022
  • 1 reply
  • 0 views

Hello, I want to create a report using column chart that shows the following conditions(I am done with the first 2 conditions), I'm stuck on the last 2 conditions, could someone help out?

  • Requests that are closed by agent
  • Requests that are open by agent
  • Average time agents are taking to complete their tickets

  • Average time each department is taking to complete their tickets. 

1 reply

stefanhelzle0001
June 13, 2022

I typically try to record some additional data for reporting during thee process flow. For example, when I know that I will need the duration/effort for various groups, I calculate these values and store it for each process/case/ticket. Then aggregation becomes trivial.

Trying to somehow analyze it from the raw data typically becomes complicated and puts a big load on the system.