how to remove a local data filter column?
Hello, I have a problem that can be simplified to the following example: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp" ); obj = dt << Data Filter( Add Filter( columns( :Region, :POP ) ) );Is there a way to remove :Region from the data filter without deleting the data filter and creating a new one? Thank you for your help!