Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 3.63 KB

File metadata and controls

78 lines (62 loc) · 3.63 KB
title DisplayFolder Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
DisplayFolder Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
DisplayFolder
helpviewer_keywords
DisplayFolder element
ms.assetid 55184c02-03e7-4d6c-b87a-d4d34bc11d0e
caps.latest.revision 36
author Minewiskan
ms.author owend
manager erikre

DisplayFolder Element (ASSL)

Specifies the folder in which to list the parent element. [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] applications for developers and administrators may support the use of display folders to categorize multiple elements visually.

Syntax

  
<CalculationProperty> <!-- or Hierarchy, Kpi, Measure, Translation -->  
   ...  
   <DisplayFolder>...</DisplayFolder>  
   ...  
</CalculationProperty>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements CalculationProperty, Hierarchy, Kpi, Measure, Translation
Child elements None

Remarks

In larger cubes, there may be hundreds of measures and hierarchies. The DisplayFolder property defines user appearance on the client. The value of the DisplayFolder property can contain any one of the following options:

  • Be empty, denoting that the measure does not belong to a folder.

  • Contain a single folder name, denoting that the measure should be rendered as belonging to a folder with the same name.

  • Contain multiple folder names separated by a backslash (\), denoting an embedded folder hierarchy.

The DisplayFolder property applies to CalculationProperty elements only if the value of CalculationType is set to Member.

The elements that correspond to the parents of DisplayFolder in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.CalculationProperty, xref:Microsoft.AnalysisServices.Hierarchy, xref:Microsoft.AnalysisServices.Kpi, xref:Microsoft.AnalysisServices.Measure, and xref:Microsoft.AnalysisServices.Translation.

See Also

CalculationProperties Element (ASSL)
MdxScript Element (ASSL)
MdxScripts Element (ASSL)
Properties (ASSL)