<?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: Export and Save .csv through Access Point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/2162800#M1225174</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Please I have thesame issues. I have the Qlikview client side access.&lt;BR /&gt;Using API requests, I am able to login and load the report but I don't know how to export the report as csv.&lt;BR /&gt;&lt;BR /&gt;Can someone help with this, please? Maybe point me in the direction of the API document to achieve this, again it is from the client side.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-01-18 at 11.50.18.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127290iCA1600860C6DEF3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-01-18 at 11.50.18.png" alt="Screenshot 2024-01-18 at 11.50.18.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2024 11:50:34 GMT</pubDate>
    <dc:creator>Larry_blacc</dc:creator>
    <dc:date>2024-01-18T11:50:34Z</dc:date>
    <item>
      <title>Export and Save .csv through Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1674007#M449595</link>
      <description>&lt;P&gt;Is it possible to use the Export action item to&amp;nbsp;&lt;U&gt;save&lt;/U&gt; a .csv file?&amp;nbsp; I'm working through the Access Point so macros are not an option.&amp;nbsp; I have built a button that uses the 'Export' function and it can create the .csv, but it only seems to open it in another window as opposed to saving it to the desired location.&amp;nbsp; Any thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 16:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1674007#M449595</guid>
      <dc:creator>jrl</dc:creator>
      <dc:date>2020-02-10T16:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Save .csv through Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1674191#M449609</link>
      <description>&lt;P&gt;When using the server with browser, you can use the ServerSideExport API call in a macro to do the trick.&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 01:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1674191#M449609</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-02-11T01:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Save .csv through Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1674195#M449610</link>
      <description>Unfortunately macros are not an option because we're using an AJAX plug-in</description>
      <pubDate>Tue, 11 Feb 2020 01:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1674195#M449610</guid>
      <dc:creator>jrl</dc:creator>
      <dc:date>2020-02-11T01:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Save .csv through Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1674445#M449629</link>
      <description>&lt;P&gt;You can still use macros with Ajax, you just have to make sure to use the correct API calls. Hence the ServerSIdeExport recommendation. You'll need to use API calls that run on the server, not the client.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 15:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1674445#M449629</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-02-11T15:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Save .csv through Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1682254#M450163</link>
      <description>&lt;P&gt;Just wanted to provide the API Guide for QlikView to you in case you decided to check out the API Rob mentioned.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2019/Subsystems/Automation/Content/QV_Automation/APIGuide/QlikViewComApiGuide.zip" target="_self"&gt;QlikView API Guide QVW&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not quite sure what is not working for you regarding the Export action, which is what I think you are using, here is help link on that:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Button2.htm#anchor-4" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Button2.htm#anchor-4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Click the Add Action Dialog link on the right side to jump down to the Actions area and scroll down until you see Export.&amp;nbsp; Sorry for the confusion on my part.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 20:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/1682254#M450163</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-05T20:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Save .csv through Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/2162800#M1225174</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Please I have thesame issues. I have the Qlikview client side access.&lt;BR /&gt;Using API requests, I am able to login and load the report but I don't know how to export the report as csv.&lt;BR /&gt;&lt;BR /&gt;Can someone help with this, please? Maybe point me in the direction of the API document to achieve this, again it is from the client side.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-01-18 at 11.50.18.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127290iCA1600860C6DEF3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-01-18 at 11.50.18.png" alt="Screenshot 2024-01-18 at 11.50.18.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 11:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-and-Save-csv-through-Access-Point/m-p/2162800#M1225174</guid>
      <dc:creator>Larry_blacc</dc:creator>
      <dc:date>2024-01-18T11:50:34Z</dc:date>
    </item>
  </channel>
</rss>

