<?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 Bug? ServerSideExport generates html file instead of delimeted csv or skv in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bug-ServerSideExport-generates-html-file-instead-of-delimeted/m-p/298617#M1279341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the APIGuide the ServerSideExport command should generate a csv file. For me it only generates html files.&lt;/P&gt;&lt;P&gt;Also the append functionality does not work. Does anyone have an idea of why it is doing this? We are using qv10SR3 server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my macro code:&lt;/P&gt;&lt;P&gt;sub exportdata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set tb = ActiveDocument.GetSheetObject("CH79") ' object id of a straight table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb.ServerSideExport "C:\Deleteme"&amp;amp;date&amp;amp;".skv", ";",1200, true ' separator: ; codepage:Unicode 1200, Append: true &lt;/P&gt;&lt;P&gt;end sub&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>Bug? ServerSideExport generates html file instead of delimeted csv or skv</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-ServerSideExport-generates-html-file-instead-of-delimeted/m-p/298617#M1279341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the APIGuide the ServerSideExport command should generate a csv file. For me it only generates html files.&lt;/P&gt;&lt;P&gt;Also the append functionality does not work. Does anyone have an idea of why it is doing this? We are using qv10SR3 server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my macro code:&lt;/P&gt;&lt;P&gt;sub exportdata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set tb = ActiveDocument.GetSheetObject("CH79") ' object id of a straight table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb.ServerSideExport "C:\Deleteme"&amp;amp;date&amp;amp;".skv", ";",1200, true ' separator: ; codepage:Unicode 1200, Append: true &lt;/P&gt;&lt;P&gt;end sub&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/Bug-ServerSideExport-generates-html-file-instead-of-delimeted/m-p/298617#M1279341</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bug? ServerSideExport generates html file instead of delimeted csv or skv</title>
      <link>https://community.qlik.com/t5/QlikView/Bug-ServerSideExport-generates-html-file-instead-of-delimeted/m-p/298618#M1279344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a 1 instead of 1200&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tb.ServerSideExport "C:\Deleteme"&amp;amp;date&amp;amp;".skv", ";",1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ServerExportEx&lt;/P&gt;&lt;P&gt;&amp;nbsp; set st = ActiveDocument.GetSheetObject("CH05")&lt;/P&gt;&lt;P&gt;&amp;nbsp; st.ServerSideExportEx "D:\QlikView\POC (alternative way)\Dump\text.csv" , ";" ,1&amp;nbsp;&amp;nbsp; '0=HTML, 1=Text, 2=Bitmap, 3=XML, 4=QVD, 5=BIFF&lt;/P&gt;&lt;P&gt;&amp;nbsp; msgbox("Export Complete")&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 21:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bug-ServerSideExport-generates-html-file-instead-of-delimeted/m-p/298618#M1279344</guid>
      <dc:creator />
      <dc:date>2014-12-18T21:15:42Z</dc:date>
    </item>
  </channel>
</rss>

