Hi,
I have an eventlog, with two IDs: JR ID and App ID.
JR ID is always present, whereas App ID is only present in certain activities. The relationship between JR ID and App ID is 1:N. I have created a new ID as a combination of both, to use as my case ID for the eventlog.
Then i created 2 eventlogs within Celonis using simple formula:
EL_APP:
CASE WHEN "Eventlog"."APP ID" is NOT NULL
then
"Eventlog"."ACTIVITY"
end
EL_JR:
CASE WHEN "Eventlog"."APP ID" is NULL
then
"Eventlog"."ACTIVITY"
end
The idea behind is to show a transition between both newly created eventlogs. Sadly, Celonis doesn't find any common ground for transition and both the eventlogs are shown without any transition.
So my questions is: On what basis does two eventlogs create a successful transition? What am i missing here?
Sadly this link doesn't help me with my investigation.
Thanks for any insights here,
Cheers