I have a table that was created from another table. The data in the column in the new table is TEXT. My problem is that some of the values are being treated as numbers, because they look like numbers. What I need to do is to save the cell as a text field without a leading zero.
The field looks like this right now 0.017, I need to make it .017
I have tried to convert the column to text and then replace 0. with . but it does not change the value at all.
This is critical as I am doing a match to this field and 0.017 and .017 do not match.
The field looks like this right now 0.017, I need to make it .017
I have tried to convert the column to text and then replace 0. with . but it does not change the value at all.
This is critical as I am doing a match to this field and 0.017 and .017 do not match.