Hi,
I want to copy an account with a formula (VST01) from a model to another (VAR_WC).
once I inform the calculated account in the link formula
DATA([d/Account] = "DBS02") =
LINK([VAR WC], [d/Measures] = "Value", [d/Version] = %Version_from%, [d/Account] = "VST01", [d/Date] = %Date_Orig_From%)
It appear the flollowing error
Is it mandatory to repeat the formula of the calculated account in the Data Actions? Any workaround?
Thanks in advance