Automating Local Filters/ Data Filters
I have a linear regression model for 4 different temperatures. I have put a local data filter on each one which allows me to specify the segment of data. The code for this calls each value in my source table 2 column as shown below. I want this to be automated so there may be more or less temperatures and I don't want to edit the code each time. There probably is a way through JSL script which I ...