Niteshift Posted August 7, 2003 Posted August 7, 2003 I have a list view of all sales... i want to make a summary box that always shows up and tells me the total sales of all records in the found set... when i do sum(units) i get 1 and when i do Count(units) i get 2... why cant it just add all sales from ALL the records showing??
-Queue- Posted August 7, 2003 Posted August 7, 2003 Sum(units) is the total units for the sum field for the current record. What you want is a summary field defined as the total of units, not a calculation field.
Recommended Posts
This topic is 7849 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