Display number of selected rows in the new window
Hi, I want to display number of selected rows in the modal window. Highlighting rows in the graph builder plot and displaying number of selected rows in the text edit box. Are there any options? Names Default To Here( 1 );
// Open Data Table
dt = Open( "$SAMPLE_DATA/Growth Measurements.jmp", invisible );
New window("", Modal,
tb = Textbox("Rows selected"), text editbox(""),
Vlistbox(
gb = dt
...