snasui.com ยินดีต้อนรับ ยินดีต้อนรับสู่กระดานถามตอบ Excel and VBA และอื่น ๆ ที่เป็นมิตรกับทุกท่าน มีไฟล์แนบมหาศาล ช่วยให้ท่านค้นหาและติดตามศึกษาได้โดยง่าย สมาชิกท่านใดที่ยังไม่ได้ระบุ Version ของ Excel ที่ใช้งานจริง สามารถทำตาม Link นี้เพื่อจะได้รับคำตอบที่ตรงกับ Version ของท่านครับ ระบุ Version ของ Excel
SELECT [Prod_ Order No_]
,[Item No_]
,[Line No_]
,sum([Add Round Before (Print)]) as [Add Round Before (Print)]
,sum([Add Round After (Print)]) as [Add Round After (Print)]
,sum([Round Print]) as [Round Print]
,sum([Add Round Before (Print)] + [Add Round After (Print)] + [Round Print]) as [Total Round Print]
,[No_ of Cut Size]
,[No_ of Work]
FROM [_PROD].[dbo].[$Prod_ Order Component]
where [Location Code] in ('PAPER') and [Prod_ Order No_] ='RP21040211'
group by [Prod_ Order No_],[Item No_],[No_ of Cut Size],[No_ of Work],[Line No_]
2021-05-20_11-58-45.jpg
2021-05-20_11-58-451.jpg
You do not have the required permissions to view the files attached to this post.