So for our sales order pick list report this is basically how we want it to function:
IF Release Qty > On Hand Qty DO NOT show on form
IF Release Qty = 0 DO NOT show on form
IF Warehouse is = to Consignment DO NOT show on form
ORDER BY Customer Number THEN Ship To Num THEN Bin
How would we go about doing this? I’ve mad a custom SSRS form and data definition for it, but still, it seems that all open orders show up on the report. We want the report to only show orders based on the criteria above.
Is this a BAQ somewhere that we need to edit?
Any help would be appreciated!