Skip to content

Commit 286ebe2

Browse files
committed
Revised per issue powerapps-docs/issues/1430
1 parent 997887d commit 286ebe2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/maker/common-data-service/visualize-hierarchical-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Visualize hierarchical data with model-driven apps | MicrosoftDocs"
33
description: "Learn how to query and visualize hierarchical related data"
44
ms.custom: ""
5-
ms.date: 05/28/2019
5+
ms.date: 06/11/2020
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.suite: ""
@@ -36,11 +36,11 @@ The entities that have visualizations available by default include [Account](/p
3636
3737
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.
3838

39-
Important things to remember when you create visualizations:
39+
## Important things to remember
4040

4141
- 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.
4242
- 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.
4444

4545
## Hierarchy settings
4646

@@ -83,7 +83,7 @@ Next, in the **Hierarchy Settings** grid view, we selected the `new_new_widget_n
8383
> [!div class="mx-imgBorder"]
8484
> ![Hierarchy settings](media/hierarchy-settings.png)
8585
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)
8787

8888
> [!div class="mx-imgBorder"]
8989
> ![Create quick form for widget](media/create-quickform.png)

0 commit comments

Comments
 (0)