<?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: NPrinting API - Creating a GET connection in QlikSense to get Task Results in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1613956#M25540</link>
    <description>Do we need to update all the below to get this work?&lt;BR /&gt;&lt;BR /&gt;nPrinting : Qlik NPrinting February 2018 SR1&lt;BR /&gt;&lt;BR /&gt;Qliksense: Qliksense Feb 2019&lt;BR /&gt;&lt;BR /&gt;Rest Connector: 2.0.6&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Rupam</description>
    <pubDate>Mon, 19 Aug 2019 16:07:58 GMT</pubDate>
    <dc:creator>rupamjyotidas</dc:creator>
    <dc:date>2019-08-19T16:07:58Z</dc:date>
    <item>
      <title>NPrinting API - Creating a GET connection in QlikSense to get Task Results</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1611795#M25458</link>
      <description>&lt;P&gt;I have been trying to create a GET connection. All the help documents tells that the Set Cookie will return three values. I get only two values in the Set Cookie field. When I use either of them in the subsequent call, I get a server error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 18:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1611795#M25458</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2019-09-25T18:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - Creating a GET connection in QlikSense to get Task Results</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1611796#M25459</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is very well documented process on community. I also wrote a post and attached very broad library of ready to use scripts in form of Subroutines bundled in qvs.&lt;/P&gt;&lt;P&gt;see here for more:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nprintingadventures.wordpress.com/2019/04/08/nprinting-api-qlik-rest-subroutines/" target="_blank" rel="noopener"&gt;https://nprintingadventures.wordpress.com/2019/04/08/nprinting-api-qlik-rest-subroutines/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;once you download NPrinting.qvs, at the very beginning you have all parameters which you need to place when creating your connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 00:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1611796#M25459</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-08-13T00:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - Creating a GET connection in QlikSense to get Task Results</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1612060#M25473</link>
      <description>&lt;P&gt;Thank you for this, really helpful, but my problems lies with the below string manipulation&lt;/P&gt;&lt;P&gt;Let vCookieRaw = Peek('Set-Cookie',0,'cookie_items');&lt;BR /&gt;Let vCookie = TextBetween('$(vCookieRaw)','Secure,','Path=/',2);&lt;/P&gt;&lt;P&gt;My session cookie returns only two cookie value. If i changed to&amp;nbsp;TextBetween('$(vCookieRaw)','Secure,','Path=/',1), I get a cookie value, but the server returns an error when I try to send the call&lt;/P&gt;&lt;P&gt;below is the vCookieRaw value I get&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 14:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1612060#M25473</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2019-08-13T14:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - Creating a GET connection in QlikSense to get Task Results</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1613956#M25540</link>
      <description>Do we need to update all the below to get this work?&lt;BR /&gt;&lt;BR /&gt;nPrinting : Qlik NPrinting February 2018 SR1&lt;BR /&gt;&lt;BR /&gt;Qliksense: Qliksense Feb 2019&lt;BR /&gt;&lt;BR /&gt;Rest Connector: 2.0.6&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Rupam</description>
      <pubDate>Mon, 19 Aug 2019 16:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1613956#M25540</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2019-08-19T16:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - Creating a GET connection in QlikSense to get Task Results</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1613971#M25541</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36140"&gt;@rupamjyotidas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a possibility that if you are still seeing issues, that you may need to update your QS server to April 2019 release.&lt;/P&gt;
&lt;P&gt;There have been issues with the rest connector in some prior versions of QS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;QS rest connector 2.11 contains the latest fixes and this version is found in the April 2019 release of Qlik Sense.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Documents/NPrinting-API-Setup-Requirements/ta-p/1511296" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Documents/NPrinting-API-Setup-Requirements/ta-p/1511296&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 16:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1613971#M25541</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2019-08-19T16:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - Creating a GET connection in QlikSense to get Task Results</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1625286#M26006</link>
      <description>&lt;P&gt;I have the exact same issue, also Sense 2019 Feb release. Have you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36140"&gt;@rupamjyotidas&lt;/a&gt;&amp;nbsp; been able to try if an update of Qlik Sense did solve your issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 13:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1625286#M26006</guid>
      <dc:creator>taserion</dc:creator>
      <dc:date>2019-09-18T13:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting API - Creating a GET connection in QlikSense to get Task Results</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1625345#M26009</link>
      <description>&lt;P&gt;We are upgrading only next year. But for now, I installed REST for Qlikview , used Qlikview to Get the data from nPrinting and read the data&amp;nbsp; into Qliksense.&lt;/P&gt;&lt;P&gt;not a better solution, but till we get upgraded, this works for us.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 14:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-API-Creating-a-GET-connection-in-QlikSense-to-get-Task/m-p/1625345#M26009</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2019-09-18T14:47:00Z</dc:date>
    </item>
  </channel>
</rss>

