I need to be able to sum the values of two calculations on a report I have created. Here is the scenario:
I have a report which is a packing slip used for product shipping. The report is grouped by customer and product group. Within the product group I have calculated subtotals on piece and weight counts. The piece count is based on a calculation which states that for every 38 lbs a new box is created. Once that has been calculated I then need to determine the weight of the physical packaging. (In this case each carton weighs 1.85 lbs.)This is done by multiplying the number of cartons times the 1.85. The weight calculation is the physical weight of the product times the number units ordered. Finally I need to add the weight of the physical product and the weight of the shipping cartons. Unfortunately, because these are calculations and the values are not stored I am unable to do so. Please let me know if you have any suggestions. I was thinking of possibly doing an initial calculation in my query but I'm not sure how to complete this.
I have a report which is a packing slip used for product shipping. The report is grouped by customer and product group. Within the product group I have calculated subtotals on piece and weight counts. The piece count is based on a calculation which states that for every 38 lbs a new box is created. Once that has been calculated I then need to determine the weight of the physical packaging. (In this case each carton weighs 1.85 lbs.)This is done by multiplying the number of cartons times the 1.85. The weight calculation is the physical weight of the product times the number units ordered. Finally I need to add the weight of the physical product and the weight of the shipping cartons. Unfortunately, because these are calculations and the values are not stored I am unable to do so. Please let me know if you have any suggestions. I was thinking of possibly doing an initial calculation in my query but I'm not sure how to complete this.