How to use variable selected in combo box into data extraction path
Hi,
I'm quite new to JMP, got script with combo box and intending to use that selected character to be insert into the path for data extraction , any suggestion welcome .
Thanks
Names Default To Here( 1 );
Clear Symbols();
Clear Globals();
New Window( "Combo box test",
<< Modal,
Panel Box( "Select a Date Range",
Lineup Box( N Col( 1 ),
Text Box( "DCOP ID" ),
dc_cb = Combo ...