<?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 Hide null expression records in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-null-expression-records-in-pivot-table/m-p/971430#M332522</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 have a requirement where I have to show under performing stores for a month based on a sales condition.&lt;/P&gt;&lt;P&gt;I have attached a sample qvw with data. If user select a month, he should be able to see under performing stores for that month.&lt;/P&gt;&lt;P&gt;if sum(sales)&amp;lt;5 then store is consider as under performing store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example if user selects feb month, he should see store s2, s3 however as per my expression, he is seeing s1, s2 and s3. &lt;/P&gt;&lt;P&gt;Please help me finding a solution for this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Sep 2015 01:00:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-04T01:00:01Z</dc:date>
    <item>
      <title>Hide null expression records in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-expression-records-in-pivot-table/m-p/971430#M332522</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 have a requirement where I have to show under performing stores for a month based on a sales condition.&lt;/P&gt;&lt;P&gt;I have attached a sample qvw with data. If user select a month, he should be able to see under performing stores for that month.&lt;/P&gt;&lt;P&gt;if sum(sales)&amp;lt;5 then store is consider as under performing store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example if user selects feb month, he should see store s2, s3 however as per my expression, he is seeing s1, s2 and s3. &lt;/P&gt;&lt;P&gt;Please help me finding a solution for this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 01:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-expression-records-in-pivot-table/m-p/971430#M332522</guid>
      <dc:creator />
      <dc:date>2015-09-04T01:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hide null expression records in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-expression-records-in-pivot-table/m-p/971431#M332523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please replace your dimension as =if(Aggr(Sales,Store)&amp;lt;5,Store,null()) instead of 'Store' and check suppress when value is null option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Karthikeyan A R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 01:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-expression-records-in-pivot-table/m-p/971431#M332523</guid>
      <dc:creator>karthikeyan1504</dc:creator>
      <dc:date>2015-09-04T01:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hide null expression records in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-expression-records-in-pivot-table/m-p/971432#M332524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthikeyan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your solution. It was quick. I just modified your calculated dimension as &lt;/P&gt;&lt;P&gt;=if(Aggr(sum(Sales), Store)&amp;lt;5, Store, null()) to get the correct result if 1 month is selected but if user selects more than 1 month or doesn't select any month, there is no data being displayed in chart. I would still want to show all under performing stores even if their sales are &amp;lt;5 for one month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 16:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-expression-records-in-pivot-table/m-p/971432#M332524</guid>
      <dc:creator />
      <dc:date>2015-09-04T16:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hide null expression records in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-null-expression-records-in-pivot-table/m-p/971433#M332525</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;if you want to hide dimensions, use set analysis instead of trix with dimensions.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;5"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; should do your jobb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 19:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-null-expression-records-in-pivot-table/m-p/971433#M332525</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2015-09-04T19:37:24Z</dc:date>
    </item>
  </channel>
</rss>

