Hello,
This is just one item w/ multiple serial #s. What statement do I write in each column to not show if its for the same item? Specially the LineNbr. Thank you!
Hello,
This is just one item w/ multiple serial #s. What statement do I write in each column to not show if its for the same item? Specially the LineNbr. Thank you!
Update:
These are the remaining fields I need the correct statement with.
For the EXT. COST, I don’t know how I can integrate with it simply cos it has another IFF statement, I know this is easy but I just can’t analyze quickly. Any quick help pls? Thanks!
This is what I want to insert in the highlighted part:
=IIf(>POReceiptLine.Released] = True, TPOReceiptLine.TranCostFinal], nPOReceiptLine.TranCost])
Hello,
I think you want to add a Group to the report to group/aggregate the items by Item ID. I am showing Lot/Serial Numbers report as an example. To add Groups go to File → Build Schema.
Hello,
I think you want to add a Group to the report to group/aggregate the items by Item ID. I am showing Lot/Serial Numbers report as an example. To add Groups go to File → Build Schema.
Hi,
Thanks for your answer, but I believe I don’t need the grouping as it would also sort the serial numbers, right? Or would it also display the SPLIT serial numbers for ONE item when they’re grouped? Anyway, do not want that to happen. Instead, I just want to insert the said formula in the formula I took a screenshot of. Just making it confusing for me where to insert it, cause it’s another IIf formula. Can you help me with that? Thank you so much once again!
My needed formula (results to ONLY oPOReceiptLine.TranCost] if no Serial#:
=IIf(IsNull(pPOReceiptLineSplit.LotSerialNbr], '')<>'', IIf(Prev(;POReceiptLine.InventoryID])=IPOReceiptLine.InventoryID], '',ePOReceiptLine.TranCost]),
Plus
The original formula I want to insert to my needed formula (results to lPOReceiptLine.TranCost] OR oPOReceiptLine.TranCostFinal]:
=iif(gPOReceiptLine.Released] = True, ePOReceiptLine.TranCostFinal], nPOReceiptLine.TranCost])
This is what’s in the Purchase Receipts tab. My 1st line detail’s serial # is split into 8, the last one with no SN. Then I have the 2nd line with SAME details with 1st line (e.g.inventoryid). The result is below. What’s best to do to display only 2 items (Line1 1 w/ 8 SN including no SN value and Line2 with another SN)?
I appreciate your help!
Hi
Hi
Yes sir, all good. Thank you!
I have a similar situation with split lot codes in a Purchase Receipt line detail. I am printing an inventory Label to apply to each container and if I add multiple containers in the line detail I need to have a label on each container. How do I set this up to print a label for each line in Report Designer?
Hi
Yes sir, all good. Thank you!
Hi
Hi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.