@@ -117,13 +117,13 @@ The Query is a simple TableQuery that selects all columns from the `HX_L2` table
117117
118118```
119119* <small >Note: This is only a symbolic example. For the exact definition, see the [ Definition] ( #definition ) section.</small >*
120- ## Level4
120+ ## Level1
121121
122- This Example uses H2_Level2 level bases on the KEY column as kew and NAME column as name from HX_L2 table.
122+ This Example uses H1_Level1 level bases on the ` KEY ` column as kew and ` NAME ` column as name from ` H1_L1 ` table.
123123
124124
125125``` xml
126- <roma : Level id =" _level_H2_Level2 " name =" H2_Level2 " column =" _column_hx_l2_key " nameColumn =" _column_hx_l2_name " />
126+ <roma : Level id =" _level_H1_Level1 " name =" H1_Level1 " column =" _column_h1_l1_key " nameColumn =" _column_h1_l1_name " />
127127
128128```
129129* <small >Note: This is only a symbolic example. For the exact definition, see the [ Definition] ( #definition ) section.</small >*
@@ -147,13 +147,13 @@ This Example uses H2_Level1 level bases on the KEY column as kew and NAME column
147147
148148```
149149* <small >Note: This is only a symbolic example. For the exact definition, see the [ Definition] ( #definition ) section.</small >*
150- ## Level1
150+ ## Level4
151151
152- This Example uses H1_Level1 level bases on the ` KEY ` column as kew and ` NAME ` column as name from ` H1_L1 ` table.
152+ This Example uses H2_Level2 level bases on the KEY column as kew and NAME column as name from HX_L2 table.
153153
154154
155155``` xml
156- <roma : Level id =" _level_H1_Level1 " name =" H1_Level1 " column =" _column_h1_l1_key " nameColumn =" _column_h1_l1_name " />
156+ <roma : Level id =" _level_H2_Level2 " name =" H2_Level2 " column =" _column_hx_l2_key " nameColumn =" _column_hx_l2_name " />
157157
158158```
159159* <small >Note: This is only a symbolic example. For the exact definition, see the [ Definition] ( #definition ) section.</small >*
@@ -175,16 +175,6 @@ The Hierarchy1 is defined with the hasAll property set to false and the two leve
175175``` xml
176176<roma : ExplicitHierarchy id =" _hierarchy_Hierarchy2" name =" Hierarchy2" primaryKey =" _column_hx_l2_key" query =" _joinQuery_join2" levels =" _level_H2_Level1 _level_H2_Level2" />
177177
178- ```
179- * <small >Note: This is only a symbolic example. For the exact definition, see the [ Definition] ( #definition ) section.</small >*
180- ## DrillthroughH2L1
181-
182- DrillThroughAttribute have reference to H2_Level1 level from Hierarchy2; H2_L1 table KEY and NAME column
183-
184-
185- ``` xml
186- <roma : DrillThroughAction id =" _drillThroughAction_DrillthroughH2L1" name =" DrillthroughH2L1" drillThroughMeasure =" roma:SumMeasure _measure_Measure1" />
187-
188178```
189179* <small >Note: This is only a symbolic example. For the exact definition, see the [ Definition] ( #definition ) section.</small >*
190180## DrillthroughH1L1
@@ -201,6 +191,16 @@ DrillThroughAttribute have reference to H1_Level1 level from Hierarchy1; H1_L1 t
201191``` xml
202192<roma : DrillThroughAction id =" _drillThroughAction_DrillthroughH1L1" name =" DrillthroughH1L1" drillThroughMeasure =" roma:SumMeasure _measure_Measure1" default =" true" />
203193
194+ ```
195+ * <small >Note: This is only a symbolic example. For the exact definition, see the [ Definition] ( #definition ) section.</small >*
196+ ## DrillthroughH2L1
197+
198+ DrillThroughAttribute have reference to H2_Level1 level from Hierarchy2; H2_L1 table KEY and NAME column
199+
200+
201+ ``` xml
202+ <roma : DrillThroughAction id =" _drillThroughAction_DrillthroughH2L1" name =" DrillthroughH2L1" drillThroughMeasure =" roma:SumMeasure _measure_Measure1" />
203+
204204```
205205* <small >Note: This is only a symbolic example. For the exact definition, see the [ Definition] ( #definition ) section.</small >*
206206## Dimension
@@ -242,8 +242,6 @@ This files represent the complete definition of the catalog.
242242``` xml
243243<?xml version =" 1.0" encoding =" UTF-8" ?>
244244<xmi : XMI xmi : version =" 2.0" xmlns : xmi =" http://www.omg.org/XMI" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : roma =" https://www.daanse.org/spec/org.eclipse.daanse.rolap.mapping" >
245- <roma : ExplicitHierarchy id =" _hierarchy_Hierarchy1" name =" Hierarchy1" primaryKey =" _column_hx_l2_key" query =" _joinQuery_join1" levels =" _level_H1_Level1 _level_H1_Level2" />
246- <roma : ExplicitHierarchy id =" _hierarchy_Hierarchy2" name =" Hierarchy2" primaryKey =" _column_hx_l2_key" query =" _joinQuery_join2" levels =" _level_H2_Level1 _level_H2_Level2" />
247245 <roma : Catalog description =" Drill-through action configuration" name =" Daanse Tutorial - Action Drillthrough" cubes =" _cube_Cube" dbschemas =" _databaseSchema_DrillThrough" />
248246 <roma : DatabaseSchema id =" _databaseSchema_DrillThrough" >
249247 <tables xsi : type =" roma:PhysicalTable" id =" _table_fact" name =" Fact" >
@@ -277,10 +275,12 @@ This files represent the complete definition of the catalog.
277275 <left key =" _column_hx_l2_h2l1_key" query =" _query_HxL2Query" />
278276 <right key =" _column_h2_l1_key" query =" _query_H2L1Query" />
279277 </roma : JoinQuery >
280- <roma : Level id =" _level_H2_Level2 " name =" H2_Level2 " column =" _column_hx_l2_key " nameColumn =" _column_hx_l2_name " />
278+ <roma : Level id =" _level_H1_Level1 " name =" H1_Level1 " column =" _column_h1_l1_key " nameColumn =" _column_h1_l1_name " />
281279 <roma : Level id =" _level_H1_Level2" name =" H1_Level2" column =" _column_hx_l2_key" nameColumn =" _column_hx_l2_name" />
282280 <roma : Level id =" _level_H2_Level1" name =" H2_Level1" column =" _column_h2_l1_key" nameColumn =" _column_h2_l1_name" />
283- <roma : Level id =" _level_H1_Level1" name =" H1_Level1" column =" _column_h1_l1_key" nameColumn =" _column_h1_l1_name" />
281+ <roma : Level id =" _level_H2_Level2" name =" H2_Level2" column =" _column_hx_l2_key" nameColumn =" _column_hx_l2_name" />
282+ <roma : ExplicitHierarchy id =" _hierarchy_Hierarchy1" name =" Hierarchy1" primaryKey =" _column_hx_l2_key" query =" _joinQuery_join1" levels =" _level_H1_Level1 _level_H1_Level2" />
283+ <roma : ExplicitHierarchy id =" _hierarchy_Hierarchy2" name =" Hierarchy2" primaryKey =" _column_hx_l2_key" query =" _joinQuery_join2" levels =" _level_H2_Level1 _level_H2_Level2" />
284284 <roma : StandardDimension id =" _dimension_Dimension1" name =" Dimension1" hierarchies =" _hierarchy_Hierarchy1 _hierarchy_Hierarchy2" />
285285 <roma : PhysicalCube id =" _cube_Cube" name =" Cube" query =" _query_factQuery" >
286286 <dimensionConnectors foreignKey =" _column_fact_key" dimension =" _dimension_Dimension1" overrideDimensionName =" Dimension1" id =" _dimensionConnector_dimension1" />
0 commit comments