<?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: Initial Point of Change in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Initial-Point-of-Change/m-p/380590#M63102</link>
    <description>&lt;P&gt;Here is a simple script that will select the row where the first non zero value of the column Minimum is found&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=current data table();
for each row(
	if(:minimum !=0,
		Row State( row() ) = Selected State( 1 );
		stop();
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Apr 2021 21:03:34 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-04-28T21:03:34Z</dc:date>
    <item>
      <title>Initial Point of Change</title>
      <link>https://community.jmp.com/t5/Discussions/Initial-Point-of-Change/m-p/380566#M63097</link>
      <description>&lt;P&gt;How do I identify the point marked with a red arrow? It is the first point that isn’t zero in an experiment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dkraeuter_sunne_1-1619639812887.png" style="width: 691px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32394i86B340AC811B75B8/image-dimensions/691x662?v=v2" width="691" height="662" role="button" title="dkraeuter_sunne_1-1619639812887.png" alt="dkraeuter_sunne_1-1619639812887.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:29:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Initial-Point-of-Change/m-p/380566#M63097</guid>
      <dc:creator>dkraeuter_sunne</dc:creator>
      <dc:date>2023-06-10T23:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Initial Point of Change</title>
      <link>https://community.jmp.com/t5/Discussions/Initial-Point-of-Change/m-p/380590#M63102</link>
      <description>&lt;P&gt;Here is a simple script that will select the row where the first non zero value of the column Minimum is found&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=current data table();
for each row(
	if(:minimum !=0,
		Row State( row() ) = Selected State( 1 );
		stop();
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Apr 2021 21:03:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Initial-Point-of-Change/m-p/380590#M63102</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-04-28T21:03:34Z</dc:date>
    </item>
  </channel>
</rss>

