Unable to copy data from Dynamic calc to Store member
Summary
Unable to copy data from Dynamic calc to Store memberContent
Hi,
I am unable to copy data between accounts from dynamic member to store in the planning Business rule. here is my script.
Sub_var_unit is stored member
Sub_Var_unit_cal is dynamic calc with the formula
FIX ( {Entity}, "No Channel", "No Product", "No Partner", "Local", "Input Units", "Working", "Budget","Fy17","No Customer","No location")
"Sub_Var_Unit" (
"Sub_Var_Unit" = "Sub_Var_Unit_calc";
)
ENDFIX
0