<?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: count the null values in a Straight Table in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029897#M929046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad that it is working. please mark the correct answer and close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Mar 2016 07:19:31 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-03-19T07:19:31Z</dc:date>
    <item>
      <title>count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029890#M929039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Every One&lt;/P&gt;&lt;P&gt;This Excel File I'm loading into qlikvew but in this ShopID having some Empty Cells is there i want to count the how many Null values are there in ShopID. and also Count the ShopNo Wise how many ShopId count and ShopId Null Count&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;How to Write the Scripting to finding the NullCount&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;see in below data &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="118636" alt="1258.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118636_1258.png" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sai Madhu&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-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029890#M929039</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029891#M929040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you want in load script ? &lt;/P&gt;&lt;P&gt;Or in set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 06:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029891#M929040</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-03-19T06:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029892#M929041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you load from excel, add a field&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShopNo,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShopID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -len(trim(ShopID))=0 as IsNullOrEmpty&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; yourexcel&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can use&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum(IsNullOrEmpty)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;a similar question with a solution in the chart&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/209672"&gt;How to set null condition in set anslysis?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029892#M929041</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-19T07:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029893#M929042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: maroon; font-size: 12pt; font-family: 'Times New Roman','serif';"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;&lt;STRONG&gt;len&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;&lt;STRONG&gt;trim&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;ShopID&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;))&amp;lt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Shop_Flag&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;ShopNo&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;ShopID&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;[Shop.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;is&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Sheet1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: 'Times New Roman','serif';"&gt;); &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="118651" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118651_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;IMG __jive_id="118655" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118655_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/118656_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/118657_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add more dimension , use aggr function, and aggregate over the shop No if you want result only by ShopNo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029893#M929042</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-19T07:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029894#M929043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD ShopNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShopID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(IsNull(ShopID),'NULL','FULL')&amp;nbsp; AS ShopIDNullFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create one flag to identify or we can directly do in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please specify your requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029894#M929043</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-03-19T07:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029895#M929044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;It will be showing the error Like this &lt;/P&gt;&lt;P&gt;Error in expression:&lt;/P&gt;&lt;P&gt;')' expected&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;LOAD ShopNo, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShopID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =len(Trim(ShopID)=0 as NullShopID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029895#M929044</guid>
      <dc:creator />
      <dc:date>2016-03-19T07:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029896#M929045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Very Much it will working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029896#M929045</guid>
      <dc:creator />
      <dc:date>2016-03-19T07:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029897#M929046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad that it is working. please mark the correct answer and close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029897#M929046</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-19T07:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029898#M929047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where i will put correct option give the guidance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029898#M929047</guid>
      <dc:creator />
      <dc:date>2016-03-19T07:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029899#M929048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you miss the comma adter Product and a ) before =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShopNo,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShopID,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -len(trim(ShopID))=0 as IsNullOrEmpty&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;from&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; yourexcel&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029899#M929048</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-03-19T07:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029900#M929049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will be able to see the "Correct answer" button on left bottom side of the reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029900#M929049</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-19T07:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: count the null values in a Straight Table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029901#M929050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya i got it Thank u verymuch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2016 07:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-null-values-in-a-Straight-Table-in-qlikview/m-p/1029901#M929050</guid>
      <dc:creator />
      <dc:date>2016-03-19T07:43:12Z</dc:date>
    </item>
  </channel>
</rss>

