<?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 help on Macro which is used for Exporting into .CSV format..! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939791#M324194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you do not have access to the path which you are referring, try creating a file or updating in that path with the user which you are using for Qlikview server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 05:40:07 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-09-01T05:40:07Z</dc:date>
    <item>
      <title>Need help on Macro which is used for Exporting into .CSV format..!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939786#M324189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to our Project Requirement we have to Export one Table Box into .CSV file..&lt;/P&gt;&lt;P&gt;which is working fine in Desktop and Exporting to .CSV file , but when we are reloading the application&amp;nbsp; in QMC the .CSV file is not generated...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;please check the below macro which we are using, and let us know incase of any changes &lt;/SPAN&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; SUB ExportObjectToCSV&lt;/P&gt;&lt;P&gt;SET&amp;nbsp; sObject = ActiveDocument.GetSheetObject("TB02")&lt;/P&gt;&lt;P&gt; sObject.Export "D:\QlikView_Dev\UserDocuments\DOB\New folder\DOB1.CSV", ", "&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and did some settings in the QMC like&amp;nbsp; 1) allow&amp;nbsp; unsafe macros ,2) allow macros in the QMC and&lt;/P&gt;&lt;P&gt;3) &lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt;"&gt;ctrl+shift+m - tick on radio button for &lt;STRONG&gt;give system access to module script&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;4) and tried by giving the server name before the path - \\ servername\D:\QlikView_Dev\UserDocuments\DOB\New folder\DOB1.CSV", ", ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;none of the above are working...&lt;/P&gt;&lt;P&gt;please help us to solve this issue as it is very imp to implement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 13:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939786#M324189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-31T13:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Macro which is used for Exporting into .CSV format..!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939787#M324190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The path that looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;\\servername\D:\QlikView_Dev\UserDocuments\DOB\New folder\DOB1.CSV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Will never work - since this is not a valid UNC-path - it has to look like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;\\&amp;lt;servername&amp;gt;\D$\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;QlikView_Dev\UserDocuments\DOB\New folder\DOB1.CSV&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Or simply:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D:\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;QlikView_Dev\UserDocuments\DOB\New folder\DOB1.CSV&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;But make sure that there is a D-drive on the server with this entire directory tree. Since you just copy it from a client PC structure it might not exist ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 14:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939787#M324190</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-31T14:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Macro which is used for Exporting into .CSV format..!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939788#M324191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi petter , thanks for ur quick response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried with this path also&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;\\&amp;lt;servername&amp;gt;\D$\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;QlikView_Dev\UserDocuments\DOB\New folder\DOB1.CSV.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;getting error while checking the macros in the edit module like " cannot open file " &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;\\&amp;lt;servername&amp;gt;\D$\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;QlikView_Dev\UserDocuments\DOB\New folder\DOB1.CSV&lt;/SPAN&gt;&lt;/SPAN&gt; " for writing....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;anusha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 15:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939788#M324191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-31T15:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Macro which is used for Exporting into .CSV format..!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939789#M324192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is my point exactly - you will have to validate that that there is proper access rights to the folder and that the folder and the file really exists. The error message confirms more or less that there is no error in QlikView or the Macro but rather file system access...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 15:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939789#M324192</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-31T15:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Macro which is used for Exporting into .CSV format..!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939790#M324193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi petter , thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in QMC am reloading the application in the following way - QMC --&amp;gt; Documents --&amp;gt; user Documents ----&amp;gt;&amp;nbsp; Reload..&lt;/P&gt;&lt;P&gt;in our QMC we don't find Source Document Option in Documents Folder - is this kind of any access issue ?...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please elaborate&amp;nbsp; more on the Access related issues....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 05:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939790#M324193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-01T05:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Macro which is used for Exporting into .CSV format..!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939791#M324194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you do not have access to the path which you are referring, try creating a file or updating in that path with the user which you are using for Qlikview server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 05:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939791#M324194</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-09-01T05:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Macro which is used for Exporting into .CSV format..!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939792#M324195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean the "Source Documents" in QMC it is only available and created if you have installed and licensed the QlikView Publisher. Publisher will load a source document (QlikView application) from the Source Document folder and distribute it by creating a task in the QMC that has been specified to execute a "distribution".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 06:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939792#M324195</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-01T06:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Macro which is used for Exporting into .CSV format..!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939793#M324196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not really related or dependent on the issue you have ... The important thing is to make sure that the service account that the QlikView Server or if you are using the QlikView Publisher - has the necessary folder and file access rights to the folders that you are using in your Macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 06:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-Macro-which-is-used-for-Exporting-into-CSV-format/m-p/939793#M324196</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-01T06:10:10Z</dc:date>
    </item>
  </channel>
</rss>

