<?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: Exclude Dimension in Expression (Pivot table) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093516#M920580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&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: 13px;"&gt;count(&lt;STRONG&gt;Total&lt;/STRONG&gt; DISTINCT {&amp;lt;[Fiscal Year]=,[Fiscal Month]=,Quarter=,Day=, SALEDATE=, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;REGION=, TOWN=,DSRNAME= &amp;gt;}&amp;nbsp; SHOPCODE)&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: 13px;"&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: 13px;"&gt;Update: If you have multiple dimensions in the chart, you might have to add prior dimensions in 'Total' like: &lt;STRONG&gt;Total &amp;lt;Dim1, Dim2&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2016 08:57:15 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2016-04-25T08:57:15Z</dc:date>
    <item>
      <title>Exclude Dimension in Expression (Pivot table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093515#M920579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I am stuck in a problem.&lt;/P&gt;&lt;P&gt;i select a pivot chart&lt;/P&gt;&lt;P&gt;consist of 4 dimension&lt;/P&gt;&lt;P&gt;Town, distributor name , date and dsrname&lt;/P&gt;&lt;P&gt;based on this i used expressions&lt;/P&gt;&lt;P&gt;one of expression i used&amp;nbsp; want to exclude &lt;STRONG style="font-size: 12pt;"&gt;DISTRIBUTORNAME &lt;/STRONG&gt;which i used as a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used this expression but its not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(DISTINCT {&amp;lt;[Fiscal Year]=,[Fiscal Month]=,Quarter=,Day=, SALEDATE=, &lt;STRONG style="font-size: 12pt;"&gt;DISTRIBUTORNAME=,&lt;/STRONG&gt; REGION=, TOWN=,DSRNAME= &amp;gt;}&amp;nbsp; SHOPCODE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to exclude all dimension from expression.&lt;/P&gt;&lt;P&gt;How can i d this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Required help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Noman khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093515#M920579</guid>
      <dc:creator>noman212</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Dimension in Expression (Pivot table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093516#M920580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&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: 13px;"&gt;count(&lt;STRONG&gt;Total&lt;/STRONG&gt; DISTINCT {&amp;lt;[Fiscal Year]=,[Fiscal Month]=,Quarter=,Day=, SALEDATE=, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;REGION=, TOWN=,DSRNAME= &amp;gt;}&amp;nbsp; SHOPCODE)&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: 13px;"&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: 13px;"&gt;Update: If you have multiple dimensions in the chart, you might have to add prior dimensions in 'Total' like: &lt;STRONG&gt;Total &amp;lt;Dim1, Dim2&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 08:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093516#M920580</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-04-25T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Dimension in Expression (Pivot table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093517#M920581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate on how it is not working? Is the expression filtering out data based on when you make selections? Would you be able to provide screenshots if providing sample isn't possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 09:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093517#M920581</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Dimension in Expression (Pivot table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093518#M920582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(DISTINCT {&amp;lt;[Fiscal Year]=,[Fiscal Month]=,Quarter=,Day=, SALEDATE=,DISTRIBUTORNAME= &amp;gt;}&amp;nbsp; SHOPCODE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want Count of shop code Town wise&lt;/P&gt;&lt;P&gt;like Chinnot has a count of 322 total shops&lt;/P&gt;&lt;P&gt;DI Khan has a total of 423 shop and so on...&lt;/P&gt;&lt;P&gt;i exclude Distributor name in expression but it bifurcate total no of shop with "distribution name".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="122607" alt="11.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122607_11.png" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="122608" alt="12.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/122608_12.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093518#M920582</guid>
      <dc:creator>noman212</dc:creator>
      <dc:date>2016-04-25T10:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Dimension in Expression (Pivot table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093519#M920583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need this (as &lt;A _jive_internal="true" href="https://community.qlik.com/people/tresesco"&gt;tresesco&lt;/A&gt; also mentioned)&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: 13px;"&gt;&lt;STRONG&gt;Count(DISTINCT &lt;SPAN style="color: #ff0000;"&gt;TOTAL &amp;lt;REGION, TOWN&amp;gt;&lt;/SPAN&gt; {&amp;lt;[Fiscal Year]=,[Fiscal Month]=,Quarter=,Day=, SALEDATE=,DISTRIBUTORNAME= &amp;gt;}&amp;nbsp; SHOPCODE)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Dimension-in-Expression-Pivot-table/m-p/1093519#M920583</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:54:32Z</dc:date>
    </item>
  </channel>
</rss>

