JSL code & Summarize help
Hi JMP community,
JMP Pro v17.
I have a script that had been working last month, but doesn't appear to be working anymore. I have a data table where one column is named :Date (see attached data table). The following script is supposed to summarize the data table by the Year( ) of :Date and generate a list of years for the variable "yrs".
Summarize( dt, yrs = By( Year( :Date ) ) );
For e...