On a Vendor, there is a field for Unbilled Orders. Anyone ever make a saved search to match this number? I tried summing this for all open orders {rate}*(NVL({quantityshiprecv},0)-NVL({quantitybilled},0)) which gets me pretty close, but it's not exact...not sure what I'm missing to make it exact.