How I can change the data type from "continous" to "characters" from all the columns in current data table in one JSL sentence ?
For each column(
col,
dt,
If( col << Get Modeling Type == "continous" & Contains( col << Get Name, "Layer Count" ),
col << Set Data Type( Character )
)
);
I tried to ask AI, then i get some proposals, above is one sample, but it is not work. my version is JMP 18