Hello,
I am trying to create a formula that will show me the correct award value. For instance, everyone has an award entitled 02A1, but some employees receive an award half way through the year and it is coded 02M1. What I am looking for is for a formula to show me that if an employee has a code of 02M1 then show that value over the 02A1 value.
I have tried the following
if {eeAwards.idAward}="02M1" then {eeAwards.AwardValue} else {eeAwards.AwardValue}
I have placed this formula in its own grouping but it still takes the 02A1 value if present.
Thanks for your help,
I am trying to create a formula that will show me the correct award value. For instance, everyone has an award entitled 02A1, but some employees receive an award half way through the year and it is coded 02M1. What I am looking for is for a formula to show me that if an employee has a code of 02M1 then show that value over the 02A1 value.
I have tried the following
if {eeAwards.idAward}="02M1" then {eeAwards.AwardValue} else {eeAwards.AwardValue}
I have placed this formula in its own grouping but it still takes the 02A1 value if present.
Thanks for your help,