This topic is locked

Different Tables On List Page

3/4/2010 3:52:37 PM
PHPRunner General questions
C
cynic author

Hi,
I'm still trying to get various things to work as I'd like within PHPR but I've run in to another brick wall...
Is there a way to have say 3 different tables on the list page with each table populated based on the value in a specific field?
For example;
Customer 1 may have 5 orders. 2 orders are completed, 2 are pending and 1 is awaiting payment.
I want to be able to show 3 tables with one table showing the last 5 completed orders, 1 table showing the pending orders and 1 table showing the last 5 completed orders completed orders.
I've tried various things but can't seem to get anything close enough to even give me a solid starting point - Any help would be greatly appreciated but I'm being led to believe that this isn't possible from within PHPR

C
cynic author 3/9/2010

Can I therefore assume that this isn't possible within PHPR?

Sergey Kornilov admin 3/9/2010

The closest you can get is Master-Details relationships between Customer (Master) and completed, pending and awaiting payment views (Details). You can view details for each customer in inline mode right on the Customers list page. You won't be able to see all three Details tables at once though.