<?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 Finding value of column y at max value of column X in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Finding-value-of-column-y-at-max-value-of-column-X/m-p/529138#M75264</link>
    <description>&lt;P&gt;I want to find the maxium value in column "Power (dBm)" grouped by BarID, ChipID.&lt;/P&gt;&lt;P&gt;And use that to find the corresponding value in column "Wavelength (nm)" to give me a summary table showing the value of maxium power and what value of wavelngth it occurs at grouped by BarID, ChipID etc.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="siphoss_0-1659393423869.png" style="width: 683px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44473i4DEF9244C9BCD7BD/image-dimensions/683x367?v=v2" width="683" height="367" role="button" title="siphoss_0-1659393423869.png" alt="siphoss_0-1659393423869.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:52:17 GMT</pubDate>
    <dc:creator>sipho-ss</dc:creator>
    <dc:date>2023-06-10T23:52:17Z</dc:date>
    <item>
      <title>Finding value of column y at max value of column X</title>
      <link>https://community.jmp.com/t5/Discussions/Finding-value-of-column-y-at-max-value-of-column-X/m-p/529138#M75264</link>
      <description>&lt;P&gt;I want to find the maxium value in column "Power (dBm)" grouped by BarID, ChipID.&lt;/P&gt;&lt;P&gt;And use that to find the corresponding value in column "Wavelength (nm)" to give me a summary table showing the value of maxium power and what value of wavelngth it occurs at grouped by BarID, ChipID etc.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="siphoss_0-1659393423869.png" style="width: 683px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/44473i4DEF9244C9BCD7BD/image-dimensions/683x367?v=v2" width="683" height="367" role="button" title="siphoss_0-1659393423869.png" alt="siphoss_0-1659393423869.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:52:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Finding-value-of-column-y-at-max-value-of-column-X/m-p/529138#M75264</guid>
      <dc:creator>sipho-ss</dc:creator>
      <dc:date>2023-06-10T23:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Finding value of column y at max value of column X</title>
      <link>https://community.jmp.com/t5/Discussions/Finding-value-of-column-y-at-max-value-of-column-X/m-p/529187#M75266</link>
      <description>&lt;P&gt;Here is an example of doing a similar thing using the Big Class data table&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = 
// Open Data Table: big class.jmp
// → Data Table( "big class" )
Open( "$SAMPLE_DATA/big class.jmp" );

dt &amp;lt;&amp;lt; select where(col max(:height,:sex) == :height );

dt &amp;lt;&amp;lt; subset(selected rows(1), columns({"Sex","Height","Weight"}));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Aug 2022 00:41:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Finding-value-of-column-y-at-max-value-of-column-X/m-p/529187#M75266</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-02T00:41:48Z</dc:date>
    </item>
  </channel>
</rss>

