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 6829 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Does the count or sum version feature work with a single checkbox so i can have a field which counts how many data items have been checked. If not how would i do this.

Also is there anyway for filemaker to recognise odd/even numbers using a script.

Posted

1. You can use ValueCount ( CheckboxField ) to count the number of checked items.

2. To test if a number is even or odd, use:

Mod ( number ; 2 )

This returns 1 (TRUE) when the number is odd, 0 (FALSE) otherwise.

This topic is 6829 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.