<?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: Not showing all data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947288#M971465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all, it work find.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2015 19:31:36 GMT</pubDate>
    <dc:creator>abisson1</dc:creator>
    <dc:date>2015-09-16T19:31:36Z</dc:date>
    <item>
      <title>Not showing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947284#M971461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;First off all, I'm new using clik, so this question may appear trivial but I'm stuck.&lt;/P&gt;&lt;P&gt;How can I make sure all the data will appear in a table. By example from the source file (excel file) I should see 4 result while in qlik it only show 2 line eventhoug it tell me there' should be 4. &lt;/P&gt;&lt;P&gt;It appear that qlik will not show multiple line having the same date.&lt;/P&gt;&lt;P&gt;What Am I doing wrong? I'm not using Distinct for date..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;P&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-2" src="https://community.qlik.com/legacyfs/online/98878_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/98877_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/98897_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/98898_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 20:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947284#M971461</guid>
      <dc:creator>abisson1</dc:creator>
      <dc:date>2015-09-14T20:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not showing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947285#M971462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;100% identical rows will only be shown once.&lt;/P&gt;&lt;P&gt;You could add an ID field unique for each line, like RecNo() As ID in the load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 09:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947285#M971462</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-09-15T09:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not showing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947286#M971463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your excel, last three records are identical. that is the reason its showing only 2 records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 09:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947286#M971463</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2015-09-15T09:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not showing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947287#M971464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use a preceding load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Sheet]:&lt;/P&gt;&lt;P&gt;load *,RecNo() as UniqueID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load [Serial number],&lt;/P&gt;&lt;P&gt;[Pcb number],&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;From your excel file;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 10:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947287#M971464</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-15T10:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not showing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947288#M971465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all, it work find.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 19:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-showing-all-data/m-p/947288#M971465</guid>
      <dc:creator>abisson1</dc:creator>
      <dc:date>2015-09-16T19:31:36Z</dc:date>
    </item>
  </channel>
</rss>

