Creating a UI to input a file using button box and generating graph in the same window
Hi, I'm trying to create a UI to input a JMP file using button box and generating graph in the same window in Vlistbox. Here's me code: It gives me an error because the data table isn't selected. Any suggestions? Names Default To Here( 1 );
New Window( "",
modal,
Button Box( " Click to Open", dt = Open( "$SAMPLE_DATA/Big Class.jmp" ) ),
V List Box(
obj = dt << Graph Builder(
Variables(
...