Hi,
As far as I can deduct from the documentation, model-driven apps can represent data hierarchically. I have a fairly straight-forward structure like this:
The table Data Asset Templets has fields for Phase (lookup from a separate table), Team (lookup from a separate table), Task type (choice), Name (string) and Description (string). I'd like to give my users the option of navigating the table using a tree-view like this:
Phase
-- Team
---- Asset type
------ Name and Description
Is it possible using out-of-the-box functionality? Any pointers greatly appreciated!