I'm using a dynamic replace table to change column [GMP Revaluation Rate] within a large data set.
The majority of records are [null] within the data, except for a couple with a correct value.
I want to use the following table to update the [null] values to the correct numeric value based on [Date of leaving], but to leave any existing data alone.
A previous draft table didn't have the top row and all values were replaced, including the ones that were not null.
I thought adding the top row in the table to "ignore" any rows that are not [null], but I get a "Parse Error at char(0): Unknown variable GMP" message from my workflow.
Have a made a mistake in the syntax in the dynamic replace table, or am I trying to do too much in a single step?
I've also attached a snip of the configuration settings for the tool.
If it can't be done in a single step, what steps should I be taking?