Hi, I'm trying to create forecast when the pressure will reach low alarm after last top up (top up indicate with red mark in pic below)
Now, I'm temporary using this formula:
$signal.agileFilter(10min).forecastLinear(3d, 1 mo)
But this formula will calculate the forecast with 3 days ago data, not the last top up.
Is there another way to create the forecast based on specific signal value? not a fixed day?
Thank you