<?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: Need To Export Straight Table To Excel Automatically On Reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-To-Export-Straight-Table-To-Excel-Automatically-On-Reload/m-p/59984#M9937</link>
    <description>&lt;P&gt;Olivier, Olivier, Olivier.&amp;nbsp; What you suggest would be way too easy and make too much sense.&amp;nbsp; LOL&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's actually a great idea!&amp;nbsp; I was making it harder than it needed to be.&amp;nbsp; So, thank you very much for the idea.&amp;nbsp; I have successfully implemented it.&amp;nbsp; I wound up with two variables and the Store Into line.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, again, thank you Olivier for your suggestion.&amp;nbsp; I appreciate it and your response.&amp;nbsp; I have a little more work to do such as picking the columns I actually want to output and moving a few calculated dimensions into the load script, but not a big deal.&amp;nbsp; I'll mark your reply as the correct answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 12 Oct 2019 20:55:26 GMT</pubDate>
    <dc:creator>pnn44794</dc:creator>
    <dc:date>2019-10-12T20:55:26Z</dc:date>
    <item>
      <title>Need To Export Straight Table To Excel Automatically On Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Need-To-Export-Straight-Table-To-Excel-Automatically-On-Reload/m-p/59982#M9935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with, currently, 59 columns that I need to export off to a server location in Excel .xlsx format when the dashboard reloads.&amp;nbsp; The reload is automatic at a set time.&amp;nbsp; I'm guessing the filename will need to be unique each time it's reloaded, so a date stamp would be fine on the end of the filename.&amp;nbsp; I've read several posts on this topic, but none that quite fit my needs.&amp;nbsp; Anyone have any ideas on how I may be able to do this?&amp;nbsp; I've tried the following macro in Document Properties --&amp;gt; Triggers --&amp;gt; OnPostReload, but the file is, for the most part, unusable.&amp;nbsp; It does get exported, but again, you can't really use it as everything seems to run together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;sub Export&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; set obj1 = ActiveDocument.GetSheetObject("CH238")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; obj1.Export "D:\InnerJoin.xls",4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; msgbox("Exported to D:\InnerJoin.xls")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;end&lt;/STRONG&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;sub &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp; As always, any and all responses are appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 23:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-To-Export-Straight-Table-To-Excel-Automatically-On-Reload/m-p/59982#M9935</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2018-04-18T23:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need To Export Straight Table To Excel Automatically On Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Need-To-Export-Straight-Table-To-Excel-Automatically-On-Reload/m-p/59983#M9936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;instead of exporting in excel format, why don't you create a .csv file ?&lt;/P&gt;&lt;P&gt;in script,&lt;/P&gt;&lt;P&gt;you could add something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store mytable into $(filename) (txt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where filename is a variable composed with a prefix and (say) the current date ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 07:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-To-Export-Straight-Table-To-Excel-Automatically-On-Reload/m-p/59983#M9936</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-19T07:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need To Export Straight Table To Excel Automatically On Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Need-To-Export-Straight-Table-To-Excel-Automatically-On-Reload/m-p/59984#M9937</link>
      <description>&lt;P&gt;Olivier, Olivier, Olivier.&amp;nbsp; What you suggest would be way too easy and make too much sense.&amp;nbsp; LOL&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's actually a great idea!&amp;nbsp; I was making it harder than it needed to be.&amp;nbsp; So, thank you very much for the idea.&amp;nbsp; I have successfully implemented it.&amp;nbsp; I wound up with two variables and the Store Into line.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, again, thank you Olivier for your suggestion.&amp;nbsp; I appreciate it and your response.&amp;nbsp; I have a little more work to do such as picking the columns I actually want to output and moving a few calculated dimensions into the load script, but not a big deal.&amp;nbsp; I'll mark your reply as the correct answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 20:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-To-Export-Straight-Table-To-Excel-Automatically-On-Reload/m-p/59984#M9937</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-12T20:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need To Export Straight Table To Excel Automatically On Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Need-To-Export-Straight-Table-To-Excel-Automatically-On-Reload/m-p/1962272#M1220176</link>
      <description>&lt;P&gt;where you write this code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 11:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-To-Export-Straight-Table-To-Excel-Automatically-On-Reload/m-p/1962272#M1220176</guid>
      <dc:creator>jasmina_karcic</dc:creator>
      <dc:date>2022-07-29T11:21:01Z</dc:date>
    </item>
  </channel>
</rss>

