<?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: Access data from QlikSense from a standard VB or JS script in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168573#M5705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Alexander. I have never written anyything in javascript so this wioll probably take some time. But i think i get the basics and i will try to get something working.&lt;/P&gt;&lt;P&gt;The example you provieded does not seem to give you nay feedback if the connection was succsessfull or not. Witch means that i dont knwo what the script actually did &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im also wondering about Authentication. Since most of the other qsocks examples require an client-cert exported from the server. I would like to skip the certificates if its possible but im starting to realize that I probably cant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 07:17:54 GMT</pubDate>
    <dc:creator>gustavgager</dc:creator>
    <dc:date>2016-06-13T07:17:54Z</dc:date>
    <item>
      <title>Access data from QlikSense from a standard VB or JS script</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168569#M5701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;In qlikview there was a great COM-API that i could use to automate fuctions and export pictures and data from from an external source like a VB-script or in my case Autoit-script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i would like to do similar things in Qliksense. The goal is to have a script that I can run that opens a QS app, doing a few selections, export a few images, and then close down.&lt;/P&gt;&lt;P&gt;Now, there are alot of diffrent APIs. I have gotten the managemnet API working (witch uses REST) but the functionality that i want to use, doesnt seem to be avilible trough REST. It seems that the API needed to do what I want is the same ones that you use for creating mashups and extentions.&lt;/P&gt;&lt;P&gt;Im not interested in creating extensions or mashups, i just want to be able to automate a few things so if anyone have some sample code, that would be great. &lt;/P&gt;&lt;P&gt;Any help is appritiated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 07:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168569#M5701</guid>
      <dc:creator>gustavgager</dc:creator>
      <dc:date>2016-06-10T07:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Access data from QlikSense from a standard VB or JS script</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168570#M5702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gustav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'd want to use Engine API for that. This is a javascript implementation of the Engine API: &lt;A href="https://github.com/mindspank/qsocks" title="https://github.com/mindspank/qsocks"&gt;GitHub - mindspank/qsocks: A lightweight promise wrapper around the Qlik Sense Engine API&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is also a project that exports charts to images using phantomjs which maybe can be used as inspiration?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mindspank/chartcacher" style="font-size: 10pt; line-height: 1.5em;" title="https://github.com/mindspank/chartcacher"&gt;https://github.com/mindspank/chartcacher&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 13:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168570#M5702</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-06-10T13:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Access data from QlikSense from a standard VB or JS script</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168571#M5703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander.&lt;/P&gt;&lt;P&gt;Yes i have started to look at qsocks and it looks promesing. However i could not actually get anything working from a standard html or js file. Is there any examples anywhere that basicly works out of the box? That way i could change settings and learn how it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 14:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168571#M5703</guid>
      <dc:creator>gustavgager</dc:creator>
      <dc:date>2016-06-10T14:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Access data from QlikSense from a standard VB or JS script</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168572#M5704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This example should work fine if you are accessing the page over localhost&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mindspank/qsocks/blob/master/examples/Global/connect-browser.html" title="https://github.com/mindspank/qsocks/blob/master/examples/Global/connect-browser.html"&gt;qsocks/connect-browser.html at master · mindspank/qsocks · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you can remove the config from qsocks.Connect() and it will connect to a local desktop installation if it's up and running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. I do recommend installing Nodejs, especially if you intended to do any automation. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 17:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168572#M5704</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-06-10T17:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Access data from QlikSense from a standard VB or JS script</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168573#M5705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Alexander. I have never written anyything in javascript so this wioll probably take some time. But i think i get the basics and i will try to get something working.&lt;/P&gt;&lt;P&gt;The example you provieded does not seem to give you nay feedback if the connection was succsessfull or not. Witch means that i dont knwo what the script actually did &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im also wondering about Authentication. Since most of the other qsocks examples require an client-cert exported from the server. I would like to skip the certificates if its possible but im starting to realize that I probably cant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 07:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168573#M5705</guid>
      <dc:creator>gustavgager</dc:creator>
      <dc:date>2016-06-13T07:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Access data from QlikSense from a standard VB or JS script</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168574#M5706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All methods in qsocks return Promises so normal error handling practices apply, either add a .catch() block or catch per method errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qsocks.Connect().then(promiseResolvedFunction, promiseRejectedFunction).catch(catchAnyRejectedPromisesFunctionNotHandled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For authentication it's certainly easier to use the certificates (if you are using NodeJS, not in the browser) but you can also use normal authentication methods such as Ticketing which is the out of the box authentication mechanism. It will grow your solution quite substantially of course since you now have to handle authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the old COM api you didn't have to deal with authentication because if you had access to the qvw there were no authentication so you can equate having access to the qvw as having access to the client certificates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 13:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168574#M5706</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-06-13T13:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Access data from QlikSense from a standard VB or JS script</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168575#M5707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is also a .NET SDK that might be useful. You can find more documentation and examples here &lt;A href="http://help.qlik.com/en-US/sense-developer/2.2/Content/expand.htm"&gt;http://help.qlik.com/en-US/sense-developer/2.2/Content/expand.htm&lt;/A&gt; &lt;BR /&gt;There are also more examples available on GitHub and Qlik Branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Lars-Göran Book&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Access-data-from-QlikSense-from-a-standard-VB-or-JS-script/m-p/1168575#M5707</guid>
      <dc:creator />
      <dc:date>2016-06-14T12:49:25Z</dc:date>
    </item>
  </channel>
</rss>

