Using a Model in an Aggmap
I have an aggmap which contains a relation statement to aggregate a Line Item dimension, and it also contains a model statement which I intend to calculate some Line Items after the aggregation has occurred. However, in a very simple test of this approach, with only one equation in the model that assigns a constant to
one of the Line Items, I get the following error:
ORA-36910: In AGGMAP BULR!TEST_AGG, DYNAMIC MODEL BULR!BULR_PL_SUM_RL_MDL can only edit the top level of its matching relation hierarchy.
Does this mean model may only calculate on leaf level values in a AGGMAP? I really have no idea what how to interpret this message, nor can I find any restrictions in the documentation.