the full title is (the system shortened it)
How to reach the Dimension Key inside PivotMapCustomMeasure in a single-dimension cube case
Suppose we have a very simple fact table : id | parentid | area | population.
We construct a PivotCube with 1 dimension -> area and 1 measure -> population with CalcType = ctCustom
the dimension is made hierarchical by a clone of the fact table
next we create a PivotMap with one row -> the area dimension
next we create a PivotGrid for the map
next we add PivotMap.OnCustomMeasure event in order to manipulate data at the moment of constructing the map
is it posible to get area.key value inside PivotMap.OnCustomMeasure while calculating the corresponding measure, having in mind the above restrictions (i.e. single dimension but reordered by hierarchical ordering)?