How can I pass a listbox selection properly to select where?
Dear all,I'm very new in JMP and JSL.How can I pass a listbox selection properly to select where?It looks, the brackets {} are the problem.Preferences(Excel Has Labels(1), Excel Selection(1));dt= Open( Pick File( " "));New Window( " ",<<Modal,vlist box(Text Box("Select ..."),mon = listbox({"Jan 15", "Mar 15", "May 15"}),Button Box( "OK", cho = mon<< get selected),));show (cho);dt << Select Where( ...
