<?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 a QlikView Ajax Doc to excel programmatically in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1669123#M728699</link>
    <description>&lt;P&gt;There are some items that allow you to do document/object integration in other applications:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/QlikView-MashUp-Documentation-Examples/ta-p/1481500" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/QlikView-MashUp-Documentation-Examples/ta-p/1481500&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If the above doesn't solve for what you're trying to do, your best bet would be to have the developer of the application export the data to a .txt file (using the Qlik View load script) that you can then read into your application.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2020 21:47:48 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2020-01-24T21:47:48Z</dc:date>
    <item>
      <title>Export a QlikView Ajax Doc to excel programmatically</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1669095#M728698</link>
      <description>&lt;P&gt;We have several QlikView web apps and I'm trying to pull some data from these apps to be used on a web app dashboard. The only access to the qlik apps I have is through the ajax versions. I know that I can right click on tables and export to excel but is there a way anyone knows of to do this with an external script in javascript or python perhaps? I know there are APIs for QlikSense apps to export data from mashups but I couldn't find anything for QlikView.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1669095#M728698</guid>
      <dc:creator>justindelisi</dc:creator>
      <dc:date>2024-11-16T19:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export a QlikView Ajax Doc to excel programmatically</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1669123#M728699</link>
      <description>&lt;P&gt;There are some items that allow you to do document/object integration in other applications:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/QlikView-MashUp-Documentation-Examples/ta-p/1481500" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/QlikView-MashUp-Documentation-Examples/ta-p/1481500&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If the above doesn't solve for what you're trying to do, your best bet would be to have the developer of the application export the data to a .txt file (using the Qlik View load script) that you can then read into your application.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 21:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1669123#M728699</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2020-01-24T21:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export a QlikView Ajax Doc to excel programmatically</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1677737#M728700</link>
      <description>&lt;P&gt;Just adding a link to the Help regarding Mash-ups in QlikView that Nicole mentioned in her post.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2019/Subsystems/Mashups/Content/QV_Mashups/mashups-start.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/April2019/Subsystems/Mashups/Content/QV_Mashups/mashups-start.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To Nicole's other point, really need further information on the use case you are attempting to solve in order to determine if there may be other ways to do things.&amp;nbsp; One other that came to mind would be to create QVD files in the app from which you are trying to get the data such that you can use those QVD files in the other apps rather than trying to export/import etc.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 19:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1677737#M728700</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-20T19:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export a QlikView Ajax Doc to excel programmatically</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1683087#M728701</link>
      <description>&lt;P&gt;I have posted some sample javascript code that exports pivot or straight table chart to csv. You can probably modify it to do what you need.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Useful-Qlikview-Javascript-for-Chrome-Ajax-client/ta-p/1682616" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Useful-Qlikview-Javascript-for-Chrome-Ajax-client/ta-p/1682616&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 04:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1683087#M728701</guid>
      <dc:creator>MikeW</dc:creator>
      <dc:date>2020-03-10T04:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Export a QlikView Ajax Doc to excel programmatically</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1768063#M728702</link>
      <description>&lt;P&gt;I have this exact need.&amp;nbsp; I am exporting a small table to a text file for use elsewhere.&amp;nbsp; The Export Action works fine in IE.&amp;nbsp; It doesn't work in AJAX and they don't want to limit people to IE since it isn't their preference.&amp;nbsp; (mumble grumble grumble) have you had any luck?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 22:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1768063#M728702</guid>
      <dc:creator>erikzions</dc:creator>
      <dc:date>2020-12-11T22:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export a QlikView Ajax Doc to excel programmatically</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1768065#M728703</link>
      <description>No unfortunately I haven't. I ended up making a qlik app that exported the&lt;BR /&gt;qvd I needed to a csv and then picked it up with a cloud ETL service to use&lt;BR /&gt;it elsewhere.&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Dec 2020 00:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-QlikView-Ajax-Doc-to-excel-programmatically/m-p/1768065#M728703</guid>
      <dc:creator>justindelisi</dc:creator>
      <dc:date>2020-12-12T00:01:26Z</dc:date>
    </item>
  </channel>
</rss>

