Well, this has probably been answered a million times, but I cant find what I'm looking for exactly, so I thought I would ask...
Here is a JMP Script for a Data Table I am using.
Current Data Table() << Data Filter(
Location( {751, 160} ),
Show Histograms and Bars( 0 ),
Mode( Show( 1 ), Include( 1 ) ),
Add Filter( columns( :GUN ), Where( :GUN == "D" ) )
);
After it executes, what command do I use to close the filter window? It has served its purpose. Now I want to close it automatically, without having to use mouse clicks. Any help will be appreciated.