Solved
Please keep in mind that null is different from undefined
You either just loop through it and check each value and replace it,
Or you could use derive fields to generate a new column
if they are null you can use the following in the expression
columnname ? columnname : "nullreplacementvalue"
but that can't get you previous value unfortunately.
Welcome to the PTC Community
No account yet? Create an account
Please use your PTC eSupport account.
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

