cis12232004
Technical User
I created this formula in the Select Expert menu to return only those inventory IDs that have items still outstanding:
{PurchOrd.RcptStage} = "P" and
{RptCompany.RI_ID} = ToNumber(RIPARAM( "RI_ID" )) and
{@QtyOpen} <> 0.00
This formula works fine but now the Warehouse Manager says he wants the report to return all items in a Purchase Order where any inventory items are outstanding. I am stumped. Can someone please givej me another perspective because I have been going over this and tried several amendments but did not get the results that I need.
Thanks.
{PurchOrd.RcptStage} = "P" and
{RptCompany.RI_ID} = ToNumber(RIPARAM( "RI_ID" )) and
{@QtyOpen} <> 0.00
This formula works fine but now the Warehouse Manager says he wants the report to return all items in a Purchase Order where any inventory items are outstanding. I am stumped. Can someone please givej me another perspective because I have been going over this and tried several amendments but did not get the results that I need.
Thanks.