Hi JMP Community,
I am not sure if I came across a bug or a feature in JSL: when I specify in both the "grouped" and "<< Set Data Type ("numeric")" in a call to Col List Box, the "grouped" parameter is ignored.
New Window ("MENU",
clb = Col List Box (Datatable (dt), all, grouped, <<set data type ("numeric"))
);
I can see the possible logic of not enabling both when a group contains both Numeric and Character columns, but in my case, the grouped columns are homogeneously set to numeric.
Is there a trick to enable both the "grouped" and the "<< Set Data Type()" parameters is this function?
Best,
TS
Thierry R. Sornasse