rivet Posted October 16, 2013 Posted October 16, 2013 I have a list of line items with a sort field, that should number the record sequentially starting at 1. On record commit, I want to check that the sort numbers are sequential and if not run a script to number them so. I figure there might be a formula that could check the sum of the sort column against the number of records. i.e.: if there were 8 records, the sort sum should equal 36. Sort# Sum 01 01 02 03 03 06 04 10 05 15 06 21 07 28 08 36 09 45 10 55
comment Posted October 16, 2013 Posted October 16, 2013 I figure there might be a formula that could check the sum of the sort column against the number of records. The sum of the sort column returning the expected result does NOT necessarily mean that the records are numbered sequentially starting at 1. Why don't you use a summary field or record number to number them dynamically?
Recommended Posts
This topic is 4113 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