@allocate is not parsing a value in basisMr parameter
Hi ,
I am trying to run an allocation to emulate a copy for performance issues. This is the command:
"OEP_Plan"= @ALLOCATE("No Consolidado","2.2.1. PROFESOR HORA",1,,multiply,,,,);
by setting basisMr to 1, I am trying to move the data from "no consolidado" to "2.2.1. PROFESOR HORA", however I get the following error that I understand is not capturing the number 1 for basisMr parameter.
Expected type [MEMBER] found [NUMBER] in function [@MERGE] Rule
Please advise, the documentation says the basisMr can be a Value.
Thanks