<?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: Re: Restricting Zero Values in Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538662#M201290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much......that solved my problem !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below I have attached my solution in case someone else hits into this discussion with the same problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindest Regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2013 14:37:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-06T14:37:39Z</dc:date>
    <item>
      <title>Restricting Zero Values in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538658#M201286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help into the below issue I am facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart wherein dimension - Customer is limited to Smallest 5. But chart is showing "No data to display" and found this is because there are 5 Customers with a zero value. If I uncheck "Suppress Zero Values" , it shows 5 Customers with Zero Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to display lowest 5 customers with a non - zero value. How could this be acheived.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 09:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538658#M201286</guid>
      <dc:creator />
      <dc:date>2013-12-06T09:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Zero Values in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538659#M201287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 09:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538659#M201287</guid>
      <dc:creator />
      <dc:date>2013-12-06T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Zero Values in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538660#M201288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;[Customer Name]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;IF(SUM(Sales) &amp;gt; 0, SUM(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort&lt;/P&gt;&lt;P&gt;Y value ascending&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restrict by dimension limit to lowest 5.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 09:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538660#M201288</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-12-06T09:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Zero Values in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538661#M201289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way is&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;if(Aggr(Rank(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF(SUM(Sales) &amp;gt; 0, -SUM(Sales))&lt;/SPAN&gt;),[Customer Name])&amp;lt;=5, [Customer Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to restrict data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 09:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538661#M201289</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-12-06T09:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Restricting Zero Values in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538662#M201290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much......that solved my problem !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below I have attached my solution in case someone else hits into this discussion with the same problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindest Regards,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 14:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538662#M201290</guid>
      <dc:creator />
      <dc:date>2013-12-06T14:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting Zero Values in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538663#M201291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad that my reply help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 14:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restricting-Zero-Values-in-Chart/m-p/538663#M201291</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-12-06T14:40:58Z</dc:date>
    </item>
  </channel>
</rss>

