Yasser Alrifai
Subscriber

I've written the following expression:
IF(inlet_pressure < Inlet_total_pressure, Outlet_gauge_pressure + abs(inlet_pressure-Inlet_total_pressure), Outlet_gauge_pressure + abs(inlet_pressure-Inlet_total_pressure)), but I'm unsure if this is getting updated iteration for iteration