<?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 Straight table with restriction and excel export in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-with-restriction-and-excel-export/m-p/221707#M74502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ptitcon,&lt;/P&gt;&lt;P&gt;There is option of export to Excel sheet what is viewing in the application.&lt;/P&gt;&lt;P&gt;You have limited the rows to 1000 for showing purpose .How it could be possible that the value which is not showing will be exported..&lt;/P&gt;&lt;P&gt;So You can only export the data that is present in your object in the sheet not in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 10:48:33 GMT</pubDate>
    <dc:creator>sunil2288</dc:creator>
    <dc:date>2010-09-29T10:48:33Z</dc:date>
    <item>
      <title>Straight table with restriction and excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-with-restriction-and-excel-export/m-p/221706#M74501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a straight table that only shows 1000 firsts lines of a selection.&lt;/P&gt;&lt;P&gt;I want users could export all lines from their selection to Excel even thought only 1000 are viewable.&lt;/P&gt;&lt;P&gt;Actually, the export works only on what is visible.&lt;/P&gt;&lt;P&gt;Is there a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 10:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-with-restriction-and-excel-export/m-p/221706#M74501</guid>
      <dc:creator />
      <dc:date>2010-09-29T10:24:58Z</dc:date>
    </item>
    <item>
      <title>Straight table with restriction and excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-with-restriction-and-excel-export/m-p/221707#M74502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ptitcon,&lt;/P&gt;&lt;P&gt;There is option of export to Excel sheet what is viewing in the application.&lt;/P&gt;&lt;P&gt;You have limited the rows to 1000 for showing purpose .How it could be possible that the value which is not showing will be exported..&lt;/P&gt;&lt;P&gt;So You can only export the data that is present in your object in the sheet not in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 10:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-with-restriction-and-excel-export/m-p/221707#M74502</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-09-29T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Straight table with restriction and excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-with-restriction-and-excel-export/m-p/221708#M74503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you!&lt;/P&gt;&lt;P&gt;I would like to show only 1000 lines in the aim of deal with memory. The straight table that the users want is too big. And they like work with Excel. I know that the best solution is to analyze datas directly on Qv, but they prefer export table to Excel.&lt;/P&gt;&lt;P&gt;I hoped a solution exists to deal with this big table by limiting visible rows but export all possible rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 12:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-with-restriction-and-excel-export/m-p/221708#M74503</guid>
      <dc:creator />
      <dc:date>2010-09-29T12:57:04Z</dc:date>
    </item>
    <item>
      <title>Straight table with restriction and excel export</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-with-restriction-and-excel-export/m-p/221709#M74504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a solution!&lt;/P&gt;&lt;P&gt;First, I have limited viewables lines in tables by adding the condition belong :&lt;/P&gt;&lt;P&gt;if( &lt;B&gt;sum&lt;/B&gt;(&lt;B&gt;if&lt;/B&gt;(&lt;B&gt;ID&lt;/B&gt;=&lt;B&gt;null&lt;/B&gt;(),0,1))&amp;lt;1000,1,0)&lt;/P&gt;&lt;P&gt;So, users couldn't see more lines if they don't specify search.&lt;/P&gt;&lt;P&gt;Then, I had an export button wich permits export some fields to csv file without restriction (only the selection restriction).&lt;BR /&gt;Datas aren't viewable but could be export.&lt;BR /&gt;If a selection make 2000 lines over 50 000, users see 0 lines but could export 2000.&lt;/P&gt;&lt;P&gt;My point of view : There is no interest to export the unviewables datas. But my users want it.&lt;BR /&gt;Later they will realize that theirs Excel analysis could be perform on Qv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 14:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-with-restriction-and-excel-export/m-p/221709#M74504</guid>
      <dc:creator />
      <dc:date>2010-09-30T14:36:39Z</dc:date>
    </item>
  </channel>
</rss>

