February 27, 200718 yr Hi! Is there a way to count records in the current relation in filemaker? I need to count the records wich have a "1" in the Field named Status in the current relation. Thanks. Ron
February 27, 200718 yr If Status is a Boolean value (either 1 or 0/null), you could use: Sum ( related::Status ) See also here.
Create an account or sign in to comment