<?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 000 are filtered while exporting the data from straight table to excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174632#M43383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahajan!&lt;/P&gt;&lt;P&gt;I don't how to do that in your case. If I get to know any solution I will let you know.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Mar 2010 04:44:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-19T04:44:34Z</dc:date>
    <item>
      <title>000 are filtered while exporting the data from straight table to excel</title>
      <link>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174628#M43379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am using straight table in my application. One of the column in this table contains all the values starting with 000. i.e. values are 000567858,0003434343 something like this. When I use sent to xls option. It exports the table in to xls but the column containing the above values are filtered. It removes the 000 from this column and values for this column are shown as 567858,3434343 etc in the xls.We want to export the whole value (000567858,0003434343) to the xls.&lt;/P&gt;&lt;P&gt;Does anybody know how to do this?&lt;/P&gt;&lt;P&gt;Anyhelp on this will be really appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 13:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174628#M43379</guid>
      <dc:creator />
      <dc:date>2010-03-10T13:48:22Z</dc:date>
    </item>
    <item>
      <title>000 are filtered while exporting the data from straight table to excel</title>
      <link>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174629#M43380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Convert it to text while loading. Something like below!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;LOAD Text(userid) as userid,&lt;BR /&gt; password&lt;BR /&gt;;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; userid, password&lt;BR /&gt; 0034123, 14324&lt;BR /&gt; 0012343, 65435&lt;BR /&gt; 0054361, 64352&lt;BR /&gt; 0075617, 62346&lt;BR /&gt;]&lt;BR /&gt;;&lt;BR /&gt;[\code]&lt;BR /&gt;&lt;BR /&gt; &amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 14:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174629#M43380</guid>
      <dc:creator />
      <dc:date>2010-03-10T14:03:29Z</dc:date>
    </item>
    <item>
      <title>000 are filtered while exporting the data from straight table to excel</title>
      <link>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174630#M43381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thanks dsjain,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It is working when we are using send to Excel option. However, we have written a macro which is called on the button. The purpose of this macro to export the data from this straight table to excel file. However, the above fix is not working when we are using macro. For you reference , following is the code of the macro which is used for exporting data from straight table to excel.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;CopyToXL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;' Set Excel App&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;XLApp = &lt;STRONG&gt;CreateObject&lt;/STRONG&gt;("Excel.Application") &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;' Define Object&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;True&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;'Visible set as true&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;XLDoc = XLApp.Workbooks.Add &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;'Open new workbook&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'--------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;XLSheet = XLDoc.Worksheets(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;' Get Line Chart&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;table = ActiveDocument.GetSheetObject("Table1"&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;' Copy table and paste into Excel&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;XLSheet = XLDoc.Worksheets(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Table1 is the Object Id of the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other details on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 14:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174630#M43381</guid>
      <dc:creator />
      <dc:date>2010-03-10T14:59:04Z</dc:date>
    </item>
    <item>
      <title>000 are filtered while exporting the data from straight table to excel</title>
      <link>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174631#M43382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thanks dsjain,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It is working when we are using send to Excel option. However, we have written a macro which is called on the button. The purpose of this macro to export the data from this straight table to excel file. However, the above fix is not working when we are using macro. For you reference , following is the code of the macro which is used for exporting data from straight table to excel.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;CopyToXL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;' Set Excel App&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;XLApp = &lt;STRONG&gt;CreateObject&lt;/STRONG&gt;("Excel.Application") &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;' Define Object&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;True&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;'Visible set as true&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;XLDoc = XLApp.Workbooks.Add &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;'Open new workbook&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'--------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;XLSheet = XLDoc.Worksheets(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;' Get Line Chart&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;table = ActiveDocument.GetSheetObject("Table1"&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;' Copy table and paste into Excel&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;XLSheet = XLDoc.Worksheets(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Table1 is the Object Id of the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other details on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 14:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174631#M43382</guid>
      <dc:creator />
      <dc:date>2010-03-10T14:59:08Z</dc:date>
    </item>
    <item>
      <title>000 are filtered while exporting the data from straight table to excel</title>
      <link>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174632#M43383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahajan!&lt;/P&gt;&lt;P&gt;I don't how to do that in your case. If I get to know any solution I will let you know.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 04:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174632#M43383</guid>
      <dc:creator />
      <dc:date>2010-03-19T04:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: 000 are filtered while exporting the data from straight table to excel</title>
      <link>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174633#M43384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does any one got the answer for this ?? i m facing similar problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 05:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174633#M43384</guid>
      <dc:creator />
      <dc:date>2012-07-17T05:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: 000 are filtered while exporting the data from straight table to excel</title>
      <link>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174634#M43385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahajan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a way!!! Instead of using copytabletoclipboard.. Use copytext to clipboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copytable to clipboard removes all the formatting applied to the columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy text to clipboard retains the formatting but the column names will be missed. But you can hardcode the column names and push the data to next row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 09:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/000-are-filtered-while-exporting-the-data-from-straight-table-to/m-p/174634#M43385</guid>
      <dc:creator />
      <dc:date>2012-07-17T09:06:04Z</dc:date>
    </item>
  </channel>
</rss>

