| title | DisplayFolder Element (ASSL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/14/2017 | ||
| ms.prod | sql-server-2016 | ||
| ms.reviewer | |||
| ms.suite | |||
| ms.technology |
|
||
| ms.tgt_pltfrm | |||
| ms.topic | reference | ||
| apiname |
|
||
| apilocation | |||
| apitype | Schema | ||
| applies_to |
|
||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 55184c02-03e7-4d6c-b87a-d4d34bc11d0e | ||
| caps.latest.revision | 36 | ||
| author | Minewiskan | ||
| ms.author | owend | ||
| manager | erikre |
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.
<CalculationProperty> <!-- or Hierarchy, Kpi, Measure, Translation -->
...
<DisplayFolder>...</DisplayFolder>
...
</CalculationProperty> | Characteristic | Description |
|---|---|
| Data type and length | String |
| Default value | None |
| Cardinality | 0-1: Optional element that can occur once and only once. |
| Relationship | Element |
|---|---|
| Parent elements | CalculationProperty, Hierarchy, Kpi, Measure, Translation |
| Child elements | None |
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.
CalculationProperties Element (ASSL)
MdxScript Element (ASSL)
MdxScripts Element (ASSL)
Properties (ASSL)