Hi team, I have a manufacturing process where we calculate the number of days elapsed between date A and date B.
With this information we have the average number of days but I would like to understand if it is in statistical control. To calculate this, we take the average number of days and add 3 standard deviations for the upper control limit (UCL) and subtract 3 deviations for the lower control limit (LCL).
This line should be static for the entire selected date range. Could someone guide me on how to perform the calculation within the calculated field?
To select the start and end dates I have two parameters that I use in order to filter the date ranges.
I’ve been trying with this formula avg({Days}) + (3 * stdevp({Days})) but the limits don’t remain static for the entire time period.
The chart would look something like this: