Filter Change Handler
I just found out: Make Filter Change handler only works if I store the return value in a variable.
Why does filter << Make Filter Change Handler( f );
not work? Is there some knowledge behind it that is worth knowing? Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Cities.jmp" );
dist = Distribution( Automatic Recalc( 1 ), Continuous Distribution( Column( :POP ) ) );
filter = dist << Local Data
...