<?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 Using Row Subscript in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Using-Row-Subscript/m-p/674#M674</link>
    <description>How can I use the row subscript function to get the maximum value from another column for all rows preceding the current row?&lt;BR /&gt;Here is what I would like to do:&lt;BR /&gt;(current row value)/(Max row value from only the rows above current row)</description>
    <pubDate>Mon, 31 Aug 2009 16:31:12 GMT</pubDate>
    <dc:creator>coolmccool</dc:creator>
    <dc:date>2009-08-31T16:31:12Z</dc:date>
    <item>
      <title>Using Row Subscript</title>
      <link>https://community.jmp.com/t5/Discussions/Using-Row-Subscript/m-p/674#M674</link>
      <description>How can I use the row subscript function to get the maximum value from another column for all rows preceding the current row?&lt;BR /&gt;Here is what I would like to do:&lt;BR /&gt;(current row value)/(Max row value from only the rows above current row)</description>
      <pubDate>Mon, 31 Aug 2009 16:31:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-Row-Subscript/m-p/674#M674</guid>
      <dc:creator>coolmccool</dc:creator>
      <dc:date>2009-08-31T16:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using Row Subscript</title>
      <link>https://community.jmp.com/t5/Discussions/Using-Row-Subscript/m-p/675#M675</link>
      <description>The most straightforward way to do this is with two columns, each with it's own formula:&lt;BR /&gt;&lt;BR /&gt;Use the Big Class.jmp sample data table and create two columns with the following formulas to see what I mean.&lt;BR /&gt;&lt;BR /&gt;Max height so far = If(Row() == 1, :height, Maximum(:height, :Max Height so far[Row() - 1]))&lt;BR /&gt;&lt;BR /&gt;Proportion of max height so far = :height / :Max Height so far&lt;BR /&gt;&lt;BR /&gt;I'm still working to see if I can do it in a single column. &lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 02 Sep 2009 16:10:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-Row-Subscript/m-p/675#M675</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2009-09-02T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using Row Subscript</title>
      <link>https://community.jmp.com/t5/Discussions/Using-Row-Subscript/m-p/676#M676</link>
      <description>Thanks, that works.&lt;BR /&gt;Seems like I had a similar formula that worked using a single column a few versions ago?</description>
      <pubDate>Thu, 10 Sep 2009 19:57:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-Row-Subscript/m-p/676#M676</guid>
      <dc:creator>coolmccool</dc:creator>
      <dc:date>2009-09-10T19:57:04Z</dc:date>
    </item>
  </channel>
</rss>

