<?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: Linenumber or rank by group in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603910#M13293</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;any idea? Thanks a lot in advance&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2019 17:35:57 GMT</pubDate>
    <dc:creator>acordes</dc:creator>
    <dc:date>2019-11-13T17:35:57Z</dc:date>
    <item>
      <title>Linenumber or rank by group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603554#M13290</link>
      <description>&lt;P&gt;The rank option in the right panel comes in handy.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But how can I use a rank-by construct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a data step I would i.e. apply the "first" function to reset the rank counter on the aggregated data like an output of proc freq.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But in VA I don't know how to solve it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was trying around with aggregated data source + aggregated cell, but I do not succeed in resetting every time a new outer group starts.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rank by.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33899i739DCAF80A8F6728/image-size/large?v=v2&amp;amp;px=999" role="button" title="rank by.jpg" alt="rank by.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 14:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603554#M13290</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2019-11-12T14:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Linenumber or rank by group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603910#M13293</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;&amp;nbsp;any idea? Thanks a lot in advance&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 17:35:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603910#M13293</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2019-11-13T17:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linenumber or rank by group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603918#M13294</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure I understand what you want to do. Your workaround with the cumulative total seems to provide a line number, but did you want this number to start over at one for each value of the TMA category?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 17:56:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603918#M13294</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-11-13T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Linenumber or rank by group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603919#M13295</link>
      <description>&lt;P&gt;Thanks for replying to me call &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Yes, indeed, I want to filter the object by those TMAIMGs that are the TOP3 most frequent BY their TMA group.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I use the rank option with TOP3 and add the TOP3 by TMA, the result is not satisfactory.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore I thought about creating a rank that starts over for every new TMA group. This value I could use in the filter i.e.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 18:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603919#M13295</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2019-11-13T18:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Linenumber or rank by group</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603921#M13297</link>
      <description>&lt;P&gt;Thanks for the clarification, I understand the goal now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure of how to do this in VA, unfortunately. Someone else might know a way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 18:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Linenumber-or-rank-by-group/m-p/603921#M13297</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-11-13T18:11:10Z</dc:date>
    </item>
  </channel>
</rss>

