Hello All,
Can you help with that issue
ERROR 1200400 Error Executing Formula
as I created that business rule and its validated correct and when run it I faced the above error
The below is my business rule :
FIX("Budget","No Customer","No Department","No Activity","USD","No Employee","No Location",
{Years},{Period},
@relative("Budget Vehicles Group",0),@relative("Budget Division",0))
"Fleet Injection" = ("Outlets Capacity"->"FY17"->"No Period"->"No Vehicle"->@relative("Budget Location",0))
* ("Fleet Mix"->"FY17"->"No Period"->@relative("Budget Vehicles Group",0)
* ("Outlet Injection"->@relative("Budget Location",0)->"No Vehicle"));
ENDFIX
Thank You