Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've searched the community and I thought the correct syntax for null string replacement is as such:
row2.Reason_Code == null ? "NA" : row2.Reason_Code
However, TMAP is giving me a String to Boolean Type Mismatch for some reason. What would be causing this?
Hi Raghuram,
Place that function in tmap in filter condition in Target. Then you wont get datatype mismatch error. And if you keep that functuntion in Expression Editor in tmap you will get datatype mismatch error.
Thanks,
Jagan.