<?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: Dissapeared rows in a plane table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/721001#M258944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 10:57:59 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-10-29T10:57:59Z</dc:date>
    <item>
      <title>Dissapeared rows in a plane table</title>
      <link>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720995#M258938</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;according to the table viewr I have a table with 96.162 rows.&lt;/P&gt;&lt;P&gt;In order to make some verifications I made a table box with all the fields but it has only 85.785 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the reason is that there are some rows with all its fields equals so it shows them only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could avoid this so I can take to excel 96.162 rows using the table box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720995#M258938</guid>
      <dc:creator />
      <dc:date>2014-10-29T10:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dissapeared rows in a plane table</title>
      <link>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720996#M258939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add RowNo()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,RowNo() From Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720996#M258939</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-29T10:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dissapeared rows in a plane table</title>
      <link>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720997#M258940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script, when you are creating the table, you can create a field like RowNo() as FileID, adding this field to the table box will make all records different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720997#M258940</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-10-29T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dissapeared rows in a plane table</title>
      <link>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720998#M258941</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;May be there is some fields are same and due to that it is display only 85785 for check add another field ROWNO() in the load script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;RowNo() As Rowid,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720998#M258941</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-29T10:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dissapeared rows in a plane table</title>
      <link>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720999#M258942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I do not understand why I need to do so if the table is all right in memory with its 96.162 rows. Is the object 'Table Box...' which is not showing all the rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does not exist a parametrer to say it 'show all'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/720999#M258942</guid>
      <dc:creator />
      <dc:date>2014-10-29T10:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dissapeared rows in a plane table</title>
      <link>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/721000#M258943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be few of your records are repeated.&lt;/P&gt;&lt;P&gt;That's the reason you need to add Rowno() Function.&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Check this blog for better understanding.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/08/29/recno-or-rowno"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/08/29/recno-or-rowno&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/721000#M258943</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-29T10:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dissapeared rows in a plane table</title>
      <link>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/721001#M258944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/721001#M258944</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-29T10:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dissapeared rows in a plane table</title>
      <link>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/721002#M258945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table box only displays the unique values in the selected fields.&lt;/P&gt;&lt;P&gt;If there are any duplicate rows, then the data is only displayed once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view all rows, there must be a unique field on each row displayed in the table box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 11:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dissapeared-rows-in-a-plane-table/m-p/721002#M258945</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-10-29T11:00:34Z</dc:date>
    </item>
  </channel>
</rss>

