<?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 in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450432#M458993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN that case, It is not considering Order Number as 'Null' but 'Blank'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2017 09:51:19 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2017-11-10T09:51:19Z</dc:date>
    <item>
      <title>Count in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450429#M458990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;When I give Count(OrderNumber) i get only 9 records leaving the null value in CHART whereas in Script it is showing 9 records.. &lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;STRONG style="font-size: 14pt;"&gt;GIVEN IN HELP :&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;Count(OrderNumber)&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;10, because there are 10 fields that could have a value for OrderNumber, and all records, even empty ones, are counted.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Temp:&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;LOAD * inline [&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Customer|Product|OrderNumber|UnitSales|UnitPrice&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Astrida|AA|1|4|16&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Astrida|AA|7|10|15&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Astrida|BB|4|9|9&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Betacab|CC|6|5|10&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Betacab|AA|5|2|20&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Betacab|BB|1|25| 25&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Canutility|AA|3|8|15&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Canutility|CC|||19&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Divadip|CC|2|4|16&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Divadip|DD|3|1|25&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;] (delimiter is '|');&lt;/P&gt;&lt;P class="statement" style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt; what is the exact output :&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 09:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450429#M458990</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2017-11-10T09:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450430#M458991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count(OrderNumber) will give you 9 as a result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 09:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450430#M458991</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-10T09:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Count in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450431#M458992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just copy your script in Qlikview and it show like this below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ordernum.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182813_ordernum.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 09:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450431#M458992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-10T09:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450432#M458993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN that case, It is not considering Order Number as 'Null' but 'Blank'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 09:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450432#M458993</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-10T09:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450433#M458994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a good question , QV treated a blank space as a information rather as null. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your first case it should give&amp;nbsp; &lt;STRONG&gt;Count(OrderNumber) =10&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you handle null condition like below "&lt;STRONG&gt;Set NullInterpret = ''; &lt;/STRONG&gt;"&amp;nbsp;&amp;nbsp; now &lt;SPAN style="font-size: 13.3333px;"&gt;Count(OrderNumber) = 9.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please refer the QVW.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 10:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450433#M458994</guid>
      <dc:creator>dwarikapanigrah</dc:creator>
      <dc:date>2017-11-10T10:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450434#M458995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If You want to consider OrderNumber as Null You need to add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="font-size: 10pt;"&gt;set&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;NullInterpret&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=''; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;then Count(Orders) = 9&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 10:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450434#M458995</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-11-10T10:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Count in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450435#M458996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the quick response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 12:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-chart/m-p/1450435#M458996</guid>
      <dc:creator>pradeep92</dc:creator>
      <dc:date>2017-11-10T12:54:04Z</dc:date>
    </item>
  </channel>
</rss>

