M
Michael
I have a report that has a calculated weight (based on a query )that is the
sum of other fields in the query.
How can I store this information or pass it on to another field on the same
report?
Below is the formula and it gives me info for the weight "Esigenza in KG"
for each "OrderDetailID"
=[cases]*[pallets]*[CasesPerRow]*[netweight]/1000
Each "OrderDetailID" may have a different or the same product with a
different or same amount.
I need to find the total weight each product within this query
the report looks something like this
OrderDetailID product cases pallets casesperrow
netweight Esigenza in KG
1 Cherries 88 5
8 125gr 440
2 Cherries 88 5
8 125gr 440
3 Apples 88 6
8 125gr 528
4 Cherries 88 4.5 10
125gr 495
Cherries total 1375kg
Apple total 528 kg
my problem is that I don't know how to tell the query to do this
calculation. How do I tie the esigenza in kg to the product? now it is a
total of a sum for orderdetailID 1 which has nothing to do with cherries.
Also I am confused how I will get the totals of products later.. guess I
did not plan very well. I have been trying to not have redundant data but I
do need to have a list of products sold by weight.
thank you
Michael
sum of other fields in the query.
How can I store this information or pass it on to another field on the same
report?
Below is the formula and it gives me info for the weight "Esigenza in KG"
for each "OrderDetailID"
=[cases]*[pallets]*[CasesPerRow]*[netweight]/1000
Each "OrderDetailID" may have a different or the same product with a
different or same amount.
I need to find the total weight each product within this query
the report looks something like this
OrderDetailID product cases pallets casesperrow
netweight Esigenza in KG
1 Cherries 88 5
8 125gr 440
2 Cherries 88 5
8 125gr 440
3 Apples 88 6
8 125gr 528
4 Cherries 88 4.5 10
125gr 495
Cherries total 1375kg
Apple total 528 kg
my problem is that I don't know how to tell the query to do this
calculation. How do I tie the esigenza in kg to the product? now it is a
total of a sum for orderdetailID 1 which has nothing to do with cherries.
Also I am confused how I will get the totals of products later.. guess I
did not plan very well. I have been trying to not have redundant data but I
do need to have a list of products sold by weight.
thank you
Michael