January 4, 201016 yr 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
January 4, 201016 yr Use self-joined relationship for each portal. Make relationships to show in each portal necessary.
January 4, 201016 yr Author 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
Create an account or sign in to comment