<?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: Macros in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285341#M847227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaur,&lt;/P&gt;&lt;P&gt;I usde the following macro and it works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportToFile&lt;/P&gt;&lt;P&gt;set sObject = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;sObject.Export "C:\TestFile.csv", ", "&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure you are using the proper objetc ID and the path exists, and those things...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 14:31:50 GMT</pubDate>
    <dc:creator>hector_munoz</dc:creator>
    <dc:date>2017-03-27T14:31:50Z</dc:date>
    <item>
      <title>Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285340#M847226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to save straight table in .csv format at location &lt;STRONG&gt;"C:\ChartData.csv", ", ". &lt;/STRONG&gt;I'm using below script but only getting msg "macro running" at bottom left corner and also my application is getting hang-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;sub abc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;set sObject = ActiveDocument.GetSheetObject("CH26")&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; sObject.Export "C:\ChartData.csv", ", " &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;end sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please let me know how can I save straight table at mentioned location.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285340#M847226</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285341#M847227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaur,&lt;/P&gt;&lt;P&gt;I usde the following macro and it works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportToFile&lt;/P&gt;&lt;P&gt;set sObject = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;sObject.Export "C:\TestFile.csv", ", "&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure you are using the proper objetc ID and the path exists, and those things...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285341#M847227</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-03-27T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285342#M847228</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;Limit the data in straight table and check the export and validate the paths.&lt;/P&gt;&lt;P&gt;As you are trying to save the file C Drive it might have some access issue, try different location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285342#M847228</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-03-27T14:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285343#M847229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no access issues to save file in C drive and also in file there are only 850 rows and 5 columns but yeah no. of rows varies and it may be more than this. Also, when I'm using some other file with less data, it is getting updated successfully at the same location. So, my question is&lt;STRONG&gt; "Is there any other way to save the data or in some other format"?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 05:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285343#M847229</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T05:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285344#M847230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hector,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is correct like Object ID, path and script as well. Any other suggestion apart from this will be helpful.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 06:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285344#M847230</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T06:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285345#M847231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cpuld you attach a (reduced) sample of your application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 06:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285345#M847231</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-03-28T06:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285346#M847232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't attach the data here because it is the confidential data. Could you please let me know the other format in which I can save data of straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 08:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285346#M847232</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T08:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285347#M847233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is an object what you want to save, check the API options for that (like Excel, PPT, etc.) to see which other formats are allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a table from the script, you can STORE into CSV files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285347#M847233</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-03-28T09:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285348#M847234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to save whole data of straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285348#M847234</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T09:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285349#M847235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How big is that table and how much CPU and RAM resources do you have in the computer running the macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285349#M847235</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-03-28T09:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285350#M847236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285350#M847236</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2017-03-28T09:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285351#M847237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;file size is 85kb and RAM is 16 GB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 10:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-in-QlikView/m-p/1285351#M847237</guid>
      <dc:creator>mahendragaur</dc:creator>
      <dc:date>2017-03-28T10:02:08Z</dc:date>
    </item>
  </channel>
</rss>

