Preset filters as button boxes
I am trying to create button boxes where I can have set parameters that the global filter is assigned to. For the example below I would like a button for females only and another one with male and height greater than 60 dt = Open( "$SAMPLE_DATA/big class.jmp" );
gra1=hlistbox(dt<<Graph Builder(
Size( 528, 450 ),
Show Control Panel( 0 ),
Variables( X( :height ), Y( :weight ), Overlay( :sex )
...