[IGN-2200]Replace values displayed as "null" in the perspective table

If those columns are supposed to be numbers, a script transform like this to set the correct column types should work:

If they are strings, you could do a script transform that replaces the null with "".