- If I want to print multiple batch numbers based on an item number in report ...how we can solve this,please suggest me...
Hi,
In you request, call the batch number table filtred by the items you want and grouped by ItemID.
Example :
select * from INVENTBATCH ib inner join INVENTTABLE it on ib.ITEMID = it.ITEMID
Where it.itemid in ("A0001","1000")
Group by it.ITEMID
Regards,
André Arnaud de Cal...
293,245
Super User 2025 Season 1
Martin Dráb
231,925
Most Valuable Professional
nmaenpaa
101,156
Moderator