I am sure this is something simple I am missing but I can't for like of me solve it.
i have table called INCIDENTS with a column in the table called PROVINCE. within that column there are Multiple entries of Province A , Province B, Province C and so on but it also has a number of entries of NULL.
Objective: Replace all cells with "null" to "unspecified"
i followed to introduction video ( I think it was video 1-4 or 1-5 where it Demonstrates how to create a new column in query editor and replace NULL with USA then delete old column that had null and keep new column.
I followed these instructions exactly (except for USA of course) but new column still has NULL
The query I used was = if 'Incidents' [Province] = null then "Unspecifed" else 'Incidents' [Province]
the above is exact text I typed for query
however null still remains in new column..... Am I missing something