<?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 Add test number column based on different column value changes in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Add-test-number-column-based-on-different-column-value-changes/m-p/837841#M101422</link>
    <description>&lt;P&gt;I have a data of a parts that are being tested on different test tester. If part fail on it won't be tested on next stations. I like to add a column to track the test number.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ConfidenceOwl94_0-1738969058461.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72684i9C216C9675E992B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ConfidenceOwl94_0-1738969058461.png" alt="ConfidenceOwl94_0-1738969058461.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2025 22:58:33 GMT</pubDate>
    <dc:creator>ConfidenceOwl94</dc:creator>
    <dc:date>2025-02-07T22:58:33Z</dc:date>
    <item>
      <title>Add test number column based on different column value changes</title>
      <link>https://community.jmp.com/t5/Discussions/Add-test-number-column-based-on-different-column-value-changes/m-p/837841#M101422</link>
      <description>&lt;P&gt;I have a data of a parts that are being tested on different test tester. If part fail on it won't be tested on next stations. I like to add a column to track the test number.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ConfidenceOwl94_0-1738969058461.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72684i9C216C9675E992B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ConfidenceOwl94_0-1738969058461.png" alt="ConfidenceOwl94_0-1738969058461.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 22:58:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-test-number-column-based-on-different-column-value-changes/m-p/837841#M101422</guid>
      <dc:creator>ConfidenceOwl94</dc:creator>
      <dc:date>2025-02-07T22:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add test number column based on different column value changes</title>
      <link>https://community.jmp.com/t5/Discussions/Add-test-number-column-based-on-different-column-value-changes/m-p/837862#M101424</link>
      <description>&lt;P&gt;Here is how I would approach the problem with this formula for the column&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;As Constant( val = 0 );
If( Lag( :Serial Number ) != :Serial Number,
	val = 0
);
If( :Tester == "Tester 1",
	val
	++);
val;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1738990398651.png" style="width: 552px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72685i7BDB392BDE2FEE01/image-dimensions/552x482?v=v2" width="552" height="482" role="button" title="txnelson_0-1738990398651.png" alt="txnelson_0-1738990398651.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2025 04:57:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-test-number-column-based-on-different-column-value-changes/m-p/837862#M101424</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-02-08T04:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add test number column based on different column value changes</title>
      <link>https://community.jmp.com/t5/Discussions/Add-test-number-column-based-on-different-column-value-changes/m-p/838211#M101439</link>
      <description>&lt;P&gt;Thanks Jim&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 19:09:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-test-number-column-based-on-different-column-value-changes/m-p/838211#M101439</guid>
      <dc:creator>ConfidenceOwl94</dc:creator>
      <dc:date>2025-02-09T19:09:59Z</dc:date>
    </item>
  </channel>
</rss>

