Row States markers & colors disappear when selected in 'data filter source box()'
I'm trying to use a graph as a filter for another graph using 'data filter source box()' (see script below). Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
New Window( "Selection Filter",
Data Filter Context Box(
H List Box(
DFSB = Data Filter Source Box(
Graph Builder(
Size( 208, 207 ),
Show Control Panel( 0 ),
Show Legend( 0 ),
Variables( X(
...