Essbase dense members don't calculate when crossing dynamic members
Summary:
Content (please ensure you mask any confidential information):
Hello, I have the following script and don't know why is not calculating.
*********
FIX (sparse members)
Dense_C = Dense_A + Dense_B;
Dense_D = Dense_C->Sparse_A * Dense_E;
ENDFIX
*********
Where Sparse_A is a sparse dynamic parent member
So, Dense_C calculates good, but the next line when I call Dense_C with the cross dim it seems that is not getting the value. It's like is not taking the dynamic parent. Is there any reason for this? Should I specify a SET Command or CALC BLOCK (CELL); ?
Thanks in advance.
Tagged:
0