<?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 Truncating data when Exporting to Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Truncating-data-when-Exporting-to-Excel/m-p/203117#M60585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although most exports to excel are numerical in nature, I have an end user that is tapping into a text based field that may have up to 900 characters. Currently when exporting to Excel 2003 SP3 the data is getting truncated at 255 characters.&lt;/P&gt;&lt;P&gt;Is there anything I can do to get the full text of the field and is this behavior consistent with newer versions of Excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 18:17:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-30T18:17:54Z</dc:date>
    <item>
      <title>Truncating data when Exporting to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Truncating-data-when-Exporting-to-Excel/m-p/203117#M60585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although most exports to excel are numerical in nature, I have an end user that is tapping into a text based field that may have up to 900 characters. Currently when exporting to Excel 2003 SP3 the data is getting truncated at 255 characters.&lt;/P&gt;&lt;P&gt;Is there anything I can do to get the full text of the field and is this behavior consistent with newer versions of Excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 18:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Truncating-data-when-Exporting-to-Excel/m-p/203117#M60585</guid>
      <dc:creator />
      <dc:date>2009-09-30T18:17:54Z</dc:date>
    </item>
    <item>
      <title>Truncating data when Exporting to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Truncating-data-when-Exporting-to-Excel/m-p/203118#M60586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the only possilbility I know is to write a custom export with a macro like the following and like demonstrated in the attached file.&lt;/P&gt;&lt;P&gt;This would not truncate long strings (in comparison to the bultin-function of QlikView for exporting to Excel); but I have to note, that I am using Excel 2007, so just do some tests with the attached file.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;sub exportToExcel&lt;BR /&gt;set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;XLApp.Visible = True&lt;BR /&gt;&lt;BR /&gt;set XLDoc = XLApp.Workbooks.Add&lt;BR /&gt;set table = ActiveDocument.GetSheetObject("LB01")&lt;BR /&gt;&lt;BR /&gt;'Copy table and paste into Excel&lt;BR /&gt;set XLSheet = XLDoc.Worksheets(1) 'get the reference to the first sheet&lt;BR /&gt;table.CopyTableToClipboard true&lt;BR /&gt;XLSheet.Paste XLSheet.Range("A1") 'column where to paste the content&lt;BR /&gt;&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 20:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Truncating-data-when-Exporting-to-Excel/m-p/203118#M60586</guid>
      <dc:creator />
      <dc:date>2009-09-30T20:22:37Z</dc:date>
    </item>
    <item>
      <title>Truncating data when Exporting to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Truncating-data-when-Exporting-to-Excel/m-p/203119#M60587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've verified this answer and it works great! Thanks Stefan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 00:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Truncating-data-when-Exporting-to-Excel/m-p/203119#M60587</guid>
      <dc:creator />
      <dc:date>2010-09-21T00:39:52Z</dc:date>
    </item>
    <item>
      <title>Truncating data when Exporting to Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Truncating-data-when-Exporting-to-Excel/m-p/203120#M60588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was dealing with the same issue but really didnt want to use a macro, an alternative solution is to export your table to HTML and then import in Excel using External data import.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 13:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Truncating-data-when-Exporting-to-Excel/m-p/203120#M60588</guid>
      <dc:creator />
      <dc:date>2010-11-25T13:05:20Z</dc:date>
    </item>
  </channel>
</rss>

