How to Script the Data Filter
I'm having an issue with scripting a data filter. I want to create a script where I make a data filter which excludes/hides some data, runs a graphing function, unexcludes/unhides all data, then closes the filter window. What I have so far is, obj = Current Data Table() << Data Filter( Add Filter( /* Filter Conditions */ )); /* Graphing Function */ obj << Clear; wdw =...