Forum Discussion
Overlapping time ranges
Hi MrDeg ,
What's the relevance of Op2 and Op8 - why are all the workstreams being dumped into these particularly? Is there another layer of grouping that identifies these as the destination for the end-to-end calculation?
Pete
Hello BA_Pete,
thank you for your interest.
Op2 and Op8 are the first (in time) operations before an interruption. They do not have any particular role. The function I developed assigns all the saturation time before an interruption to the first Operation it encounters.
Since my need is to calculate the overall Saturation it’s not a problem how this time is distributed between the operations.
Given this:
My function do this:
But another acceptable option may be, for example:
I hope I was helpful and answered your question clearly.