Is there a way to calculate the throughput time also for negative values (activites in different order) than start -> end in "throughput time search" visualization?
Like also having end -> start included in the same visualization, if there are variants that follow different order of activities.
The default of "throughput time search" is to only show variants that follow the defined order.
My work-around was to create custom datetime columns for the two activities in the case table, and then just use datediff calculation between two columns. But it seems rather clumsy way, and also binning is required to make it look nice..
Thank you for comments