Hi,
My report structure is Sales Header -> Sales Line -> Integer Table and manipulating Temporary Reservation Entry(337) table in Integer Dataset. You can see final records for report in attached screenshot. Please note Qty and Lot columns. I am getting Qty and Lot values from Reservation Entry table.
Now If multiple lines have same Sales Line Nos and Lot Nos then I want my report to show single line with common Lot no and Accumulated Quantity. is It possible?
Thanks,
*This post is locked for comments
yes it s possible , but first check this again your applied code are correct or not because according to the entry this may happen
eg : in same sales order if you make 2 sales line separately and pick form same lot then your exciting report code is exactly correct
Hi
Create group with Sales LineNo and Lotno, for Lot No use First(Fields!Lot.Value) and for Qty use SUM(Fields!Qty.value).
Yes it is possible you need to write condition in report.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,228 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156