How to stop getting multiple sets of labels using =[AMMTran.LotSerialNbr]
I am getting 6 sets of labels because =[AMMTran.LotSerialNbr] is pulling sets from Packaging inventory ID’s instead of Finished Good. I am using =gAMMTran.LotSerialNbr] to pull the Lot Code from a Move that is on Hold. Attached is my Expression Editor and screen shots. Can someone assist me in an expression that will only pull 1 set of labels from Finished Good?
Â
Â
Â
Page 1 / 1
@mike2665 Which screen is this appearing on? I couldn’t figure out which screen is being shown in the screenshots.
What it looks like to me is you need to figure out what the distinction is between data which populates into Finished Good and data which populates into Packaging and then either set a condition in the GI to return only data from Finished Goods, or make an IIF() statement that will check for this distinction and only populate data for that row, though this option will still likely print all 6 lines (5 Packaging, 1 FG).
The only other options I could think of would be to try specifying in the relations of the GI to link only for certain status or something (I’m admittedly unfamiliar with the MFG process), otherwise this would probably work better in a report where you can call in a subreport to handle instances of repeating lines
Sorry Benjamin, the first and second screen shot are in a Batch Ticket (Production). The third screen shot is in Report designer. I have used = AMMTran.LotSerialNbr] in another report that works fine but for some reason it’s running the same report 5 times (5 items in my packaging tab). Are you suggesting that I add an IIF() statement here? In my second screen shot below I’m using  AAMMTran.DocType Equals O to try to only pull from 1 (first item) item from the list of 5.