Hey guys,
In setting a salary component.
How do I set the condition of
value = 200000
if value <= 500000
0.9 * value
else
0.9 * 500000
for a component.
Hey guys,
In setting a salary component.
How do I set the condition of
value = 200000
if value <= 500000
0.9 * value
else
0.9 * 500000
for a component.
Thanks for your speedy reply.
and A big thanks cuz it works!!