Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Adding custom column causes "blank values error"

Hello,   I have a text column which contains in some rows only numeric entries and in other rows also text. I want to add now another column which takes the numeric values as they are and replaces ...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Finally I found the problem myself: the column that was mentioned in the error message was also a custom added column and I had added it with "Int64.type". For whatever reason this didn't cause any issues until I changed the type of the other column. Removing the "Int64.Type" from the first column, fixed the issue - although I don't have the slightest idea why because these two columns don't have anything to do with each other.