paulmetzger Posted January 8, 2003 Posted January 8, 2003 I have two related databases. For the sake of my NDA, lets call them A and B. each record in A has a unique id (AID) and has general information about an A. each record in B is tied to a particular A (matched by AID), and has more specific information. i'm doing a report in A, and want a portal that will diplay about a dozen fields from each B related to that A. It's going well, but I need to have a running total in the portal. How do I accomplish this? because my abstraction may have been confusing, here's an example of the output i want AID: 1 Name: Foo Type: example field1: bar field2: grok field3: bupkis ----portal---- BID: 1 Value: 2 From: 0 To: 2 BID: 2 Value: 3 From: 2 To: 5 BID: 3 Value: 7 From: 5 To: 12 BID: 4 Value: 1 From: 12 To: 13 ----/portal----- tia, paul
paulmetzger Posted January 8, 2003 Author Posted January 8, 2003 I did some further googling, and there appears to be a plug in : http://www.troi.com/software/numberplug.html that will do this. Do i need the plugin, or can I make fmp6 do this on it's own?
cmartin Posted January 9, 2003 Posted January 9, 2003 You should print this report from the line item file B instead of the master file A. So you will need a relationship defined in B that goes back to A so you can get the info such as: Name: Foo Type: example field1: bar field2: grok field3: bupkis Then you can sum very easily, although you left that part out of your example so I'm not sure exactly what you want. HTH- Courtney
Recommended Posts
This topic is 7991 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