I have a report that is displaying the detail for items sold vs available quantity. I have a running total formula that tracks when Item sold exceeds Qty_ON_HAND. This is based on a formula:
{IMINVLOC.QTY_ON_HAND}-{@RunningTotal}>=-1.
This gives me a True/False response sorted by ship date. I would like to only display the detail for all the orders = True, but I cannot figure out a way to make it work?
Is there a way to do this?
Thanks,
{IMINVLOC.QTY_ON_HAND}-{@RunningTotal}>=-1.
This gives me a True/False response sorted by ship date. I would like to only display the detail for all the orders = True, but I cannot figure out a way to make it work?
Is there a way to do this?
Thanks,