zr500racer
Technical User
I have made a report that gives me information on products we sell (ItemNumber) and what we get for profit in doing so. We have about 300+ individual items that we manufacture, so I group them by ItemNumber. After they are grouped I need to sort these groups by profit, that way it's easier for management to tell which ones we make more money on. I have messed around with my report for a while, but can't seem to be able to make that happen. Below is what the design of my report looks like so far. Any information I could get would be very highly appreciated. Thanks!
_________________________________________________________
ItemNumber Header
---------------------------------------------------------
ItemNumber(Field)
_________________________________________________________
Detail
---------------------------------------------------------
ExtMatCost(field) LaborCost(field) PriceBase(field)
_________________________________________________________
ItemNumber Footer
---------------------------------------------------------
TotalMaterialCost =Sum([ExtMatCost])
PriceBase(field)
LaborCost (field)
TotalCost =([TotalMaterialCost])+[LaborCost])
Profit =[PriceBase]-[TotalCost]
_________________________________________________________
_________________________________________________________
ItemNumber Header
---------------------------------------------------------
ItemNumber(Field)
_________________________________________________________
Detail
---------------------------------------------------------
ExtMatCost(field) LaborCost(field) PriceBase(field)
_________________________________________________________
ItemNumber Footer
---------------------------------------------------------
TotalMaterialCost =Sum([ExtMatCost])
PriceBase(field)
LaborCost (field)
TotalCost =([TotalMaterialCost])+[LaborCost])
Profit =[PriceBase]-[TotalCost]
_________________________________________________________