Jump to content

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

Recommended Posts

Posted

I want a function which will count how often a particular field value occurs in a range of records, where the number 2 will be held in one single digit field (e.g. how many records are there where the "Rating" field is set to 2).

I want to display this in a layout based on another table via a portal.

Thanks.

Posted

Make a relationship between the two 2 fields you have, and create a summary field in the same table as the Rating field that is set to Count(Rating).

When you place that related summary field in your portal, it will count the number of matches for the portal row it is in.

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