I am trying to replace all the [Null] values in a column with the only number in the column using the multi-row formula tool, but the values are not updating. How can I update all Null values with my single number in the column?
IF ISNULL([Value])
THEN [Row+1: Value]
ELSE [Value] ENDIF