Hi Team,
I need help.
i have a column with null and 0 and i need to replace both of them with 1.
can you please help?
thanks
Sri
Col1 |
NULL |
NULL |
0 |
0 |
3 |
Solved! Go to Solution.
Hi @AlexandreBall,
Thank you for posting your solution.
I didn't know that you can write this condition as [Col1] = Null(). I always written IsNull([Col1]) 😀