Hi All,
I have a requirement where i need to check for a value in a Column and if matches replace the value, else continue with the same.
i am using logic as below..
ifthenelse( CTSalesl.TCP = 'ULP','OTP',CTSalesl.TCP)
here ..TCP is the field name..is this correct or any other way of achieving it