Newbies mikemurry Posted October 22, 2002 Newbies Posted October 22, 2002 From what I have read on these forums, it's evident you can't have specific nested portals. But I have not yet found a solution to my problem. I have three files: Customers, Invoices, and Products. Customers has all the contact information and orderID, invoices simply has the orderID, productID, and quantity. Products has productID and the product name. In my customers file, I have a layout that presents the customer information and a portal to the invoices file to show the quantity and productid of the orders. What I want is for the portal to also match the productID with the product name from the products file. That way you get the actual product name instead of a number. Thanks for any suggestions! Michael
kennedy Posted October 22, 2002 Posted October 22, 2002 In Invoices, add a calculation field ProductName that is computed as PRODUCT::Name, where PRODUCT is a relationship from Invoices to Products keyed on productID and Name is the name of the product in the Products file. Then you can use ProductName in the portal in your Customers file.
Newbies mikemurry Posted October 22, 2002 Author Newbies Posted October 22, 2002 That did it! Thanks!
Recommended Posts
This topic is 8069 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