Hello,
i can make an eventlog according to a table with Case_iD Activity, Resource, starttimestamp, and endtimestamp columns. As in the below code. And for example i can filter according to the case_id as "filter_case(cases = "your_case_id")". But can i make an eventlog if i want to add another column( for example a "City" column for Case Ids, to the table. if i want to filter eventlog according to the "Cities" of case_id s? If i want to make a filter according to "Cıty" of case_ids, should i add it into event log? and how can i filter it? For example, how can i filter a processmap from "Berlin".
Hello, i can make an eventlog according to a table with Case_iD Activity, Resource, starttimestamp, and endtimestamp columns. As in the below code. And for example i can filter according to the case_id as "filter_case(cases = "your_case_id")". But can i make an eventlog if i want to add another column( for example a "City" column for Case Ids, to the table. if i want to filter eventlog according to the "Cities" of case_id s? If i want to make a filter according to "Cıty" of case_ids, should i add it into event log? and how can i filter it? For example, how can i filter a processmap from "Berlin".
eventlog1<- bupaR::activities_to_eventlog( log1, case_id = 'Case_iD', activity_id = 'Activity', resource_id = 'Resource', timestamps = c('starttimestamp', 'endtimestamp') )