<?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: How to export a straight table in excel? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1643222#M594695</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in the script side what is the right expression to do this?&lt;/P&gt;&lt;P&gt;Do you have any suggest?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 14:32:09 GMT</pubDate>
    <dc:creator>Mattia</dc:creator>
    <dc:date>2019-11-05T14:32:09Z</dc:date>
    <item>
      <title>How to export a straight table in excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1643208#M594693</link>
      <description>&lt;LI-SPOILER&gt;Hi guys,&lt;BR /&gt;&lt;BR /&gt;i need to export a straight table in excel, but it have a lot of rows (about 500k) and 20 columns.&lt;BR /&gt;&lt;BR /&gt;I've tried with "export" or "send to excel" but the process is too long and the sw don't work.&lt;BR /&gt;&lt;BR /&gt;How can i optimize this operation?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mattia&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1643208#M594693</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2024-11-16T02:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a straight table in excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1643218#M594694</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You can try to do it in the script side if possible. Elsewise... I'd think you'll have to wait!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1643218#M594694</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-11-05T14:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a straight table in excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1643222#M594695</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in the script side what is the right expression to do this?&lt;/P&gt;&lt;P&gt;Do you have any suggest?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mattia&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1643222#M594695</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-05T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a straight table in excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1643230#M594696</link>
      <description>&lt;P&gt;You can save script tables in QVD or TXT format. Said so, you have to write something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TableToSave:
Load
    Field1
    Field2
    ...
resident [YourSourceTable];

Store TableToSave into ./TableToSave.csv (txt);
Drop Table TableToSave;&lt;/LI-CODE&gt;&lt;P&gt;Note that you may need to perform some joins to pick all needed fields in one table.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1643230#M594696</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-11-05T14:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to export a straight table in excel?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1644377#M594700</link>
      <description>&lt;P&gt;Hi Jaime,&lt;/P&gt;&lt;P&gt;thanks for the suggest.&lt;/P&gt;&lt;P&gt;I've tried to export the table in txt format.&lt;/P&gt;&lt;P&gt;I'll let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Mattia&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 15:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-a-straight-table-in-excel/m-p/1644377#M594700</guid>
      <dc:creator>Mattia</dc:creator>
      <dc:date>2019-11-07T15:13:16Z</dc:date>
    </item>
  </channel>
</rss>

