I made a post-extract JSL script that plots data that I have collected for the last 30 days. I can run this daily to monitor data at work. 
 
The issue I have is that every day I have to update the graph to the most recent 30 days. I made this script in April and it always plots March 15-April 14, even when the data collected is the most recent 30 days. 
 
When I update the x-axis to the most recent 30 days, I can see the data I collected. I am just looking for a way around updating the date each time I use this script. 
 
I am using 
dt = currentdatatable();
Fit Group(
        Bivariate(
   and then I have all the parameters/graphs/splines listed.