<?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 How to get the row number of the most recent date in the date column of a data table? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-get-the-row-number-of-the-most-recent-date-in-the-date/m-p/695755#M88088</link>
    <description>&lt;P&gt;I want to get&amp;nbsp; the row number of the most recent date in the date column of a data table?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying the following for the Date column in my data table&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;colmax(Data Table( "myData" ):Date);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;gives me a number which is much greater than the number of rows in my data table so not making sense. Any direction would be useful.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2023 16:52:32 GMT</pubDate>
    <dc:creator>Neo</dc:creator>
    <dc:date>2023-11-08T16:52:32Z</dc:date>
    <item>
      <title>How to get the row number of the most recent date in the date column of a data table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-row-number-of-the-most-recent-date-in-the-date/m-p/695755#M88088</link>
      <description>&lt;P&gt;I want to get&amp;nbsp; the row number of the most recent date in the date column of a data table?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying the following for the Date column in my data table&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;colmax(Data Table( "myData" ):Date);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;gives me a number which is much greater than the number of rows in my data table so not making sense. Any direction would be useful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 16:52:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-row-number-of-the-most-recent-date-in-the-date/m-p/695755#M88088</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-11-08T16:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the row number of the most recent date in the date column of a data table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-the-row-number-of-the-most-recent-date-in-the-date/m-p/695765#M88090</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; get rows where (:date == col Maximum(:date))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just Col Max&amp;nbsp; gives you the max date (in seconds). Then compare the max with the individual values to find the matches.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 17:16:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-the-row-number-of-the-most-recent-date-in-the-date/m-p/695765#M88090</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-11-08T17:16:47Z</dc:date>
    </item>
  </channel>
</rss>

