What Expression should I use to Replace the Value From 0.00000000 to 1.00000000
In Derived Column - I tried using this Expression , but it gives me NULL result in Preview Output.
This Expression --> case(LocalToBaseRate == 0.00000000,'1')
Column Name = LocalToBaseRate
Value I want to Replace whereever it finds "0.00000000" , it should replace to "1.00000000"
Please suggest the expression for Derived column .
Thanks