Differences in Control Chart Builder Syntax and Chart Display Across JMP Versions
I found that different versions of JMP display different charts when running the following script.
It seems that the syntax of the Control Chart Builder has changed, but I don't know how to fix it.
What I need is for version 18.0.1 to automatically average the prices for the same month, rather than, like the new version, simply outputting all the numbers.
dt= current datatable();
WinterChart = d...