How do I create a dashboard that has multiple layers of details? And once the master is selected, the details table refreshes, but also becomes the new master table for a sub-details table?
Eg:
A customer has many locations
a location has many rooms
a room has many PCs
(box 1) Select customer -> locations are listed
(box 2) Select location -> rooms are listed
(box 3) Select room -> PCs are listed
(box 4) Select PC to add/edit/view the PC
But all on the same dashboard.
So far I can get the first level of master-detail, but not any further.
Thanks for any help.