<?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 Problem in Bottom Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877991#M1006906</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 a bar graph to show the top and bottom analysis for products.The Top analysis shown in the graph is correct but i am facing problem in bottom analysis.As soon as i am using 'Smallest' and giving the value=10,no data is displayed on the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the qvw.Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 09:12:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-18T09:12:59Z</dc:date>
    <item>
      <title>Problem in Bottom Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877991#M1006906</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 a bar graph to show the top and bottom analysis for products.The Top analysis shown in the graph is correct but i am facing problem in bottom analysis.As soon as i am using 'Smallest' and giving the value=10,no data is displayed on the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the qvw.Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877991#M1006906</guid>
      <dc:creator />
      <dc:date>2015-05-18T09:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Bottom Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877992#M1006907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to untick - 'Suppress Zero-Values' on the presentation tab, you a many @raw_Material where the qty value is zero and one with a quantity 0f -127160606&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86793_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877992#M1006907</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-18T09:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Bottom Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877993#M1006908</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;In the qvw shared by you, the reason you are not getting smallest 10 values is because the 10 small values &lt;/P&gt;&lt;P&gt;have sum(ILPAID/10000) as zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the bottom chart go to presentation -- uncheck suppress zero values you will see raw material with 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you have one -ve value for expression for casurina poles which will not come as fabs function is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence your qvw is showing accurate results .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Khushboo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877993#M1006908</guid>
      <dc:creator />
      <dc:date>2015-05-18T09:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Bottom Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877994#M1006909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;=fabs(sum({&amp;lt;@Raw_Material ={"=Sum(ILPAID) &amp;gt;0"}&amp;gt;}ILPAID)/10000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In data model, there are lot of zero values. &lt;/P&gt;&lt;P&gt;Bottom 10 values are zeros. So chart doesn't display zeo values untill uncheck suppress zero values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877994#M1006909</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-05-18T09:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Bottom Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877995#M1006910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It really helped me...Thankss &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 10:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Bottom-Analysis/m-p/877995#M1006910</guid>
      <dc:creator />
      <dc:date>2015-05-18T10:44:10Z</dc:date>
    </item>
  </channel>
</rss>

