Hi Experts,
In On prem Hyperion Planning version 11.1.2.4, I want to write a Dynamic calc Member formula which will calculate the tenure of the Employee from the Hired date. I used the following member formula but it didn't work
[OpenInputValueBlock]
IF (@ISMBR("Budget"))
@DATEDIFF(@CalcMgrGetCurrentDate(), "Hired Date" , DP_DAY);
ENDIF
[CloseInputValueBlock]
When i open the form, it shows the error that "Form is invalid". I refreshed the db but still get the same error. Has anyone idea on the date difference calculation (in days) using a member formula?
Thanks,
Pete`