<?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>article Connecting Qlik Sense QRS data via REST connector in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Connecting-Qlik-Sense-QRS-data-via-REST-connector/ta-p/1716379</link>
    <description>&lt;P&gt;&lt;BR /&gt;A common user scenario is to pull data out of Qlik Sense database into an App and do analysis. In order to do so, a good practice is to get data via QRS API using REST connector, which is shipped together with Qlik Sense.&lt;BR /&gt;This article shows how you can set up the connection.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;Environment:&lt;/H3&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;, all versions&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;Resolution:&lt;/H3&gt;
&lt;P&gt;&lt;BR /&gt;1. Create the REST connection:&lt;/P&gt;
&lt;OL style="margin-left: 80px;"&gt;
&lt;LI&gt;Add a REST connection from Hub&lt;/LI&gt;
&lt;LI&gt;Create an App&lt;/LI&gt;
&lt;LI&gt;Go to &lt;STRONG&gt;Data Load Editor&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Create New Connection&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Choose “&lt;STRONG&gt;Qlik REST Connector&lt;/STRONG&gt;”&lt;/LI&gt;
&lt;LI&gt;Fill in the settings according to the example below.&lt;/LI&gt;
&lt;LI&gt;Note that you need to use the server name/FQDN &lt;STRONG&gt;instead&lt;/STRONG&gt; of ‘&lt;FONT face="courier new,courier"&gt;localhost&lt;/FONT&gt;’ in the URL.&lt;/LI&gt;
&lt;LI&gt;In the Virtual Proxy settings, you need to keep &lt;STRONG&gt;Authentication Method&lt;/STRONG&gt; as&amp;nbsp; ‘&lt;FONT face="courier new,courier"&gt;Ticket&lt;/FONT&gt;’ and for &lt;STRONG&gt;Windows authentication pattern&lt;/STRONG&gt; set ‘&lt;FONT face="courier new,courier"&gt;Windows&lt;/FONT&gt;’.&lt;/LI&gt;
&lt;LI&gt;The value for the &lt;STRONG&gt;xrfkey&lt;/STRONG&gt; can be any 16digit-long string&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="000035886a.png" style="width: 604px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55389i0DFDA23C3DB02419/image-size/large?v=v2&amp;amp;px=999" role="button" title="000035886a.png" alt="000035886a.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="000035886b.png" style="width: 589px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55390i063323E564E8F8D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="000035886b.png" alt="000035886b.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;Test the data load&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;After Test the connection and save the settings, now go back to the Data load editor.&lt;BR /&gt;Find the connection you just created, click the “Select Data” icon.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="000035886d.png" style="width: 139px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55391iF0D0C4AF47C4670E/image-size/large?v=v2&amp;amp;px=999" role="button" title="000035886d.png" alt="000035886d.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the right Response (JSON) type is selected. And also select the ‘root’ so that you can preview the data from the table you are connecting to.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Insert the script to the right place.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="000035886c.png" style="width: 907px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55392i2F1D6541100086A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="000035886c.png" alt="000035886c.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;You can repeat this and create more REST connections against different QRS API endpoints. One connection to one endpoint.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;You can find all supported QRS API endpoints using the API endpoint “/qrs/about/api/description”. For more information about how to use QRS API, refer to the Qlik help site &lt;A href="http://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Getting-Started.htm" target="_blank" rel="noopener"&gt;Getting Started - Qlik Sense for developers&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Thu, 20 May 2021 12:21:00 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2021-05-20T12:21:00Z</dc:date>
    <item>
      <title>Connecting Qlik Sense QRS data via REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Connecting-Qlik-Sense-QRS-data-via-REST-connector/ta-p/1716379</link>
      <description>&lt;P&gt;&lt;BR /&gt;A common user scenario is to pull data out of Qlik Sense database into an App and do analysis. In order to do so, a good practice is to get data via QRS API using REST connector, which is shipped together with Qlik Sense.&lt;BR /&gt;This article shows how you can set up the connection.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;Environment:&lt;/H3&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;, all versions&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;Resolution:&lt;/H3&gt;
&lt;P&gt;&lt;BR /&gt;1. Create the REST connection:&lt;/P&gt;
&lt;OL style="margin-left: 80px;"&gt;
&lt;LI&gt;Add a REST connection from Hub&lt;/LI&gt;
&lt;LI&gt;Create an App&lt;/LI&gt;
&lt;LI&gt;Go to &lt;STRONG&gt;Data Load Editor&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Create New Connection&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Choose “&lt;STRONG&gt;Qlik REST Connector&lt;/STRONG&gt;”&lt;/LI&gt;
&lt;LI&gt;Fill in the settings according to the example below.&lt;/LI&gt;
&lt;LI&gt;Note that you need to use the server name/FQDN &lt;STRONG&gt;instead&lt;/STRONG&gt; of ‘&lt;FONT face="courier new,courier"&gt;localhost&lt;/FONT&gt;’ in the URL.&lt;/LI&gt;
&lt;LI&gt;In the Virtual Proxy settings, you need to keep &lt;STRONG&gt;Authentication Method&lt;/STRONG&gt; as&amp;nbsp; ‘&lt;FONT face="courier new,courier"&gt;Ticket&lt;/FONT&gt;’ and for &lt;STRONG&gt;Windows authentication pattern&lt;/STRONG&gt; set ‘&lt;FONT face="courier new,courier"&gt;Windows&lt;/FONT&gt;’.&lt;/LI&gt;
&lt;LI&gt;The value for the &lt;STRONG&gt;xrfkey&lt;/STRONG&gt; can be any 16digit-long string&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="000035886a.png" style="width: 604px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55389i0DFDA23C3DB02419/image-size/large?v=v2&amp;amp;px=999" role="button" title="000035886a.png" alt="000035886a.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="000035886b.png" style="width: 589px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55390i063323E564E8F8D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="000035886b.png" alt="000035886b.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;Test the data load&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;After Test the connection and save the settings, now go back to the Data load editor.&lt;BR /&gt;Find the connection you just created, click the “Select Data” icon.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="000035886d.png" style="width: 139px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55391iF0D0C4AF47C4670E/image-size/large?v=v2&amp;amp;px=999" role="button" title="000035886d.png" alt="000035886d.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the right Response (JSON) type is selected. And also select the ‘root’ so that you can preview the data from the table you are connecting to.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Insert the script to the right place.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="000035886c.png" style="width: 907px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55392i2F1D6541100086A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="000035886c.png" alt="000035886c.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;You can repeat this and create more REST connections against different QRS API endpoints. One connection to one endpoint.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL start="4"&gt;
&lt;LI&gt;You can find all supported QRS API endpoints using the API endpoint “/qrs/about/api/description”. For more information about how to use QRS API, refer to the Qlik help site &lt;A href="http://help.qlik.com/en-US/sense-developer/Subsystems/RepositoryServiceAPI/Content/RepositoryServiceAPI/RepositoryServiceAPI-Getting-Started.htm" target="_blank" rel="noopener"&gt;Getting Started - Qlik Sense for developers&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 20 May 2021 12:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Connecting-Qlik-Sense-QRS-data-via-REST-connector/ta-p/1716379</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-05-20T12:21:00Z</dc:date>
    </item>
  </channel>
</rss>

