FIX on Temporary Variables Error
Summary
FIX on Temporary Variables ErrorContent
Hi,
I want to FIX on temporary variables defined in the below Calc Script.
FIX(@RELATIVE(PROJECT, 0), @RELATIVE(POSITION, 0), "Base", "FORECAST");
VAR ST_DT = "20171022";
VAR END_DT = "20171125";
/* FIX(ST_DT:END_DT); */ -------->I have commented this because It was giving me validation errors.
"510002"
(IF ("ACCOUNT_NBR"->"BEGBALANCE" == 510002)
IF ("CALCULATE"->"BEGBALANCE" == 1)
"510002" = 45;
ENDIF
ENDIF;)
ENDFIX
/*ENDFIX*/
Any Suggestions please.
Thanks,
0