Skip to main content

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

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 @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.


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

 

Best

Kevin


Reply