Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 3.19 KB

File metadata and controls

59 lines (41 loc) · 3.19 KB
title Derived Hierarchies with Explicit Caps
description Derived Hierarchies with Explicit Caps (Master Data Services)
author meetdeepak
ms.author dkhare
ms.reviewer mikeray
ms.date 03/05/2026
ms.service sql
ms.subservice master-data-services
ms.topic concept-article
ms.custom
build-2025
helpviewer_keywords
hierarchies [Master Data Services], derived hierarchies with explicit caps
explicit hierarchies, derived hierarchies with explicit caps
derived hierarchies, derived hierarchies with explicit caps

Derived Hierarchies with Explicit Caps (Master Data Services)

[!INCLUDE SQL Server - Windows only ASDBMI]

[!INCLUDE support-notice]

In [!INCLUDEssMDSshort], when the levels from an explicit hierarchy are used as the top levels of a derived hierarchy, this is called a derived hierarchy with an explicit cap.

The explicit hierarchy must be based on the same entity as the entity at the top of the derived hierarchy.

In the [!INCLUDEssMDSmdm] user interface (UI), you create this type of hierarchy by dragging an explicit hierarchy to the top of a derived hierarchy.

mds_conc_explicit_cap_UI_structure

Derived Hierarchy with Explicit Cap Example

In this example, the members in the explicit hierarchy are from the Subcategory entity. In the derived hierarchy, the top-level members are also from the Subcategory entity.

mds_conc_explicit_cap_UI_example

By using the explicit hierarchy at the top of a derived hierarchy, the derived hierarchy becomes ragged.

Rules

  • You cannot have more than one explicit hierarchy in a derived hierarchy with explicit cap.

  • You can use the same explicit hierarchy as a cap for multiple derived hierarchies.

  • You cannot assign hierarchy member permissions to derived hierarchies with explicit caps. If you assign permissions to either the explicit hierarchy or the derived hierarchy individually, the permissions affect both hierarchies.

Related Tasks

Task Description Topic
Create a derived hierarchy. Create a Derived Hierarchy (Master Data Services)
Create an explicit hierarchy. Create an Explicit Hierarchy (Master Data Services)
Delete an existing derived hierarchy. Delete a Derived Hierarchy (Master Data Services)

Related Content