<?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 Invert Col Rank Functionality in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Invert-Col-Rank-Functionality/m-p/49373#M28073</link>
    <description>&lt;P&gt;All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Is there a way to invert Col Rank() functionality especially when using with a By Variable i.e. by default Col Rank() assigns 1 the lowest value in the group. However, I would like it to assign "1" the highest value similar to the Sort Argument allowing a "descending" flag.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2018 15:36:07 GMT</pubDate>
    <dc:creator>uday_guntupalli</dc:creator>
    <dc:date>2018-01-08T15:36:07Z</dc:date>
    <item>
      <title>Invert Col Rank Functionality</title>
      <link>https://community.jmp.com/t5/Discussions/Invert-Col-Rank-Functionality/m-p/49373#M28073</link>
      <description>&lt;P&gt;All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Is there a way to invert Col Rank() functionality especially when using with a By Variable i.e. by default Col Rank() assigns 1 the lowest value in the group. However, I would like it to assign "1" the highest value similar to the Sort Argument allowing a "descending" flag.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 15:36:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Invert-Col-Rank-Functionality/m-p/49373#M28073</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2018-01-08T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Invert Col Rank Functionality</title>
      <link>https://community.jmp.com/t5/Discussions/Invert-Col-Rank-Functionality/m-p/49375#M28075</link>
      <description>&lt;P&gt;Here is a simple example of how to do it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );
New Column( "Rank Height",
	Formula(
		Col Rank( :height, &amp;lt;&amp;lt;tie( "average" ) )
	)
);
New Column( "Rank Height by age",
	Formula( col number(:height, :age)+1-Col Rank( :height, :age ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Jan 2018 15:43:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Invert-Col-Rank-Functionality/m-p/49375#M28075</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-01-08T15:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Invert Col Rank Functionality</title>
      <link>https://community.jmp.com/t5/Discussions/Invert-Col-Rank-Functionality/m-p/49377#M28076</link>
      <description>&lt;P&gt;Thanks for the quick turn around Jim.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably, worth requesting this a feature request for future releases.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 15:49:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Invert-Col-Rank-Functionality/m-p/49377#M28076</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2018-01-08T15:49:39Z</dc:date>
    </item>
  </channel>
</rss>

