<?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: Return value in one column based on location of a value in another column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Return-value-in-one-column-based-on-location-of-a-value-in/m-p/238238#M47062</link>
    <description>Nevermind, I can add a column to calculate the column maximum, and then select where the test date matches the column maximum test date for each die, and then create a subset of the data from the selected rows.</description>
    <pubDate>Wed, 11 Dec 2019 17:10:30 GMT</pubDate>
    <dc:creator>MarkDayton</dc:creator>
    <dc:date>2019-12-11T17:10:30Z</dc:date>
    <item>
      <title>Return value in one column based on location of a value in another column</title>
      <link>https://community.jmp.com/t5/Discussions/Return-value-in-one-column-based-on-location-of-a-value-in/m-p/238228#M47061</link>
      <description>&lt;P&gt;I have a dataset where devices are identified by lot, wafer, and die; and each part may have multiple tests. I can search the test date column to find when the last test was run on each die, I then need to know from the pass_fail column what the status of the last test was, something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;:PASS_FAIL[ row of&amp;nbsp;Col Maximum(:TEST DATE, :LOTID, :WAFER, :DIE)]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am hoping for a formula that I can use in Graph Build to generate pass/fail wafer maps based on the state of the last test for each die.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 17:02:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-value-in-one-column-based-on-location-of-a-value-in/m-p/238228#M47061</guid>
      <dc:creator>MarkDayton</dc:creator>
      <dc:date>2019-12-11T17:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Return value in one column based on location of a value in another column</title>
      <link>https://community.jmp.com/t5/Discussions/Return-value-in-one-column-based-on-location-of-a-value-in/m-p/238238#M47062</link>
      <description>Nevermind, I can add a column to calculate the column maximum, and then select where the test date matches the column maximum test date for each die, and then create a subset of the data from the selected rows.</description>
      <pubDate>Wed, 11 Dec 2019 17:10:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-value-in-one-column-based-on-location-of-a-value-in/m-p/238238#M47062</guid>
      <dc:creator>MarkDayton</dc:creator>
      <dc:date>2019-12-11T17:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Return value in one column based on location of a value in another column</title>
      <link>https://community.jmp.com/t5/Discussions/Return-value-in-one-column-based-on-location-of-a-value-in/m-p/238239#M47063</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Select Where( :Test Date == Col Maximum(:TEST DATE, :LOTID, :WAFER, :DIE))&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Dec 2019 14:46:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-value-in-one-column-based-on-location-of-a-value-in/m-p/238239#M47063</guid>
      <dc:creator>MarkDayton</dc:creator>
      <dc:date>2019-12-12T14:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Return value in one column based on location of a value in another column</title>
      <link>https://community.jmp.com/t5/Discussions/Return-value-in-one-column-based-on-location-of-a-value-in/m-p/238240#M47064</link>
      <description>&lt;P&gt;Better Solution:&lt;BR /&gt;&lt;BR /&gt;In Graph Builder create a transform formula:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:TEST DATE == Col Maximum(:TEST DATE, :LOTID, :WAFER, :DIE)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Then add a Data Filter to select where the transform = 1, no subset required.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 14:47:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-value-in-one-column-based-on-location-of-a-value-in/m-p/238240#M47064</guid>
      <dc:creator>MarkDayton</dc:creator>
      <dc:date>2019-12-12T14:47:11Z</dc:date>
    </item>
  </channel>
</rss>

