November 2, 200322 yr Newbies I am trying to count the number of records in portal, and have it entered into another field? Any help would be great thanks!
November 2, 200322 yr Count( relationship::field ) * IsValid( relationship::field ) will work in a script or calculation field, where each related record contains a non-blank value for field. The multiplication forces a zero to result when there are no related records.
Create an account or sign in to comment