ChiSao Posted January 4, 2010 Posted January 4, 2010 I would like to have a layout as an invoices overview. First portal: shows open invoices second portal: shows closed invoices third portal: shows invoices created today As you could see the 3 portals uses the same table (invoices) How could I do this? Thanks a lot by ChiSao
Peter (duksis3) Posted January 4, 2010 Posted January 4, 2010 Use self-joined relationship for each portal. Make relationships to show in each portal necessary.
ChiSao Posted January 4, 2010 Author Posted January 4, 2010 Thanks for the answer But how could I define this relationships? The portals are from the same table. Or is there a possibility to control each portal separately? Maybe I don't understand the self-join solution ;-) Or in other words I would like to define: When field1 = open from invoices = True (portal 1) When field1 = closed from invoices = True (portal2) When date = today_date from invoices = True (portal3) by ChiSao
Recommended Posts
This topic is 5436 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