<?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: Problems with Data Filter and Plots Autoupdating in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19391#M17679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yep, it's turned on. The plot updates prior to opening the filter and after closing the filter, a little bit later. Just can't figure out why it doesn't work with the filter on. I can try switching back to using 'Current Data Table()' in lieu of DataTable12 but I do acknowledge that it causes other problems if that value changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2016 13:16:09 GMT</pubDate>
    <dc:creator>pbrett</dc:creator>
    <dc:date>2016-07-08T13:16:09Z</dc:date>
    <item>
      <title>Problems with Data Filter and Plots Autoupdating</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19389#M17677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use sliders and have a data filter at the same time. The problem I have is that when I open my filter, moving the sliders causes the figure to no longer update. Without the filter, the figure updates fine. The sliders are hooked up to Table Variables that then are used in columns for calculations. I opened the data sheet and the numbers are still changing as well as the equations. Unsure why the figure itself won't update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've replaced the specific details of the data with generic placeholder names. DataTable12 is the data table with the data and equations updating. I was using 'Current Data Table()' but it got confused if something else somehow ended up as my current data table so that's why I replaced it to the table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter Code&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro" modifiedtitle="true"&gt;&lt;P&gt;DataTable12 &amp;lt;&amp;lt; Data Filter(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Location({3600,121}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Add Filter(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; columns(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :Column Name1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :Column Name2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :Column Name3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display( Column Name1, Size( 298, 154 ), List Display ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display( Column Name3, Size( 298, 79 ), List Display )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Slider Code&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro" modifiedtitle="true"&gt;&lt;P&gt;dt = DataTable12;&lt;/P&gt;&lt;P&gt;val = Slider1 &amp;lt;&amp;lt; Get; &lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Set Table Variable("w_one",val);&lt;/P&gt;&lt;P&gt;NumberEdit1 &amp;lt;&amp;lt; Set(val)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Number Box Code&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro" modifiedtitle="true"&gt;&lt;P&gt;dt = DataTable12;&lt;/P&gt;&lt;P&gt;val = NumberEdit1 &amp;lt;&amp;lt; Get; &lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Set Table Variable("w_one",val);&lt;/P&gt;&lt;P&gt;Slider1 &amp;lt;&amp;lt; Set(val)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 22:57:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19389#M17677</guid>
      <dc:creator>pbrett</dc:creator>
      <dc:date>2016-07-07T22:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Data Filter and Plots Autoupdating</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19390#M17678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;A href="https://kvoqx44227.lithium.com/people/pbrett" target="_blank"&gt;pbrett&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you included automatic recalculation in the figure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bivariate( Y( :height ), X( :weight ), &lt;STRONG&gt;Automatic Recalc( 1 )&lt;/STRONG&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11981_Screen Shot 2016-07-07 at 9.03.11 PM.png" style="width: 857px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3373i8847C228F068D400/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11981_Screen Shot 2016-07-07 at 9.03.11 PM.png" alt="11981_Screen Shot 2016-07-07 at 9.03.11 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:20:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19390#M17678</guid>
      <dc:creator>Nate_Riordan</dc:creator>
      <dc:date>2016-10-19T03:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Data Filter and Plots Autoupdating</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19391#M17679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yep, it's turned on. The plot updates prior to opening the filter and after closing the filter, a little bit later. Just can't figure out why it doesn't work with the filter on. I can try switching back to using 'Current Data Table()' in lieu of DataTable12 but I do acknowledge that it causes other problems if that value changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:16:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19391#M17679</guid>
      <dc:creator>pbrett</dc:creator>
      <dc:date>2016-07-08T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Data Filter and Plots Autoupdating</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19392#M17680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What filter mode is set ? Select ? Show ? Include ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:40:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19392#M17680</guid>
      <dc:creator>chungwei</dc:creator>
      <dc:date>2016-07-08T13:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Data Filter and Plots Autoupdating</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19393#M17681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When it opens, it's only set to select currently. Even opening the filter and not picking any options (basically just "here's a filter") breaks autocalculation of the formulas from the slider/number box changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On closing it, the changes to the slider/number boxes again update the plot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:55:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19393#M17681</guid>
      <dc:creator>pbrett</dc:creator>
      <dc:date>2016-07-08T13:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Data Filter and Plots Autoupdating</title>
      <link>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19394#M17682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A colleague and I figured out the cause of our figure not updating. I had included the y-axis in the plot (which is calculated) in the filter. When we removed it from the filter, the plot would update with the sliders/number box and the filter open. It seems that JMP is not able to dynamically update the bounds of a calculated parameter in the filter window and that was the cause of my frozen figure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see why that might be a challenging endeavor. But surely there might be a fix for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 14:21:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Problems-with-Data-Filter-and-Plots-Autoupdating/m-p/19394#M17682</guid>
      <dc:creator>pbrett</dc:creator>
      <dc:date>2016-07-08T14:21:53Z</dc:date>
    </item>
  </channel>
</rss>

