<?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: Suppress Values in Calculated Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-Values-in-Calculated-Dimensions/m-p/1109329#M367061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan,&lt;/P&gt;&lt;P&gt;This works. My first question on the community answered in record time.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I tried the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;'Suppress when Value is NULL' option with my original expression, but it did not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Could you explain this solution in a bit more detail ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2016 10:31:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-24T10:31:53Z</dc:date>
    <item>
      <title>Suppress Values in Calculated Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Values-in-Calculated-Dimensions/m-p/1109327#M367059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to show the sales forecast per week for my top 5 sellers till date in line chart.&lt;/P&gt;&lt;P&gt;The data is as follows:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Model_Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Month_Week&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Units Sold&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Forecast_Run_1&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Forecast_Run_2&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;The data is there for Jan to June however the &lt;SPAN style="font-size: 13.3333px;"&gt;forecast is only for the 4 weeks of June,2015.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have achieved the same by creating a line chart &lt;STRONG&gt;Month_Week&lt;/STRONG&gt; as one dimension and another calculated dimension &lt;STRONG&gt;Model &lt;/STRONG&gt;which is as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=If(Match(Model_Name,if(Aggr(Rank(Sum({1}Units_Sold)),Model_Name)&amp;lt;=5,Model_Name)),Model_Name,'Others')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am getting the following result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Top Sellers.png" class="jive-image image-1" src="/legacyfs/online/129086_Top Sellers.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I am getting the required products,but also getting an &lt;STRONG&gt;Others &lt;/STRONG&gt;field,which comes as a - if not included in the if condition for calculated dimension. I want to get rid of this field. I have tried using Dimension Limits but to no avail.&lt;/P&gt;&lt;P&gt;Please suggest a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 10:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Values-in-Calculated-Dimensions/m-p/1109327#M367059</guid>
      <dc:creator />
      <dc:date>2016-06-24T10:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Values in Calculated Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Values-in-Calculated-Dimensions/m-p/1109328#M367060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using this as calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=Aggr( If(Rank(Sum({1}Units_Sold))&amp;lt;=5,Model_Name),Model_Name)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;and enable 'Suppress when Value is NULL'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;on dimension tab&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 10:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Values-in-Calculated-Dimensions/m-p/1109328#M367060</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-24T10:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress Values in Calculated Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-Values-in-Calculated-Dimensions/m-p/1109329#M367061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan,&lt;/P&gt;&lt;P&gt;This works. My first question on the community answered in record time.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I tried the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;'Suppress when Value is NULL' option with my original expression, but it did not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Could you explain this solution in a bit more detail ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 10:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-Values-in-Calculated-Dimensions/m-p/1109329#M367061</guid>
      <dc:creator />
      <dc:date>2016-06-24T10:31:53Z</dc:date>
    </item>
  </channel>
</rss>

