<?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: Rank on Field having empty values. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-on-Field-having-empty-values/m-p/62754#M10487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use this if you want the rank to be null for when the sales is null?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rank(Only({&amp;lt;Sales = {"=Len(Trim(Sales)) &amp;gt; 0"}&amp;gt;}Sales),0,1)&lt;/STRONG&gt; -&amp;gt; For Blank Sales (not null)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rank(Only({&amp;lt;Sales = {"*"}&amp;gt;}Sales),0,1) &lt;/STRONG&gt;-&amp;gt; For when Sales is truly null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2018 12:50:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-05T12:50:46Z</dc:date>
    <item>
      <title>Rank on Field having empty values.</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-on-Field-having-empty-values/m-p/62752#M10485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using ONLY aggregation function to display the values (cant use SUM&amp;nbsp; etc.), now I have a problem, where I need to rank the values, and values having empty string are ranked above the others. But I need them to be below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198596_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I am also attaching this example file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 12:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-on-Field-having-empty-values/m-p/62752#M10485</guid>
      <dc:creator>retko1985</dc:creator>
      <dc:date>2018-04-05T12:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rank on Field having empty values.</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-on-Field-having-empty-values/m-p/62753#M10486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;it's strange&lt;/P&gt;&lt;P&gt;in doc, we see :&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 18pt;"&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 18pt;"&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 18pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ranking functions in charts&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 18pt;"&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 18pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 10pt;"&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 10pt;"&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;These functions can only be used in chart expressions.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 10pt;"&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Suppression of zero values is automatically disabled when these functions are used. NULL&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;values are disregarded.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 12:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-on-Field-having-empty-values/m-p/62753#M10486</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-05T12:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rank on Field having empty values.</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-on-Field-having-empty-values/m-p/62754#M10487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use this if you want the rank to be null for when the sales is null?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rank(Only({&amp;lt;Sales = {"=Len(Trim(Sales)) &amp;gt; 0"}&amp;gt;}Sales),0,1)&lt;/STRONG&gt; -&amp;gt; For Blank Sales (not null)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rank(Only({&amp;lt;Sales = {"*"}&amp;gt;}Sales),0,1) &lt;/STRONG&gt;-&amp;gt; For when Sales is truly null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 12:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-on-Field-having-empty-values/m-p/62754#M10487</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-05T12:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Rank on Field having empty values.</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-on-Field-having-empty-values/m-p/62755#M10488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-on-Field-having-empty-values/m-p/62755#M10488</guid>
      <dc:creator>retko1985</dc:creator>
      <dc:date>2018-04-05T14:37:59Z</dc:date>
    </item>
  </channel>
</rss>

