Newbies Eduardo Homem 0 Posted July 4, 2020 Newbies Share Posted July 4, 2020 I want to sum values of each 7 records only and not to sum all records of a database. How could I do that? Thank you Link to post Share on other sites
bcooney 143 Posted July 4, 2020 Share Posted July 4, 2020 Is there a value that distinguishes those records? If not, you might build a workflow that allows the user to select records to be summed. Link to post Share on other sites
comment 1,775 Posted July 4, 2020 Share Posted July 4, 2020 1 hour ago, Eduardo Homem said: sum values of each 7 records only That can be read in many ways. Why don't you add more details and an example. And also explain why you need this. In general, records can be grouped by some common value (for example, by the result of integer-dividing their serial number by 7), and then you can use a summary field to produce the total of each group. Link to post Share on other sites
bcooney 143 Posted July 4, 2020 Share Posted July 4, 2020 Ah, you're a much more careful reader than I am, @comment. Didn't catch the possible need for a sub-summary. Link to post Share on other sites
Recommended Posts
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