<?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 Count Null values in pivot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318451#M825427</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;How can i count the null values for max month from this pivot table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression: Sum({&amp;lt;Kontonr={4297,4298,4299}&amp;gt;}[Bokført beløp])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170395_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Count Null values in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318451#M825427</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;How can i count the null values for max month from this pivot table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression: Sum({&amp;lt;Kontonr={4297,4298,4299}&amp;gt;}[Bokført beløp])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170395_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&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/Count-Null-values-in-pivot/m-p/1318451#M825427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count Null values in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318452#M825429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think that you need to construct a cartesian product betw accounts and month. Then you should be able to count all non-occurences within selected monthes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 12:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318452#M825429</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-07-17T12:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Count Null values in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318453#M825430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for reply &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Got an example for that? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 12:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318453#M825430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-17T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count Null values in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318454#M825431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just as aircode:&lt;/P&gt;&lt;P&gt;RunningCalendar: LOAD MONTH(Date) AS Maned INLINE (Date&lt;/P&gt;&lt;P&gt;1/1/2017&lt;/P&gt;&lt;P&gt;1/2/2017&lt;/P&gt;&lt;P&gt;1/3/2017&lt;/P&gt;&lt;P&gt;1/4/2017&lt;/P&gt;&lt;P&gt;......];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN LOAD (RunningCalendar) DISTINCT Account FROM ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this you should have a big table with an entry for each Month and existing Account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 12:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318454#M825431</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-07-17T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count Null values in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318455#M825432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Marius!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this topic:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/264912"&gt;checking null in set analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use expressions from there and modify them with maxdate condition, and you should get what you are lookin for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 12:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Null-values-in-pivot/m-p/1318455#M825432</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-07-17T12:38:25Z</dc:date>
    </item>
  </channel>
</rss>

