I'm trying to use a Filter Col Selector but I can't get it to return the selected value.
names default to here(1);
dt = Open( "$SAMPLE_DATA/Blood Pressure.jmp" );
nw=new window("test", <<modal, <<return result,
v list box(var1=Filter Col Selector(dt),
H List Box( Button Box( "OK" ), Button Box( "Cancel" ) ))
);
In this example var1 doesn't return the column name that was selected.
Thanks for any direction on how to use this!
Steve