jtscott Posted November 30, 2004 Posted November 30, 2004 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.
The Shadow Posted November 30, 2004 Posted November 30, 2004 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.
Recommended Posts
This topic is 7355 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 accountSign in
Already have an account? Sign in here.
Sign In Now