Can function @Relative works inside with IF statement?
Can anyone tell me why there is a error ("Eaabase Error (1012704): dynamic Calc processor cannot lock more than [19] ESM blocks during the calculation") with the following if statements?
Budget (
if ("Account"->@Relative(Marketing",0) >0)
"Budget"=1000;
endif;)