You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tHis hierarchy sets the attribute `hasAll` to true, which means that a top level will be generated. The hierarchy will contain the levels defined in the Level object and an additional top level with the custom Name for the All-Level and the All-Member.
63
+
This hierarchy sets the attribute `hasAll` to true, which means that a top level will be generated. The hierarchy will contain the levels defined in the Level object and an additional top level with the default Name for the All-Level and the All-Member.
64
64
65
65
66
66
```xml
67
-
<roma:Hierarchyid="_hierarchy_hasall_complex"name="Hierarchy - with HasAll and Names"levels="catalog.xmi#_level"allLevelName="theAllLevelName"allMemberName="theAllMemberName"hasAll="true"primaryKey="roma:PhysicalColumn catalog.xmi#_col_fact_key"query="roma:TableQuery catalog.xmi#_query"/>
67
+
<roma:Hierarchyid="_hierarchy_hasall_simple"name="Hierarchy - with HasAll"levels="_level"hasAll="true"primaryKey="roma:PhysicalColumn _col_fact_key"query="roma:TableQuery _query"/>
68
68
69
69
```
70
70
@@ -74,17 +74,17 @@ This Hierarchy sets the attribute `hasAll` to false, which means that no top lev
74
74
75
75
76
76
```xml
77
-
<roma:Hierarchyid="_hierarchy_hasall_no"name="Hierarchy - Without HasAll"levels="catalog.xmi#_level"primaryKey="roma:PhysicalColumn catalog.xmi#_col_fact_key"query="roma:TableQuery catalog.xmi#_query"/>
77
+
<roma:Hierarchyid="_hierarchy_hasall_no"name="Hierarchy - Without HasAll"levels="_level"primaryKey="roma:PhysicalColumn _col_fact_key"query="roma:TableQuery _query"/>
78
78
79
79
```
80
80
81
-
## Hierarchy with hasAll Level and defaut names
81
+
## Hierarchy with hasAll Level and custom names
82
82
83
-
This hierarchy sets the attribute `hasAll` to true, which means that a top level will be generated. The hierarchy will contain the levels defined in the Level object and an additional top level with the default Name for the All-Level and the All-Member.
83
+
tHis hierarchy sets the attribute `hasAll` to true, which means that a top level will be generated. The hierarchy will contain the levels defined in the Level object and an additional top level with the custom Name for the All-Level and the All-Member.
84
84
85
85
86
86
```xml
87
-
<roma:Hierarchyid="_hierarchy_hasall_simple"name="Hierarchy - with HasAll"levels="catalog.xmi#_level"hasAll="true"primaryKey="roma:PhysicalColumn catalog.xmi#_col_fact_key"query="roma:TableQuery catalog.xmi#_query"/>
87
+
<roma:Hierarchyid="_hierarchy_hasall_complex"name="Hierarchy - with HasAll and Names"levels="_level"allLevelName="theAllLevelName"allMemberName="theAllMemberName"hasAll="true"primaryKey="roma:PhysicalColumn _col_fact_key"query="roma:TableQuery _query"/>
88
88
89
89
```
90
90
@@ -94,7 +94,7 @@ The Dimension that containes all the hierarchies.
<roma:Hierarchyid="_hierarchy_hasall_complex"name="Hierarchy - with HasAll and Names"levels="_level"allLevelName="theAllLevelName"allMemberName="theAllMemberName"hasAll="true"primaryKey="_col_fact_key"query="_query"/>
134
-
<roma:Hierarchyid="_hierarchy_hasall_no"name="Hierarchy - Without HasAll"levels="_level"primaryKey="_col_fact_key"query="_query"/>
135
133
<roma:Hierarchyid="_hierarchy_hasall_simple"name="Hierarchy - with HasAll"levels="_level"hasAll="true"primaryKey="_col_fact_key"query="_query"/>
134
+
<roma:Hierarchyid="_hierarchy_hasall_no"name="Hierarchy - Without HasAll"levels="_level"primaryKey="_col_fact_key"query="_query"/>
135
+
<roma:Hierarchyid="_hierarchy_hasall_complex"name="Hierarchy - with HasAll and Names"levels="_level"allLevelName="theAllLevelName"allMemberName="theAllMemberName"hasAll="true"primaryKey="_col_fact_key"query="_query"/>
0 commit comments