<?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: Database to excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729772#M1050677</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;From Qlikview table not store file as the Excel file you have to store it CSV text and then you can save it later as excel file from windows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Regions,Sales&lt;/P&gt;&lt;P&gt;R1,4582&lt;/P&gt;&lt;P&gt;R2,2563&lt;/P&gt;&lt;P&gt;R3,2693&lt;/P&gt;&lt;P&gt;R4,1852&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE TableName into TableName.csv(&lt;STRONG&gt;txt&lt;/STRONG&gt;);&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>Thu, 30 Oct 2014 09:47:19 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-10-30T09:47:19Z</dc:date>
    <item>
      <title>Database to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729769#M1050674</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;&lt;/P&gt;&lt;P&gt;I have connected Qlikview app to database and have also loaded the data.&lt;/P&gt;&lt;P&gt;Now i want to load that data into excel sheet.&lt;/P&gt;&lt;P&gt;Let me know the script syntax.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729769#M1050674</guid>
      <dc:creator />
      <dc:date>2014-10-30T08:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Database to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729770#M1050675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" title="http://www.quickintelligence.co.uk/write-csv-qlikview-store/"&gt;http://www.quickintelligence.co.uk/write-csv-qlikview-store/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729770#M1050675</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-30T08:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Database to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729771#M1050676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we want to export data to excel, why cant' u directly export from DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If want to export data from QlikView we can use some objects in front end and can export the data to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight table,Table Box -&amp;gt; Export to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not in script-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store into (File_Name.xlsx);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729771#M1050676</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-10-30T09:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Database to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729772#M1050677</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;From Qlikview table not store file as the Excel file you have to store it CSV text and then you can save it later as excel file from windows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Regions,Sales&lt;/P&gt;&lt;P&gt;R1,4582&lt;/P&gt;&lt;P&gt;R2,2563&lt;/P&gt;&lt;P&gt;R3,2693&lt;/P&gt;&lt;P&gt;R4,1852&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE TableName into TableName.csv(&lt;STRONG&gt;txt&lt;/STRONG&gt;);&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>Thu, 30 Oct 2014 09:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729772#M1050677</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-30T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Database to excel</title>
      <link>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729773#M1050678</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;Try like this&lt;/P&gt;&lt;P&gt;STORE [Your Table Name] into&amp;nbsp; [Your Table Name].xls(txt);&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>Thu, 30 Oct 2014 10:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-to-excel/m-p/729773#M1050678</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-30T10:07:52Z</dc:date>
    </item>
  </channel>
</rss>

