Hi team, I'm trying to create a saved search that pulls all the data for work orders. I need to show the master work order, and all subsequent work orders and sub assemblies. I'm able to link the master work order at the line level by using this formula: MIN/*_*/({appliedtotransaction}) OVER (PARTITION BY {internalid}) : however it will not return the work order number when the status field is populated. How do I over come this issue?