Problem in Fast Formula

Oracle Human Resource (Core HR), Payroll, Time & Labor, Self Service HR, Advance Benefit, Talent Management (Performance Management, Competency Management, Performance Appraisal, Goal Management), iRecruitment, Compensation Workbench
Post Reply
ssalipk
Posts: 40
Joined: Thu May 01, 2008 9:50 am
Location: Pakistan

Problem in Fast Formula

Post by ssalipk »

Hi All,

I have a little bit knowledge regarding Fast Formula , and I am trying to write a fast formula for a simple element calculation that is social allowance based on 10% basic pay only. I have written this formula in write formula window

ASG_SALARY * 10 /100

when I click on verify it gives the error near * sign , kindly help me,Thanks
sathish_puttur
Posts: 31
Joined: Thu Nov 29, 2007 2:42 pm
Location: India

Post by sathish_puttur »

Hello,

<b>Please Note That I have not tested your Problem in the instance.</b>

please try out in following way you get fast formula varified

1) ASG_SALARY * (10/100)

or

2) ASG_SALARY * 0.10

Regards
sathish
ssalipk
Posts: 40
Joined: Thu May 01, 2008 9:50 am
Location: Pakistan

Post by ssalipk »

Dear Sathish,

I have tested your solution but on verify it is giving same the following error

APP-FF-33002: Syntax error : line 1 position 12
Cause: The formula contains some unexpected text which cannot be verified. The line number and position of the text is given.
Action: Correct the error in the formula and verify again.
sathish_puttur
Posts: 31
Joined: Thu Nov 29, 2007 2:42 pm
Location: India

Post by sathish_puttur »

Hello,

I have tested you formula in my application it is working properly.
there is no problem in syntex.

try out once again in following way.

Formula Name: test
Type : Oracle Payroll
Formula:

default for salary is 0

inputs are salary

amount = SALARY * 10 /100

return amount

Verify the formula.

If still you find any error, then that could be Application Problem.

Reards
Sathish
ssalipk
Posts: 40
Joined: Thu May 01, 2008 9:50 am
Location: Pakistan

Post by ssalipk »

Thanks Sathish , its working now
Habib
Posts: 1
Joined: Thu Nov 27, 2008 3:02 am
Location: Pakistan

Post by Habib »

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 simple element calculation that is social allowance based on 10% basic pay only. I have written this formula in write formula window

ASG_SALARY * 10 /100

when I click on verify it gives the error near * sign , kindly help me,Thanks



<i><div align="right">Originally posted by ssalipk
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests