Dr. Evil Posted November 6, 2007 Posted November 6, 2007 What is a SIMPLE way to get a found count of records in a portal? Thanks for your help!
LaRetta Posted November 6, 2007 Posted November 6, 2007 If you want a running count in the portal, add a summary field in your portal table with Count (that ID field). Set it to running. Or ... you can create a 1-row portal and plop only that summary field in it. You can make the portal invisible so it looks like the field just exists above/below the portal it counts. Or, you can create a number calculation in your main table with Count ( childTable::IDfield )
Dr. Evil Posted November 6, 2007 Author Posted November 6, 2007 FANTASTIC! I went with the new calculation field Count(child_id) option. Thank you very much for your help!!
Recommended Posts
This topic is 6227 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