<?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 repeated data not getting count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122602#M634307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii i am having problem in this &lt;/P&gt;&lt;P&gt;below is a column of my table &lt;/P&gt;&lt;P&gt;in this total count is 19 but i am getting only 15 count&amp;nbsp; of it &lt;/P&gt;&lt;P&gt;in this repeated data is not getting counted &lt;/P&gt;&lt;P&gt;so please help me in this &lt;/P&gt;&lt;P&gt;and give me a code as soon as possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE&lt;/P&gt;&lt;P&gt;M51.9&lt;/P&gt;&lt;P&gt;M54.5&lt;/P&gt;&lt;P&gt;S62.3&lt;/P&gt;&lt;P&gt;S92.7&lt;/P&gt;&lt;P&gt;S92.7&lt;/P&gt;&lt;P&gt;S72.9&lt;/P&gt;&lt;P&gt;S02.2&lt;/P&gt;&lt;P&gt;S02.2&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S72.4&lt;/P&gt;&lt;P&gt;S42.0&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S52.9&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S82.2&lt;/P&gt;&lt;P&gt;S82.7&lt;/P&gt;&lt;P&gt;S92.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2016 12:58:04 GMT</pubDate>
    <dc:creator>sagarrahul</dc:creator>
    <dc:date>2016-05-11T12:58:04Z</dc:date>
    <item>
      <title>repeated data not getting count</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122602#M634307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii i am having problem in this &lt;/P&gt;&lt;P&gt;below is a column of my table &lt;/P&gt;&lt;P&gt;in this total count is 19 but i am getting only 15 count&amp;nbsp; of it &lt;/P&gt;&lt;P&gt;in this repeated data is not getting counted &lt;/P&gt;&lt;P&gt;so please help me in this &lt;/P&gt;&lt;P&gt;and give me a code as soon as possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE&lt;/P&gt;&lt;P&gt;M51.9&lt;/P&gt;&lt;P&gt;M54.5&lt;/P&gt;&lt;P&gt;S62.3&lt;/P&gt;&lt;P&gt;S92.7&lt;/P&gt;&lt;P&gt;S92.7&lt;/P&gt;&lt;P&gt;S72.9&lt;/P&gt;&lt;P&gt;S02.2&lt;/P&gt;&lt;P&gt;S02.2&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S72.4&lt;/P&gt;&lt;P&gt;S42.0&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S52.9&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S42.4&lt;/P&gt;&lt;P&gt;S82.2&lt;/P&gt;&lt;P&gt;S82.7&lt;/P&gt;&lt;P&gt;S92.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 12:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122602#M634307</guid>
      <dc:creator>sagarrahul</dc:creator>
      <dc:date>2016-05-11T12:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: repeated data not getting count</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122603#M634309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add below while loading in script. &lt;/P&gt;&lt;P&gt;RowNo() as ID &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 12:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122603#M634309</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-05-11T12:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: repeated data not getting count</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122604#M634311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing a distinct count or Count? I think a simple count should get you 19&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(CODE)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 12:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122604#M634311</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-11T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: repeated data not getting count</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122605#M634313</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;Simple count(Code) must work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 13:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122605#M634313</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-05-11T13:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: repeated data not getting count</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122606#M634315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&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;Source_Data&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CODE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;M51.9&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;M54.5&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S62.3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S92.7&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S92.7&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S72.9&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S02.2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S02.2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S42.4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S72.4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S42.0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S42.4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S42.4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S52.9&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S42.4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S42.4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S82.2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S82.7&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S92.3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Final:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RowNo() as RowNumber,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CODE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Source_Data;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop Table Source_Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 13:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122606#M634315</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-11T13:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: repeated data not getting count</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122607#M634316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working &lt;/P&gt;&lt;P&gt;i am using just count(code) still its not coming&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 03:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122607#M634316</guid>
      <dc:creator>sagarrahul</dc:creator>
      <dc:date>2016-05-12T03:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: repeated data not getting count</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122608#M634317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i do not want to load this filed can you suggest other options &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 03:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122608#M634317</guid>
      <dc:creator>sagarrahul</dc:creator>
      <dc:date>2016-05-12T03:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: repeated data not getting count</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122609#M634318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The count(CODE) is working. check the attachment..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 04:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122609#M634318</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-05-12T04:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: repeated data not getting count</title>
      <link>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122610#M634319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If normal count is not working try counting with aggr&lt;/P&gt;&lt;P&gt;=sum(aggr(count(code),id))&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 05:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeated-data-not-getting-count/m-p/1122610#M634319</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2016-05-12T05:22:53Z</dc:date>
    </item>
  </channel>
</rss>

