Search found 1 match

by Habib
Thu Dec 04, 2008 8:17 am
Forum: HCM (Human Capital Management)
Topic: Problem in Fast Formula
Replies: 5
Views: 4029

Dear!
the syntax of assign value to any variable is that:

variable := variable/value;

new_value := :ASG_SALARY * 10 /100;
or
:ASG_SALARY:=:ASG_SALARY*10/100;

Best of Luck!


[quote]Hi All,

I have a little bit knowledge regarding Fast Formula , and I am trying to write a fast formula for a ...