October 3, 200223 yr Is it possible to have a field with a calculation which will result in sowing a number that represents how may records/rows exist in a portal? LR
October 3, 200223 yr In the related file, create a calc field that returns the number "1". In the main file, create a calc field that is the sum of the related file's calc field. Put it on the layout with the portal.
October 3, 200223 yr ... or you could do a count(portal_relation::ID) that will return the number of related records, which is how many are in a portal, not every record. HTH
Create an account or sign in to comment