I am new to Essbase, it would be very kind of someone to help me understand this script that I see. I have the following outline:
Outline: XXX
Product
A
P1
xx1
xx2
B
P2
yy1
yy2
Account
X
zeroOneFlag
Y
Premium
Company
alpha
Gen Acct
beta
I have simplified the outline for this discussion (there are other members for each of product/account/company)
I see the following script:
fix ("Gen Acct",@relative("P1",0),@relative("P2",0))
"Premium" = @Parentval(Product,"Premium") * "zeroOneFlag";
endfix
Now how do I visualize what is going on ?
I have the following confusion:
1> I have to figure out the @relative("P1",0) and @relative("P2",0) that will give me the co-ordinates that are getting update.
2> how is the accumulation happening with the command @Parentval(Product,"Premium") .
It would be very kind for someone to clarify. Thanks in advance.