Skip to main content
Question

Showing all Lot/Serial nbr and Qty from APProdItemSplit

  • August 31, 2026
  • 0 replies
  • 8 views

Forum|alt.badge.img

Hi, attached is a customized Production Ticket. Currently, it’s only picking up the first row. How do I show each line with Quantity and Lot/Serial Nbr.? I’ve added those 2 fields in group1 of the already, but that didn’t work. Thanks for your help!

This is the production order in the UI
This is the section when printed where it only pulls first row data

Also, how do I make the RuntimeTable subreport disappear if Operation run time is 0? I tried adding a visible expression in the main report =IIf([AMProdOper.RunUnitTime]<>'0 h 00 m') but it doesn’t work.