@CalcMgrGetCurrentDateTime() not working in essbase/calc manager rules
Summary
@CalcMgrGetCurrentDateTime() not working in essbase/calc manager rulesContent
Hi,
We have a requirement from the client that the business rule execution time needs to be captured in an essbase member which can be used in the data forms in Planning.
I am trying to call LastRefresh = @CalcMgrGetCurrentDateTime(); from a calculation script however, it gives the below error on checking the syntax:
Error: 1200324 Error compiling formula for [LastRefresh] (line 8): operator expected after [@CalcMgrGetCurrentDateTime]
LastRefresh is an account member with data storage property as "StoreData" and data type property as "Unspecified".
The same works if I use:
LastRefresh = @CalcMgrGetCurrentDate();
I could see that both the functions are registered properly for all applications.