scottvaughan Posted September 14, 2006 Posted September 14, 2006 I need a simply way to get a count of the portal records in my layout. The portal is part of a reporting module. It is linked to my main job tracking db. I have various portals that show me jobs printed on a certain day, shipped on a certain day and whether or not they are late based on a comparison of due date and ship date. I would like to have a simple counter at the bottom of my layout showing me how many of each I have in a given day.
Keith LaMarre Posted September 14, 2006 Posted September 14, 2006 you can script it - or keep a field in the main file - count(related_records::serial_Number)
Fei Posted September 15, 2006 Posted September 15, 2006 Create a summary field and choose COUNT of any portal fields.
scottvaughan Posted September 15, 2006 Author Posted September 15, 2006 I did the summary and it does not seem to work. Do I need to have it in the body? I have it in the footer now. It does not seem to recognize the portal records. The portal has a relationship that is to another file. Could that be the problem?
bruceR Posted September 18, 2006 Posted September 18, 2006 The summary field suggestion was wrong. Use the count function. count(relationship::keyField)
Recommended Posts
This topic is 6642 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