<?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: How to Export straight table - Qlikview Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Export-straight-table-Qlikview-Server/m-p/450720#M698504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Alberto&lt;/P&gt;&lt;P&gt;In the server environment, you need to change your macros to use the the methods serverside or serversideExport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set tb = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;tb.ServerSideExport "C:\test.skv" , ";" , 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ANSI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more details in the apiguide.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2013 18:22:33 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2013-02-19T18:22:33Z</dc:date>
    <item>
      <title>How to Export straight table - Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Export-straight-table-Qlikview-Server/m-p/450719#M698503</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;&lt;/P&gt;&lt;P&gt;I need to save a straight table, in a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a macro in the client version, but in the server version of the button associated with the macro does not work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i do the same on the server version??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub estrai_new&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set v = ActiveDocument.Variables("b_User")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("CH30")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportEx "Bud_"&amp;amp;v.GetContent.string&amp;amp;".qvd",4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the replies!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 17:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Export-straight-table-Qlikview-Server/m-p/450719#M698503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-19T17:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export straight table - Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Export-straight-table-Qlikview-Server/m-p/450720#M698504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Alberto&lt;/P&gt;&lt;P&gt;In the server environment, you need to change your macros to use the the methods serverside or serversideExport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set tb = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;tb.ServerSideExport "C:\test.skv" , ";" , 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ANSI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find more details in the apiguide.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 18:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Export-straight-table-Qlikview-Server/m-p/450720#M698504</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2013-02-19T18:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export straight table - Qlikview Server</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Export-straight-table-Qlikview-Server/m-p/450721#M698505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I want to use another qvw's straight table that is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have straight table in ''first.qvw" &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and i want to use another qvw to excute macro for exporting straight table&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2013 12:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Export-straight-table-Qlikview-Server/m-p/450721#M698505</guid>
      <dc:creator />
      <dc:date>2013-09-28T12:03:34Z</dc:date>
    </item>
  </channel>
</rss>

