May 15, 200619 yr 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.
May 15, 200619 yr 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.
Create an account or sign in to comment