Does anyone know how to create the if then function in a derived field? I need to create a field that calculates annualized earnings. I keep trying to create the field using the decode function but it isn't working properly.
If PayFreq = B and RateType = S
Then Rate1* 26
Else if
If PayFreq = W and RateType = H
Then (Rate1* 40)*52
thanks
If PayFreq = B and RateType = S
Then Rate1* 26
Else if
If PayFreq = W and RateType = H
Then (Rate1* 40)*52
thanks