Dear all,
I try to create a dimension in AppEngine (v11) in the following structure.
Element a
Element b
-> Element a (weight 1)
Element c
-> Element b (weight 1)
-> Element a (weight 1)
So basically showing a leaf element on the top level of the dimension but also using it in calculations. Creating the elements with their calculations works well.
I only get to such a structure:
Element c
-> Element b (weight 1)
-> Element a (weight 1)
But I don't find a way to show a or b also on top level. Anyone has a hint?
Thanks and best regards
Florian