cancel
Showing results for 
Search instead for 
Did you mean: 

Percentage Calculation in Input Form

former_member211812
Participant
0 Kudos

Hi Floks,

I got a requirement where i need to calculate salary bonus for the employee 

Requirement 1:


1.I need to calculate salary bonus with 10% for Grade A


2. And for Grade B 5%


3. For Grade C 2%


Salary Increment Should happen.


Thanks in Advance.

Regards

Toufiq



Accepted Solutions (0)

Answers (1)

Answers (1)

former_member211812
Participant
0 Kudos

This is what the requirement.

Former Member
0 Kudos

Hi Mohammed,

Welcome to BPC, from your question I would assum you are a beginnger?

You can use local member or standard excel formula as your solution.

Andy

former_member186338
Active Contributor
0 Kudos

Script logic in the default.lgf?

*WHEN ACCOUNT

*IS PERSINCR

*REC(EXPRESSION=%VALUE%*[ACCOUNT].[SALARY],ACCOUNT=NETSALARY)

*ENDWHEN

*WHEN ACCOUNT

*IS SALARY

*REC(EXPRESSION=%VALUE%*[ACCOUNT].[PERSINCR],ACCOUNT=NETSALARY)

*ENDWHEN

Vadim

P.S. For sure you can duplicate calculations with the formula in the local member in the form or excel formula