@CURRMBR() does not work - cache and calclockblock should be ok
As this is a key function for several scripts this is a huge problem.
I have a simple calc script which works fine and takes about one second.
SET UPDATECALC OFF;
SET CLEARUPDATESTATUS OFF;
SET CACHE HIGH;
SET LOCKBLOCK HIGH;
SET CREATENONMISSINGBLK ON;
FIX("Current Month","Scale_1","Segment View","FC_Sep_2012", @RELATIVE("Time",0), @RELATIVE("Div_S",0),@RELATIVE("Div_I",0),@RELATIVE("Div_O",0),"BU_63")
"Factor_Value" = "800700s" ->@CURRMBR("Time") ;
ENDFIX
When I add @CURRMBR()
"Factor_Value" = "800700s";
Becomes
"Factor_Value" = "800700s" ->