Detection of changes in a Local Data Filter
Below is a script that uses a Data Filter that when it is changed, it triggers the Row State Handler, and updates the chart. I really want to use a local filter, but have not been able to figure out how to detect the change in the local filter. How does one detect a change in the Local Data Filter? Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" ); f =...