Jimbojames30 Posted January 28, 2013 Posted January 28, 2013 Hi all, Sorry for this question, i have a table where it has Product Code, Lot number, Qty all i want to do is sum the quantity by Product code product codes can have different lot number but i just want to the sum of each product code, many thanks
Tom R. Posted January 28, 2013 Posted January 28, 2013 Hi Jim, In the same table where your product code field is, add a new summary field, perhaps named productCodeTotal__s ( "__s" for summary, likewise "__c" for calculation fields). Specify Total of, and select your quantity field. Then on any layout where you want to view the totals, you need to create a subsummary layout part, and specify ...when sorted by Product Code. You will need to add the productCodeTotal__s field to the new subsummary part you created. Then just sort your records based on the Product Code. I hope this helps, regards, Tom
Recommended Posts
This topic is 4374 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now