@Mark_Bailey
Ah, so easy! great!!!
I was surprised to hear from @pauldeen :
https://community.jmp.com/t5/Discussions/Name-quote-a-strange-column-name/m-p/415735/highlight/true#...
that
when building the fit model script the column() format cannot be used:
Fit Model(
//Y( :"Plating Thickness (m\!"\!")"n ), <- works
Y(column("Plating Thickness (m\!"\!"")), //<- does not work
OK, if it's like this, what would be the easiest solution to get the column without column() ...
Now I was surprised to see (by running your code) that it actually worked.
And went back to the old sniplet - and it didn't work.
Woah!
The puzzle gets solved if you put both lines of code exactly below each other:
-> So fortunately, no fancy non-Column() coding required for Fit Model.