<?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: Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/248442#M580589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Works perfectly! One more thing! Because only 2 Periods have Calles in but because of the population he now shows all the periods. How&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I suppress&amp;nbsp; Periods without Calls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 15:55:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-02T15:55:08Z</dc:date>
    <item>
      <title>Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/248440#M580587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a pivottable with an expression population and calls. If i add&amp;nbsp; a dimension Period the calls should separated by Period but the population&lt;/P&gt;&lt;P&gt;should not change! See attached excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any iedas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Juri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 15:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/248440#M580587</guid>
      <dc:creator />
      <dc:date>2012-02-02T15:03:11Z</dc:date>
    </item>
    <item>
      <title>Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/248441#M580588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe use this:&lt;/P&gt;&lt;P&gt;Count (DISTINCT {$&amp;lt;Jahr=,Monat=,PROD=,OWNERLOGIN=,Periode=,DETAIL=,Kontakttyp=&amp;gt;} TOTAL&amp;lt;New_Area&amp;gt; CID)&lt;/P&gt;&lt;P&gt;for the Population expression. This will make the expression ignore all chart dimensions except New_area (as this is the one you want to keep) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 15:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/248441#M580588</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2012-02-02T15:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/248442#M580589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Works perfectly! One more thing! Because only 2 Periods have Calles in but because of the population he now shows all the periods. How&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I suppress&amp;nbsp; Periods without Calls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 15:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/248442#M580589</guid>
      <dc:creator />
      <dc:date>2012-02-02T15:55:08Z</dc:date>
    </item>
    <item>
      <title>Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/248443#M580593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like that:&lt;/P&gt;&lt;P&gt;If(Count (DISTINCT TOTAL&amp;lt;Periode&amp;gt; ROW_ID)&amp;gt;0,Count (DISTINCT {$&amp;lt;Jahr=,Monat=,PROD=,OWNERLOGIN=,Periode=,DETAIL=,Kontakttyp=&amp;gt;} TOTAL&amp;lt;New_Area&amp;gt; CID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, the condition is Calls expression, with TOTAL&amp;lt;Periode&amp;gt; added just in case there is a New_Area with no calls in some period (presumably you wouldn't like to show nothing for Population in that case). If you can be absolutely sure there will be no cases like that, TOTAL&amp;lt;Periode&amp;gt; is not necessary and you coud write it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Calls]&amp;gt;0,Count (DISTINCT {$&amp;lt;Jahr=,Monat=,PROD=,OWNERLOGIN=,Periode=,DETAIL=,Kontakttyp=&amp;gt;} TOTAL&amp;lt;New_Area&amp;gt; CID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 16:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table/m-p/248443#M580593</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2012-02-02T16:04:52Z</dc:date>
    </item>
  </channel>
</rss>

