I joined to data sets by using JOIN and Union and the result provides me the desired results. But one of the field/column called "Value" is empty and the output gives "Null" values. I want to change those to 0
So i used following statement in Formula tool
if IsNull([Value]) then 0 else [Value]
It gives me an error - "Malformed" If statement. Please help.
New to Alteryx so any help would be appreciate.