JMP > JSL > Col List Box [grouped] + [<< set data type (numeric)] cannot coexist: Possible bug
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 Nu...