<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JSL Post Extract Script always plots the dates that I made the script in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/638869#M83660</link>
    <description>&lt;P&gt;This has solved my issue. Thank you so much!&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 15:22:19 GMT</pubDate>
    <dc:creator>UnlimitedPower</dc:creator>
    <dc:date>2023-06-05T15:22:19Z</dc:date>
    <item>
      <title>JSL Post Extract Script always plots the dates that I made the script</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/637943#M83582</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt = currentdatatable();&lt;BR /&gt;Fit Group(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bivariate(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;and then I have all the parameters/graphs/splines listed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 00:01:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/637943#M83582</guid>
      <dc:creator>UnlimitedPower</dc:creator>
      <dc:date>2023-06-11T00:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Post Extract Script always plots the dates that I made the script</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/637963#M83583</link>
      <description>&lt;P&gt;Extend your script to set the Excluded / Hidden row states before launching Bivariate.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Select Where( :Date &amp;lt; (Today() - In Days( 30 )) &amp;lt;&amp;lt; Excluded and Hidden(1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Jun 2023 17:17:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/637963#M83583</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-06-01T17:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Post Extract Script always plots the dates that I made the script</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/637967#M83584</link>
      <description>&lt;P&gt;Do your graph scripts have X-axis defined? In graph builder it would be something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1685639800763.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53333iE6A2CF244C60A3A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1685639800763.png" alt="jthi_0-1685639800763.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This could enforce scaling to your plots&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 17:17:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/637967#M83584</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-06-01T17:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Post Extract Script always plots the dates that I made the script</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/638868#M83659</link>
      <description>&lt;P&gt;Thank you, unfortunately because the x-axis is date/time it is constantly fluctuating. Mark replied above and this solution worked. I appreciate the response :)&lt;/img&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 15:21:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/638868#M83659</guid>
      <dc:creator>UnlimitedPower</dc:creator>
      <dc:date>2023-06-05T15:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Post Extract Script always plots the dates that I made the script</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/638869#M83660</link>
      <description>&lt;P&gt;This has solved my issue. Thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 15:22:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Post-Extract-Script-always-plots-the-dates-that-I-made-the/m-p/638869#M83660</guid>
      <dc:creator>UnlimitedPower</dc:creator>
      <dc:date>2023-06-05T15:22:19Z</dc:date>
    </item>
  </channel>
</rss>

