I have created a report to show production order component quantities in order for the production dept to check requirement vs stock.
The first data item is the prod order component, and i have then linked this to the production line (plus reservation entry for order tracking) in order to allow filtering on certain criteria.
The report works fine, but I have placed the Item no in a prod order component header section; so where i filter on the production line I sometimes end up with the component header, but no line (which is what i would expect). Is there anyway to stop the header printing out if i filter out on further data items?
Thanks
Comments
dataitems:
Customer
:arrow: Customer ldg entries
if you filter on cust. ldg ent. and you don't get any record, the customer code will be printed anyway.
there are 2 methods to avoid this: first, try to use printonlyifdetail property on customer dataitem.
if it doesn't work, you must loop the ledger entries in the customer dataitem with relevant filters applied and test if the ledger table "ISEMPTY"
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog