How to copy consolidated data to an input level
Summary
How to copy consolidated data to an input levelContent
Hi all
These are the steps of what we intend to do:
Move the consolidated data from Dimension G_EURxxxxxxx to Base entity G_EURxxxxxx_New using this formula:
FIX ("Entity Currency", "FCCS_Entity Input")
FIX ("FCCS_No Intercompany", "FCCS_Other Data", "ERR")
"P_CLIENT"(
IF (@ISMBR("GRUPO_EUxxxxx"))
"P_CLIENT"->"G_EUxxxxx_NEW" = "A_CLIENT"->"FCCS_Movements"-> "FCCS_Intercompany Top"->"FCCS_Managed Data"->"FCCS_Entity Consolidation;
ENDIF
)
ENDFIX
ENDFIX
-----------------------------------------------------------------------
But I get this error:
[Error Message]
Cannot set value to restricted members: "FCCS_ENTITY CONSOLIDATION"
Tagged:
0