trafficstudent
Programmer
I have a conditional format to display a group header if a certain quality is below safety stock:
Sum ({InventoryLots.Quantity}, {POHeader.PONumber})>={PartMaster.SafetyStock}
my second group header i have it supress any purchase order that is closed:
{PODetail.ClosedFlag} or
{POHeader.ClosedFlag} or
hat i need help with is some of my second group header are showing and my first group headers aren;t showing, it confusing my users that they have an open purchase order under what looks like a wrong part, however this is displaying this way because, if my partnumber is greater than the safety stock then it will supress however sometimes order are ordered where we get ahead of ourselves and we may place a purchase order for some part numbers that aren't under safety stock and therefore it wont display correctly.
how can i still have my first group header display if the quantity is under the safety stock and there has been a Purchase irder active????
Sum ({InventoryLots.Quantity}, {POHeader.PONumber})>={PartMaster.SafetyStock}
my second group header i have it supress any purchase order that is closed:
{PODetail.ClosedFlag} or
{POHeader.ClosedFlag} or
hat i need help with is some of my second group header are showing and my first group headers aren;t showing, it confusing my users that they have an open purchase order under what looks like a wrong part, however this is displaying this way because, if my partnumber is greater than the safety stock then it will supress however sometimes order are ordered where we get ahead of ourselves and we may place a purchase order for some part numbers that aren't under safety stock and therefore it wont display correctly.
how can i still have my first group header display if the quantity is under the safety stock and there has been a Purchase irder active????