Skip to main content

Hi,

 

I have a Multi Event Log setup and want to show multiple event logs in the variant/process explorer.

 

Unfortunately merge_eventlog("table1"."activites",merge_eventlog("table2"."activites",merge_eventlog("table3"."activites","tableN"."activities")))) does not work as expected. There is no error message, but not all activities are shown in the explorer.

 

Thanks for any response.

Simon

 

Hi Simon,

 

Here are elements you could check:

  • Are the join conditions correct between those tables within the DM? You could check by creating 1 OLAP with all those tables, and check if the activities which should appear do appear.
  • Do the activities which seem to be missing from display relate to any of the cases from the Default case table? If not, that could explain why they are not displayed, as only activities which relate to such cases should be displayed (see on slide below)
  • If it helps below are some tips on MEL in general:

 

image


Hi Simon,

 

I also recommend using the auto-merge functionality within the Data model. This saves you the manual effort and should work with multiple eventlogs.

 

Best

Kevin


Hello Stephane,

Hello Kevin,

 

thanks for your response, I will check your suggestions. Using auto-merge was my first step to solve the issue before i post it here. The problem was that an warning occurred, telling that auto-merge isn't possible.

 

I will post an update (or further questions :D) if i can solve the problem.

 

Best

Simon


Hello Stephane,

Hello Kevin,

 

thanks for your response, I will check your suggestions. Using auto-merge was my first step to solve the issue before i post it here. The problem was that an warning occurred, telling that auto-merge isn't possible.

 

I will post an update (or further questions :D) if i can solve the problem.

 

Best

Simon

Auto merge works when the structure of activity tables are same. Try using view asset to analyze both activities using transitions (knowledge model)


Reply