Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 4113 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.