bstafford21
IS-IT--Management
Using CR 9.2
I have a report that displays in Columns all Daily Work Orders the Part No., Material Issued, the WO Qty, the Qty Stored, Qty Scrapped.
I have been able to set up Running Totals and works great the way I need. Below is the data used.
Date (Ops.Date_of_Completion)
WO (WO.WO_No)
Part (WO.Part_No)
Material (Materials.Part_No)
Mat Iss (Materials.Qty_Issued)
WO Qty (WO.Qty)
Qty Stored(WO.Qty_Stored)
Qty Scrap (WO.Qty_Scrap)
Price (Part.NormSellingPrice)
Scrap Cost(@Scrap Cost) using {Part.Norm Selling Price}*{WO.Qty_Scrapped}
Produced Cost(@Produced Cost) using {Part.Norm Selling Price}*{WO.Qty_Stored}
Total Scrap % (@IndividualScrap%) using if {WO.Qty_Scrapped} = 0 then 0 else 100-(({WO.Qty_Stored}-{WO.Qty_Scrapped})/({WO.Qty_Stored})*100)
I have created a Group for each day using Ops.Date_of_Completion, so now all my Production is grouped for each day showing me the totals using the Insert Summary for Qty Stored and Qty Scrapped. This is in the Group Footer
I also did a Sum of @Produced Cost which has duplicated Sales figures
What I need to do is Suppress any Duplicates, this is caused by WO and Parts sometimes use 2 or 3 materials for making the same part.
I want to suppress duplicates for that WO No. only. Right now of course if I used the suppress option it will suppress anything with the same quantity or scrap values.
Do I need to put a formula in the Suppress if Duplicated x-2 box to suppress on dups for that WO No.
Not sure how to do that, can someone help me.
Thanks for any help and I hope I have given enough information to solve this. I appreciate anyone's time.
Thanks
Bill
I have a report that displays in Columns all Daily Work Orders the Part No., Material Issued, the WO Qty, the Qty Stored, Qty Scrapped.
I have been able to set up Running Totals and works great the way I need. Below is the data used.
Date (Ops.Date_of_Completion)
WO (WO.WO_No)
Part (WO.Part_No)
Material (Materials.Part_No)
Mat Iss (Materials.Qty_Issued)
WO Qty (WO.Qty)
Qty Stored(WO.Qty_Stored)
Qty Scrap (WO.Qty_Scrap)
Price (Part.NormSellingPrice)
Scrap Cost(@Scrap Cost) using {Part.Norm Selling Price}*{WO.Qty_Scrapped}
Produced Cost(@Produced Cost) using {Part.Norm Selling Price}*{WO.Qty_Stored}
Total Scrap % (@IndividualScrap%) using if {WO.Qty_Scrapped} = 0 then 0 else 100-(({WO.Qty_Stored}-{WO.Qty_Scrapped})/({WO.Qty_Stored})*100)
I have created a Group for each day using Ops.Date_of_Completion, so now all my Production is grouped for each day showing me the totals using the Insert Summary for Qty Stored and Qty Scrapped. This is in the Group Footer
I also did a Sum of @Produced Cost which has duplicated Sales figures
What I need to do is Suppress any Duplicates, this is caused by WO and Parts sometimes use 2 or 3 materials for making the same part.
I want to suppress duplicates for that WO No. only. Right now of course if I used the suppress option it will suppress anything with the same quantity or scrap values.
Do I need to put a formula in the Suppress if Duplicated x-2 box to suppress on dups for that WO No.
Not sure how to do that, can someone help me.
Thanks for any help and I hope I have given enough information to solve this. I appreciate anyone's time.
Thanks
Bill