JSL How to Dispatch a message to a specific variability chart in SendToReport?
Hello, I am receiving dozens of warnings in the log file which seem to come from Dispatch not being addressed as desired. I use JMP 16.0.0. Here is an example to illustrate the issue. My real application is more complex with several individual Dispatch commands to the charts. dt = Open("$SAMPLE_DATA\Big Class.jmp");
dt:age << SetModelingType("Continuous");
dt << VariabilityChart(
X(:sex),
Y(:
...