Sometimes I just dont want to see a point and/or exclude it from the calculations without data table rows/columns actions. The option of "Exclude/Hide data point" localy as Local data filter does will be great.
-> Local Data Filter by row()?
Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Graph Builder( Transform Column( "Row", Formula( Row() ) ), Variables( X( :height ), Y( :weight ) ), Elements( Points( X, Y, Legend( 15 ) ), Smoother( X, Y, Legend( 16 ) ) ), Local Data Filter( Inverse( 1 ), Add Filter( columns( :Row ), Modeling Type( :Row, Nominal ), Where( :Row == {6, 10} ), ) ) );
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.