Description
I am experiencing a problem while setting up a multilevel hierarchy for my cube.
First in my code, I define the hierarchies that are necessary for later defining the multilevel hierarchy:
Later in the process, I define the following multilevel hierarchy:
As you can see first the self._hierarchy_economic is executed and the first image hierarchies and levels are computed.
However when it reaches the multilevel hierarchy self.h['PnL'], I get the following error:
And these fields are actually created, as I can access them under the self.h atribute of my cube (where my hierarchies are):
Do you have a hint why this is happening? I does not make sense to me as I can access the actual hierarchies and levels that supposedly are not created.
thank you!