Filter Change Handler triggering even when no filter is changed
Just noticed that Filter Change Handler is triggering when just on hovering over graph and returning value -1. Simple example script here, run it, check log and hover over markers in the graph
Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Probe.jmp");
nw = new window("",
Data Filter Context Box(
H List Box(
lf = dt << Data Filter(
Local,
Mode(Include(1)),
Conditional,
A
...