<?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 Export Table box to Text File in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035770#M349164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to export a table box from qlikview to Text file.For that i am using the macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'--------------------------&amp;nbsp; &lt;/P&gt;&lt;P&gt;' Export QC Chart Routine&amp;nbsp; &lt;/P&gt;&lt;P&gt;'-------------------------&amp;nbsp; &lt;/P&gt;&lt;P&gt;sub ExportChart&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; output_dir="\\ntb\QlikView$\"&amp;nbsp; &lt;/P&gt;&lt;P&gt; Filename="DataFile.txt"&amp;nbsp; &lt;/P&gt;&lt;P&gt; set obj = ActiveDocument.GetSheetObject("CH01")&amp;nbsp; &lt;/P&gt;&lt;P&gt; obj.Export (output_dir &amp;amp; Filename) , "|"&amp;nbsp; &lt;/P&gt;&lt;P&gt;end sub&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine in My local machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have to export the file to another server machine,which i have&amp;nbsp; a UID and PWD through which i can login.&lt;/P&gt;&lt;P&gt;How can i achieve that?&lt;/P&gt;&lt;P&gt;I think i have to modify the script in such a way that the UID and PWd is specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adavance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 09:52:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-09T09:52:12Z</dc:date>
    <item>
      <title>Export Table box to Text File</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035770#M349164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to export a table box from qlikview to Text file.For that i am using the macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'--------------------------&amp;nbsp; &lt;/P&gt;&lt;P&gt;' Export QC Chart Routine&amp;nbsp; &lt;/P&gt;&lt;P&gt;'-------------------------&amp;nbsp; &lt;/P&gt;&lt;P&gt;sub ExportChart&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; output_dir="\\ntb\QlikView$\"&amp;nbsp; &lt;/P&gt;&lt;P&gt; Filename="DataFile.txt"&amp;nbsp; &lt;/P&gt;&lt;P&gt; set obj = ActiveDocument.GetSheetObject("CH01")&amp;nbsp; &lt;/P&gt;&lt;P&gt; obj.Export (output_dir &amp;amp; Filename) , "|"&amp;nbsp; &lt;/P&gt;&lt;P&gt;end sub&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine in My local machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have to export the file to another server machine,which i have&amp;nbsp; a UID and PWD through which i can login.&lt;/P&gt;&lt;P&gt;How can i achieve that?&lt;/P&gt;&lt;P&gt;I think i have to modify the script in such a way that the UID and PWd is specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adavance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035770#M349164</guid>
      <dc:creator />
      <dc:date>2016-03-09T09:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table box to Text File</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035771#M349165</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;Macros are not supported in Browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/170560"&gt;Re : Macro Not working In Accesspoint&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 09:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035771#M349165</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-09T09:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table box to Text File</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035772#M349166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the shared folder on destination server machine. Now put this shared folder path in Macro (Output directory).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035772#M349166</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-09T10:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table box to Text File</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035773#M349167</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 don't need to publish this dashboard.This qvw is only required for exporting the file to txt and placing the file in the destination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 11:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035773#M349167</guid>
      <dc:creator />
      <dc:date>2016-03-09T11:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table box to Text File</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035774#M349168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macros are supported in the browser. But not all functionality is available. Please read the QlikView Reference Manual and it will clarify things for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 12:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035774#M349168</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-03-09T12:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table box to Text File</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035775#M349169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter I will make a note of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 12:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035775#M349169</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-03-09T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table box to Text File</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035776#M349170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica, Arial, FreeSans, sans-serif; font-size: 16px;"&gt;Add a shared network drive mapping.&lt;/P&gt;&lt;PRE style="font-family: 'Courier New', Courier, monospace; font-size: 16px; color: #000000;"&gt;
&lt;P&gt;&lt;STRONG&gt;Syntax &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;objNetwork&lt;/EM&gt;.MapNetworkDrive(&lt;EM&gt;strLocalDrive&lt;/EM&gt;, &lt;EM&gt;strRemoteShare&lt;/EM&gt;, [&lt;EM&gt;persistent&lt;/EM&gt;], [&lt;EM&gt;strUser&lt;/EM&gt;], [&lt;EM&gt;strPassword&lt;/EM&gt;]) &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;objNetwork&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : A WScript.network object &lt;/P&gt;
&lt;P&gt;strLocalDrive&amp;nbsp; : The drive letter (e.g. L:) &lt;/P&gt;
&lt;P&gt;strRemoteShare : The UNC path to the remote drive&lt;/P&gt;
&lt;P&gt;\\MyServer\MyPrinter (String value)&amp;nbsp; &lt;/P&gt;
&lt;P&gt;persistent&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : True/False - store the mapping persistently in the users&lt;/P&gt;
&lt;P&gt;profile default = false&amp;nbsp; &lt;/P&gt;
&lt;P&gt;strUser&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; The user name. (Optional) &lt;/P&gt;
&lt;P&gt;strPassword&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; The password. (Optional)&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="color: #000000; font-family: Helvetica, Arial, FreeSans, sans-serif; font-size: 16px;"&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; font-size: 16px; color: #000000;"&gt;Dim objNetwork, strRemoteShare&lt;BR /&gt;Set objNetwork = WScript.CreateObject("WScript.Network")&lt;BR /&gt;strRemoteShare = "\\myserver\users" &lt;BR /&gt;objNetwork&lt;STRONG&gt;.MapNetworkDrive&lt;/STRONG&gt; "H:", strRemoteShare, False, "userid", "passw"&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; font-size: 16px; color: #000000;"&gt;&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; font-size: 16px; color: #000000;"&gt;&lt;/P&gt;&lt;P class="code" style="font-family: 'Courier New', Courier, monospace; font-size: 16px; color: #000000;"&gt;This is taken from:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ss64 . com /vb/mapnetworkdrive.html&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 12:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035776#M349170</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-03-09T12:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export Table box to Text File</title>
      <link>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035777#M349171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should i modify the script with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 04:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-Table-box-to-Text-File/m-p/1035777#M349171</guid>
      <dc:creator />
      <dc:date>2016-03-15T04:27:27Z</dc:date>
    </item>
  </channel>
</rss>

