lrcarey Posted October 27, 2002 Posted October 27, 2002 Hello all, I'm trying to figure out how I can get a calculating field to look at the rows in a portal and compare them to find the highest value in a given field. Then the calculating field should display that highest value. To further complicate it, I only want to include certain rows - the rows to look at are marked with a "1" and the rows to ignore are marked with a "0". (The problem I am trying to solve involves looking at which activity completed by a given person within specific dates involved the most number of hours - if that helps!) - I'm stumped! Thanks in advance, Leah
falkaholic Posted October 28, 2002 Posted October 28, 2002 The Max(Field) function should do the first part. Max(ThePortalRelation::TheField) As for the 1 or 0 filter, you'll want to make 2 relations. One for records with 1 and one with 0 use and calculation field as the key.
Recommended Posts
This topic is 8063 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