<?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: Export tables from Two sheets...Qlick View Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885918#M308902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason for this is mostly a missing "&lt;STRONG&gt;set&lt;/STRONG&gt;":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt; f = ... &lt;/P&gt;&lt;P&gt;and/or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; set&lt;/STRONG&gt; fname = f.GetContent.STRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Jun 2015 16:37:49 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-06-14T16:37:49Z</dc:date>
    <item>
      <title>Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885912#M308896</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;I am trying to export tables which I have created on Two sheets..currently only 4 tables are there only on one sheet i.e. summary sheet as per below given attachment, but this numbers may go up to 20 or 21 tables depending upon the requirement. Currently i am manually doing the activity of exporting in to excel..but this will become difficult if tables are 20 or 21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me with a Macro which will exports all the tables created on Two sheets, without any manual intervention, in excel on a mentioned path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen shot of tables are attached..but in that currently I have given only 3 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 09:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885912#M308896</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2015-06-14T09:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885913#M308897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many postings available to this topic here: see these as an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4841"&gt;Loop Charts and Field Values - Excel Export Macro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3889"&gt;Export Qlikview objects to multiple Excel sheet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 10:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885913#M308897</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-14T10:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885914#M308898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the code written in the text file after &lt;STRONG&gt;SUB RunThroughChartsList&lt;/STRONG&gt; and pasted under Macro edit module. I have included macro through setting--Document Properties--Triggers--OnPostReload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, when I executed the script post load Macro page only get's open and micro script is not get executed.&lt;/P&gt;&lt;P&gt;unable to understand the reason...can you pl help to resolve the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 15:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885914#M308898</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2015-06-14T15:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885915#M308899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 15:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885915#M308899</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-06-14T15:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885916#M308900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked if the macro itself runs? Press the button test within the left panel in the macro-editor and if there are an error you gets the line from error and on top from editor-window appeared a message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 15:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885916#M308900</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-14T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885917#M308901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;I am getting below given error..in below given line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object required: 'f'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fname = f.GetContent.STRING&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 16:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885917#M308901</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2015-06-14T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885918#M308902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason for this is mostly a missing "&lt;STRONG&gt;set&lt;/STRONG&gt;":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set&lt;/STRONG&gt; f = ... &lt;/P&gt;&lt;P&gt;and/or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; set&lt;/STRONG&gt; fname = f.GetContent.STRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 16:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885918#M308902</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-14T16:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885919#M308903</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;I have tried by both the way but still getting same error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Object required: 'fname'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 16:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885919#M308903</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2015-06-14T16:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885920#M308904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to post some more of your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 17:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885920#M308904</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-14T17:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export tables from Two sheets...Qlick View Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885921#M308905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Very Much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Macro to &lt;STRONG&gt;Export To excel Multiple sheet&lt;/STRONG&gt; is very useful...but i am facing one problem in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am using this Macro i am able to export only 3 Tables in to excel..Means this macro creates only 3 sheets with the table names. I actually want to export around 20 to 25 tables in a excel. but that time this macro fails.&lt;/P&gt;&lt;P&gt;I am not able to understand where i should make a change in a Macro which will export the more than 3 sheets as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 17:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-tables-from-Two-sheets-Qlick-View-Macro/m-p/885921#M308905</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2015-06-17T17:14:36Z</dc:date>
    </item>
  </channel>
</rss>

