<?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 Filtering particular values in a dimension - pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-particular-values-in-a-dimension-pivot-Table/m-p/236654#M87808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want the pivot table to show only Zone 1? Perhaps use a calculated dimension and suppress when null?&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(Zone='Zone 1',Zone)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2010 00:19:00 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2010-02-12T00:19:00Z</dc:date>
    <item>
      <title>Filtering particular values in a dimension - pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-particular-values-in-a-dimension-pivot-Table/m-p/236653#M87807</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 am having a criteria to filter the zone 1 only in my pivot table from zone dimension.I attached the excel sheet data and expected output for the same.Can anyone suggest the way to complete it.&lt;/P&gt;&lt;P&gt;Input table for the pivot table:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1067_sourceID:1067" /&gt;&lt;/P&gt;&lt;P&gt;Expected pivot table output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1068_sourceID:1068" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 10:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-particular-values-in-a-dimension-pivot-Table/m-p/236653#M87807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-11T10:12:57Z</dc:date>
    </item>
    <item>
      <title>Filtering particular values in a dimension - pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-particular-values-in-a-dimension-pivot-Table/m-p/236654#M87808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want the pivot table to show only Zone 1? Perhaps use a calculated dimension and suppress when null?&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(Zone='Zone 1',Zone)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 00:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-particular-values-in-a-dimension-pivot-Table/m-p/236654#M87808</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-12T00:19:00Z</dc:date>
    </item>
    <item>
      <title>Filtering particular values in a dimension - pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-particular-values-in-a-dimension-pivot-Table/m-p/236655#M87809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if your expressions allows move the if statement inside the expression rather then making a calculated expression (better performance as John earlier stated in another post).&lt;/P&gt;&lt;P&gt;F.ex. If your expression is sum(Revenue) make sum(if(Zone='Zone 1',Revenue,null()) and supress null on Zone dimension.&lt;/P&gt;&lt;P&gt;An ever better solution is to move the if statement to the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 01:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-particular-values-in-a-dimension-pivot-Table/m-p/236655#M87809</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2010-02-12T01:33:52Z</dc:date>
    </item>
    <item>
      <title>Filtering particular values in a dimension - pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-particular-values-in-a-dimension-pivot-Table/m-p/236656#M87810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good points. I think you're right that the best solution is to move it into the script. In the same table that has the Zone field, add a new field:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(Zone='Zone 1',Zone) as "Zone 1",&lt;/P&gt;&lt;P&gt;Then use "Zone 1" as your dimension instead of Zone, and suppress null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 01:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-particular-values-in-a-dimension-pivot-Table/m-p/236656#M87810</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-12T01:45:20Z</dc:date>
    </item>
  </channel>
</rss>

