<?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 Table box to excel. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155670#M31840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I assume that you want to put this into Excel so you can use an Excel macro to update the database?&lt;/P&gt;&lt;P&gt;You can use similar functions in the QlikView macro editor. This reads a database... PLEASE be careful that you don't corrupt your data!!&lt;/P&gt;&lt;P&gt;dim conn&lt;BR /&gt;dim tlist&lt;BR /&gt;&lt;BR /&gt;set conn = createobject("adodb.connection")&lt;BR /&gt;conn.open "dsn=MyData;uid=myuser;password=mypassword;"&lt;BR /&gt;&lt;BR /&gt;set tlist = createobject("adodb.recordset")&lt;BR /&gt;tlist.cursorlocation = 3&lt;BR /&gt;tlist.open "select * from mytable", conn, 3, 3&lt;BR /&gt;&lt;BR /&gt;dim table_list&lt;BR /&gt;tlist.movefirst&lt;BR /&gt;while not tlist.eof&lt;BR /&gt;table_list = table_list &amp;amp; tlist.Fields(0) &amp;amp; vbcr 'Carriage return&lt;BR /&gt;tlist.movenext&lt;BR /&gt;wend&lt;BR /&gt;msgbox table_list&lt;BR /&gt;&lt;BR /&gt;tlist.close&lt;BR /&gt;conn.close&lt;/P&gt;&lt;P&gt;You can also use a macro or report to write QlikView data to a text file, but it depends on what you want to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2009 15:44:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-13T15:44:12Z</dc:date>
    <item>
      <title>Table box to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155665#M31835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;What will happen if I have large number of records in the table box and I need to transfer in the excel sheet.. Is it possible to transfer the huge data in the same excel sheet but in different sheets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 17:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155665#M31835</guid>
      <dc:creator />
      <dc:date>2009-08-12T17:00:29Z</dc:date>
    </item>
    <item>
      <title>Table box to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155666#M31836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, It is possible.&lt;/P&gt;&lt;P&gt;Qlikview automatically writes the data into next sheet with the same excel after reaching the 65536 rows in the first sheet.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Durai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 19:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155666#M31836</guid>
      <dc:creator>ipauldur</dc:creator>
      <dc:date>2009-08-12T19:21:31Z</dc:date>
    </item>
    <item>
      <title>Table box to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155667#M31837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have written a macro to move the datas to excel.&lt;/P&gt;&lt;P&gt;/************************************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Test&lt;/P&gt;&lt;P&gt;Set obj = ActiveDocument.GetSheetObject("LB08")&lt;/P&gt;&lt;P&gt;Obj.ExportBiff "C:\test1.xls"&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;P&gt;/************************************************************/&lt;/P&gt;&lt;P&gt;Can I control the number of rows to be moved to excel. Like first 1,00,000 in one excel (multiple sheets) and the next 1,00,000 in the next excel and so on. And also Is there a limit for the no. of sheets in one sheet when exported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 22:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155667#M31837</guid>
      <dc:creator />
      <dc:date>2009-08-12T22:09:51Z</dc:date>
    </item>
    <item>
      <title>Table box to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155668#M31838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel 2007 can have 1,048,576 rows, and the number of sheets is limited by available memory. I do not know about earlier versions.&lt;/P&gt;&lt;P&gt;I am wondering why you are wanting so much data in Excel. QlikView is FAR BETTER for analysis &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;P&gt;The Copy to Excel icon on the table caption will only copy those rows you have selected.&lt;/P&gt;&lt;P&gt;If you look at the APIGuide.qvw file, on the Automation Examples Tab, select Class = TableBox and Member = GetCells. The example shown covers creating an object for a number of rows and columns. You will have to work out the detail for what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 22:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155668#M31838</guid>
      <dc:creator />
      <dc:date>2009-08-12T22:42:32Z</dc:date>
    </item>
    <item>
      <title>Table box to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155669#M31839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ivang,&lt;/P&gt;&lt;P&gt;I need to export the qlikview data (after some manipulation) to excel and in turn to the database. I am looking for an easy method to transfer the data to excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 00:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155669#M31839</guid>
      <dc:creator />
      <dc:date>2009-08-13T00:06:05Z</dc:date>
    </item>
    <item>
      <title>Table box to excel.</title>
      <link>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155670#M31840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I assume that you want to put this into Excel so you can use an Excel macro to update the database?&lt;/P&gt;&lt;P&gt;You can use similar functions in the QlikView macro editor. This reads a database... PLEASE be careful that you don't corrupt your data!!&lt;/P&gt;&lt;P&gt;dim conn&lt;BR /&gt;dim tlist&lt;BR /&gt;&lt;BR /&gt;set conn = createobject("adodb.connection")&lt;BR /&gt;conn.open "dsn=MyData;uid=myuser;password=mypassword;"&lt;BR /&gt;&lt;BR /&gt;set tlist = createobject("adodb.recordset")&lt;BR /&gt;tlist.cursorlocation = 3&lt;BR /&gt;tlist.open "select * from mytable", conn, 3, 3&lt;BR /&gt;&lt;BR /&gt;dim table_list&lt;BR /&gt;tlist.movefirst&lt;BR /&gt;while not tlist.eof&lt;BR /&gt;table_list = table_list &amp;amp; tlist.Fields(0) &amp;amp; vbcr 'Carriage return&lt;BR /&gt;tlist.movenext&lt;BR /&gt;wend&lt;BR /&gt;msgbox table_list&lt;BR /&gt;&lt;BR /&gt;tlist.close&lt;BR /&gt;conn.close&lt;/P&gt;&lt;P&gt;You can also use a macro or report to write QlikView data to a text file, but it depends on what you want to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 15:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-box-to-excel/m-p/155670#M31840</guid>
      <dc:creator />
      <dc:date>2009-08-13T15:44:12Z</dc:date>
    </item>
  </channel>
</rss>

