Convert data to numeric, Only If Appropriate!
I work with data stored in a table as Parameter and value. Since the value may be a character for some Parameters the data type in the database is Character. Pulling the data into JMP with an SQL script is easy and Splitting the data by Parameter is also easy. But now I have a table of columns where I'd like to convert some of the columns to numeric, but others I do not. I tried this but to ...