Jump to content

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

Recommended Posts

Posted

OK, I've probably been staring at this too long and overlooked the obvious. How do I count the number of related records within a found set? I've set up a calc field with the count function but it returns the number of related records for the entire database. Thanks!

Posted

You can filter a relationship by additional criteria, then count its related records. (The found set generally has nothing to do with the records that are related.)

Posted

Or

you can create a calculation field which results in 1 if it is related else returns 0.

Create a summary field based on the total of the above calculation field. The summary field would result in the total of all the matching results in the foundset.

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