Skip to main content
Solved

Number of open tasks over time

  • December 24, 2020
  • 3 replies
  • 8 views

joos.buijs
Level 10
Forum|alt.badge.img+2

Hi all,

I would like to build a chart which shows the number of open activities at a given day.

In our data activities are a combination of a task (e.g. modelling or testing), and a (lifecycle) status (e.g. new, in progress, done, rejected). I would like to plot per day the number of open tasks/activities of a certain type.

I currently have the activity timestamp aggregated to day as DIMENSION, and the following KPI:

MOVING_COUNT_DISTINCT(

CASE WHEN

MATCH_ACTIVITIES(NODE[Testing - In progress] , EXCLUDING[Testing - Done, Testing - Rejected] ) = 1

THEN L33_V_MBD_INZICHTEN_STATUS.FEATUREAPGID

ELSE NULL

END

,-999,0)

In (my?) theory this should use the activities up until the day, and then determine whether the case contains an open testing task or not. However, my current result is incorrect:

image1223594 18.2 KB

Which trick am I missing?

BTW: were on CPM4.6

Happy holidays!

https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=9 https://emoji.discourse-cdn.com/twitter/christmas_tree.png?v=9 https://emoji.discourse-cdn.com/twitter/christmas_tree.png?v=9 https://emoji.discourse-cdn.com/twitter/christmas_tree.png?v=9

Best answer by kevin.flesc

Glad to hear you were able to solve this issue. Happy Process Mining :)

 

Best

Kevin

3 replies

  • Level 0
  • 145 replies
  • November 22, 2021

Hi @joos.buijs ,

 

as I cannot see your Screenshot I would recommend opening a ServiceDesk ticket to solve this issue. They will route you to the PQL Experts.

 

Best,

 

Kevin


joos.buijs
Level 10
Forum|alt.badge.img+2
  • Author
  • Level 10
  • 129 replies
  • November 23, 2021

Hi @joos.buijs ,

 

as I cannot see your Screenshot I would recommend opening a ServiceDesk ticket to solve this issue. They will route you to the PQL Experts.

 

Best,

 

Kevin

Hi @kevin.flesc ,

 

Thanks for your reply.

My question was asked before the transition to Celopeers, and screenshots were not transferred apparently.

The issue is resolved in the mean time if I recall correctly.


  • Level 0
  • 145 replies
  • Answer
  • November 23, 2021

Glad to hear you were able to solve this issue. Happy Process Mining :)

 

Best

Kevin