<?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 ServerSideExportEx in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ServerSideExportEx/m-p/344937#M1276258</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 am using below macro for creating "tabdelimited" text files in user selected location. In desktop app it is working fine but &lt;/P&gt;&lt;P&gt;in IE Server app it is not creating text file in selected folder. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the problem and please any suggestions on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Export()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fName=InputBox("Please enter your filename")&lt;/P&gt;&lt;P&gt;if (fName ="") then &lt;/P&gt;&lt;P&gt;Msgbox "Query has Cancelled"&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim objShell&lt;/P&gt;&lt;P&gt;Dim ssfWINDOWS&lt;/P&gt;&lt;P&gt;Dim objFolder&lt;/P&gt;&lt;P&gt;Set objShell = CreateObject("Shell.Application")&lt;/P&gt;&lt;P&gt;Set objFolder = objShell.BrowseForFolder(0, "Example Select Folder", 0, strRootPath)&lt;/P&gt;&lt;P&gt;If (Not objFolder Is Nothing) Then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Set obj1= ActiveDocument.GetSheetObject("CH01")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; obj1.ServerSideExportEx objFolder.ParentFolder.ParseName(objFolder.Title).Path&amp;amp;"\"&amp;amp;fName&amp;amp;replace(Date(),"/","")&amp;amp;"_"&amp;amp;replace(Time(),":","")&amp;amp;".txt","&amp;nbsp;&amp;nbsp;&amp;nbsp; ",1&lt;/P&gt;&lt;P&gt; MSGBOX "Data has been Transfered to "&amp;amp; objFolder.ParentFolder.ParseName(objFolder.Title).Path&amp;amp;"\"&amp;amp;fName&amp;amp;"_"&amp;amp;replace(Date(),"/","")&amp;amp;"_"&amp;amp;replace(Time(),":","")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;Set objFolder = Nothing&lt;/P&gt;&lt;P&gt;Set objShell = Nothing&lt;/P&gt;&lt;P&gt;end if &lt;/P&gt;&lt;P&gt;End Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Veera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>ServerSideExportEx</title>
      <link>https://community.qlik.com/t5/QlikView/ServerSideExportEx/m-p/344937#M1276258</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 am using below macro for creating "tabdelimited" text files in user selected location. In desktop app it is working fine but &lt;/P&gt;&lt;P&gt;in IE Server app it is not creating text file in selected folder. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the problem and please any suggestions on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Export()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fName=InputBox("Please enter your filename")&lt;/P&gt;&lt;P&gt;if (fName ="") then &lt;/P&gt;&lt;P&gt;Msgbox "Query has Cancelled"&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim objShell&lt;/P&gt;&lt;P&gt;Dim ssfWINDOWS&lt;/P&gt;&lt;P&gt;Dim objFolder&lt;/P&gt;&lt;P&gt;Set objShell = CreateObject("Shell.Application")&lt;/P&gt;&lt;P&gt;Set objFolder = objShell.BrowseForFolder(0, "Example Select Folder", 0, strRootPath)&lt;/P&gt;&lt;P&gt;If (Not objFolder Is Nothing) Then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Set obj1= ActiveDocument.GetSheetObject("CH01")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; obj1.ServerSideExportEx objFolder.ParentFolder.ParseName(objFolder.Title).Path&amp;amp;"\"&amp;amp;fName&amp;amp;replace(Date(),"/","")&amp;amp;"_"&amp;amp;replace(Time(),":","")&amp;amp;".txt","&amp;nbsp;&amp;nbsp;&amp;nbsp; ",1&lt;/P&gt;&lt;P&gt; MSGBOX "Data has been Transfered to "&amp;amp; objFolder.ParentFolder.ParseName(objFolder.Title).Path&amp;amp;"\"&amp;amp;fName&amp;amp;"_"&amp;amp;replace(Date(),"/","")&amp;amp;"_"&amp;amp;replace(Time(),":","")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;Set objFolder = Nothing&lt;/P&gt;&lt;P&gt;Set objShell = Nothing&lt;/P&gt;&lt;P&gt;end if &lt;/P&gt;&lt;P&gt;End Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Veera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ServerSideExportEx/m-p/344937#M1276258</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: ServerSideExportEx</title>
      <link>https://community.qlik.com/t5/QlikView/ServerSideExportEx/m-p/344938#M1276261</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;Consider current app(sample.qvw file) is stored in Server machine that is located in some other branch of my company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am connected from IE server to other branch server machine. And i opened to "Sample.qvw file" from IE server in my local machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that file i am having an action export button, when i click on that export button then it is asking for the &lt;/P&gt;&lt;P&gt;1.) Type FileName&lt;/P&gt;&lt;P&gt;2.) Opening "Folder Dialog box" of my local machine and i'm selecting the destination location.&lt;/P&gt;&lt;P&gt;3.) And displaying the message "Text File is created in selected destination location".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i'm not able to see any text file in my destination folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone help on this process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And please check the below macro used in "Export button" and suggest if any modification required on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Export()&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;fName=InputBox("Please enter your filename")&lt;/P&gt;&lt;P&gt;if (fName ="") then &lt;/P&gt;&lt;P&gt;Msgbox "Query has Cancelled"&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim objShell&lt;/P&gt;&lt;P&gt;Dim ssfWINDOWS&lt;/P&gt;&lt;P&gt;Dim objFolder&lt;/P&gt;&lt;P&gt;Set objShell = CreateObject("Shell.Application")&lt;/P&gt;&lt;P&gt;Set objFolder = objShell.BrowseForFolder(0, "Example Select Folder", 0, strRootPath)&lt;/P&gt;&lt;P&gt;If (Not objFolder Is Nothing) Then&lt;/P&gt;&lt;P&gt; Set obj1= ActiveDocument.GetSheetObject("CH01")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; obj1.ServerSideExportEx objFolder.ParentFolder.ParseName(objFolder.Title).Path&amp;amp;"\"&amp;amp;fName&amp;amp;replace(Date(),"/","")&amp;amp;"_"&amp;amp;replace(Time(),":","")&amp;amp;".txt","&amp;nbsp;&amp;nbsp;&amp;nbsp; ",1&lt;/P&gt;&lt;P&gt; MSGBOX "Data has been Transfered to "&amp;amp;&amp;nbsp;&amp;nbsp; objFolder.ParentFolder.ParseName(objFolder.Title).Path&amp;amp;"\"&amp;amp;fName&amp;amp;"_"&amp;amp;replace(Date(),"/","")&amp;amp;"_"&amp;amp;replace(Time(),":","")&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;Set objFolder = Nothing&lt;/P&gt;&lt;P&gt;Set objShell = Nothing&lt;/P&gt;&lt;P&gt;end if &lt;/P&gt;&lt;P&gt;End Function&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, 11 Apr 2012 08:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ServerSideExportEx/m-p/344938#M1276261</guid>
      <dc:creator />
      <dc:date>2012-04-11T08:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: ServerSideExportEx</title>
      <link>https://community.qlik.com/t5/QlikView/ServerSideExportEx/m-p/344939#M1276264</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;Still looking for any suggestion on 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, 11 Apr 2012 11:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ServerSideExportEx/m-p/344939#M1276264</guid>
      <dc:creator />
      <dc:date>2012-04-11T11:42:09Z</dc:date>
    </item>
  </channel>
</rss>

