Sum of UAD's
Summary
Sum of UAD'sContent
Hi All,
I have a requirement to get the sum of UDA's under Account node, my Account node and attributes are as below
So when script ran for A1, I need sum of keeplike under A1 only(700) and Keepother(800) when Script run for A1
same for A2, keeplike should be (850) and Keepother should be (900)
I have a script like
In main Fix I have @relative(A1,0)
and
FIX(@UDA("Year","BPFYEAR_CURRENT"),
@UDA("Time","BPFTIME_FORECAST"),
@UDA("Scenario","BPFSCEN_CURRENT"),
@RELATIVE("A1",0))
T2 = @SUMRANGE("Fullyear"->"T1"->"V1"->@UDA("Scenario"
0