Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Find Odd or Even in Informatica in Informatica

IIF(MOD(input,2)=0,'Even Number','Odd Number')

Input Output
1Odd Number
4Even Number
0Even Number0 is an even number
NULLEven NumberError

Note the above function will not work for NULL, so use the calculation for not null values or convert the NULL's into zero's.