|
2 | 2 | title: "Visualize hierarchical data with model-driven apps | MicrosoftDocs"
|
3 | 3 | description: "Learn how to query and visualize hierarchical related data"
|
4 | 4 | ms.custom: ""
|
5 |
| -ms.date: 05/28/2019 |
| 5 | +ms.date: 06/11/2020 |
6 | 6 | ms.reviewer: ""
|
7 | 7 | ms.service: powerapps
|
8 | 8 | ms.suite: ""
|
@@ -36,11 +36,11 @@ The entities that have visualizations available by default include [Account](/p
|
36 | 36 |
|
37 | 37 | A few other entities can be enabled for a hierarchy. These entities include [Contact](/powerapps/developer/common-data-service/reference/entities/contact) and [Team](/powerapps/developer/common-data-service/reference/entities/team). All custom entities can be enabled for a hierarchy.
|
38 | 38 |
|
39 |
| -Important things to remember when you create visualizations: |
| 39 | +## Important things to remember |
40 | 40 |
|
41 | 41 | - Only one (1:N) self-referential relationship per entity can be set as hierarchical. In a self-referential relationship the primary entity and the related entity must be of the same type.
|
42 | 42 | - A hierarchy or visualization is based on one entity only. You can depict the account hierarchy showing accounts at multiple levels, but you can’t show accounts and contacts in the same hierarchy visualization.
|
43 |
| -- The maximum number of fields that can be displayed in a tile is three. If you add more fields to the Quick Form that is used for the tile view, only the first three fields will be displayed. |
| 43 | +- The maximum number of fields that can be displayed in a tile is three with the Unified Interface and four with the legacy web client. If you add more fields to the Quick Form that is used for the tile view, only the first three fields will be displayed. |
44 | 44 |
|
45 | 45 | ## Hierarchy settings
|
46 | 46 |
|
@@ -83,7 +83,7 @@ Next, in the **Hierarchy Settings** grid view, we selected the `new_new_widget_n
|
83 | 83 | > [!div class="mx-imgBorder"]
|
84 | 84 | > 
|
85 | 85 |
|
86 |
| -For the **Quick View Form**, we created a Quick Form called **Widget Hierarchy Tile Form**. In this form, we added four fields to display in each tile. |
| 86 | +For the **Quick View Form**, we created a Quick Form called **Widget Hierarchy Tile Form**. In this form that will be used in a legacy web client app, we added four fields to display in each tile. More information: [Important things to remember](#important-things-to-remember) |
87 | 87 |
|
88 | 88 | > [!div class="mx-imgBorder"]
|
89 | 89 | > 
|
|
0 commit comments