Copy from dynamic calc to store
I have a scrip to equal one account to another and didn't work...
I'm trying to copy a value from a Dynamic calc account to a store account I'm using this script:
FIX ("V1")
FIX ("FY16")
FIX("Real")
Revenue (store) = Total Revenue (dynamic calc);
ENDFIX
ENDFIX
ENDFIX
I don't have any error, but didn't work. Can anyone help?
Thank You