<?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: Filter and Rank in VA 7.1 Report in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195284#M1562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already tried, but it looks like VA ranks records before filtering.&lt;/P&gt;&lt;P&gt;So I use an out-of scale value for records for which M2 &amp;lt; 5.&lt;/P&gt;&lt;P&gt;Thanks a lot, anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 08:31:23 GMT</pubDate>
    <dc:creator>ita_sas</dc:creator>
    <dc:date>2015-07-20T08:31:23Z</dc:date>
    <item>
      <title>Filter and Rank in VA 7.1 Report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195280#M1558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;I'm experimenting a problem in using filtering and ranking features in a bar-chart.&lt;/P&gt;&lt;P&gt;I have a category (CAT1) with more than 5000 occurrences and 2 measures (M1 and M2).&lt;/P&gt;&lt;P&gt;I need to show in a bar-chart &lt;SPAN lang="en"&gt;the worst 10 items (not missing)&lt;/SPAN&gt; according M1, but for which M2 &amp;gt;=5.&lt;/P&gt;&lt;P&gt;The problem is that with these filters and ranking I always have an empty chart.&lt;/P&gt;&lt;P&gt;I do some attemps and it seems as ranking is applied before filtering and not aftes (as I need!!!)&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 14:37:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195280#M1558</guid>
      <dc:creator>ita_sas</dc:creator>
      <dc:date>2015-07-03T14:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter and Rank in VA 7.1 Report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195281#M1559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;maybe you can first create a new calc field M1_1 that only fills when M2 =&amp;gt; 5.&lt;/P&gt;&lt;P&gt;Now you can use this measure in the bargraph and rank it.&lt;/P&gt;&lt;P&gt;greetings Peter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 20:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195281#M1559</guid>
      <dc:creator>PeterWijers</dc:creator>
      <dc:date>2015-07-03T20:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filter and Rank in VA 7.1 Report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195282#M1560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I've already tried an IF/ELSE statement with a new measure M1_1 with Missing in ELSE statement, but it doesn't work.&lt;/P&gt;&lt;P&gt;Now I try setting an out-of-scale value (in my much more big than max value, because I need to show the most little values) for M1_1 and in this case it works!!!&lt;/P&gt;&lt;P&gt;My be "Missing" value is not suit for classifications...&lt;/P&gt;&lt;P&gt;Thank you very much indeed!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 14:31:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195282#M1560</guid>
      <dc:creator>ita_sas</dc:creator>
      <dc:date>2015-07-06T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filter and Rank in VA 7.1 Report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195283#M1561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand it, the problem is that "Bottom" rankings in VA include missing values as the least values, so your calculated item,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;IF M2 =&amp;gt; 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;RETURN M1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ELSE .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gives all missing values as its "Bottom 10" rank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that what you are seeing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you might try adding a filter on the calculated measure and deselecting the "Include missing values" checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or as a filter expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'M1_1'n NotMissing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that should give you the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:09:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195283#M1561</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2015-07-06T15:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filter and Rank in VA 7.1 Report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195284#M1562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already tried, but it looks like VA ranks records before filtering.&lt;/P&gt;&lt;P&gt;So I use an out-of scale value for records for which M2 &amp;lt; 5.&lt;/P&gt;&lt;P&gt;Thanks a lot, anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 08:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-and-Rank-in-VA-7-1-Report/m-p/195284#M1562</guid>
      <dc:creator>ita_sas</dc:creator>
      <dc:date>2015-07-20T08:31:23Z</dc:date>
    </item>
  </channel>
</rss>

