For years, I have a script that I use about 1x a week. Strangely enough, today, it suddenly returned an error message:
Argument to Type in access or evaluation of ‘Data Type’, Data Type Numeric ) /*###*/
For(i = 18, i < 103, i = i + 2,
Column(i) << Data Type(Numeric)
);
I think it's just last week that I've updated to JMP v17.2. Is there a change in the new version? Needless to say, that in the original columns, there could be characters present (such as "n/a" etc). But that was always the case - and that's why I need to convert format to numeric.
Thanks for advise