paperbag1 Posted April 13, 2005 Posted April 13, 2005 When I find a set of records, I receive a list, each of which has an order total(also the field name) in it. I want to sum the order totals for the entire found set. I have created a field called Grand Total, made it a calculated field, and used the formula "Unstored=Sum ( Order Total )". Well guess what... this doesn't work. This should be simple, but I don't have a clue. What am I doing wrong? Thanks, Phil
Ender Posted April 13, 2005 Posted April 13, 2005 Try a summary field instead. Sum() works on related values, repeating fields, and a list of numbers, summary fields work on found sets.
paperbag1 Posted April 13, 2005 Author Posted April 13, 2005 See, I told you it should be simple. The only thing more simple is ME. Thanks for the help. Phil
Recommended Posts
This topic is 7164 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