scottvaughan Posted April 1, 2008 Posted April 1, 2008 I have a portal that show me records from my main DB. We are a printing company and I use it to show me all of the jobs that are printing on a certain kind of paper. So in my header, I choose a paper type and the portal displays all records which match. Each record in the portal also shows me how many sheets I need. I want to find a way to total all of thos sheets via the portal. Is this possible?
bcooney Posted April 1, 2008 Posted April 1, 2008 Create a calculation in the main DB table = sum(portalrelationship::qty_sheets). It must use the same table occurrence that the portal uses.
mr_vodka Posted April 1, 2008 Posted April 1, 2008 Create a summary field in the child table then put that summary field on the layout of the parent table occurrence.
scottvaughan Posted April 2, 2008 Author Posted April 2, 2008 Great, Thanks for the help. It works now.
Recommended Posts
This topic is 6136 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