<?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: Paging with Qlik Rest Connector in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Paging-with-Qlik-Rest-Connector/m-p/958010#M1358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set ErrorMode = 0; &lt;/STRONG&gt;to avoid throwing an error &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2015 17:23:32 GMT</pubDate>
    <dc:creator>reddy-s</dc:creator>
    <dc:date>2015-12-22T17:23:32Z</dc:date>
    <item>
      <title>Paging with Qlik Rest Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Paging-with-Qlik-Rest-Connector/m-p/958009#M1357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m trying out the new REST connector from Qlik.&lt;/P&gt;&lt;P&gt;The connector works great, but I´m currently struggling with getting paging working correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m using "NextURL" to get the next "Sheet" and i works great until i hit the last page. &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The API is returning "N/A" if there is no more pages to fetch and my load script will then try to fetch something like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://api..../N/A" rel="nofollow"&gt;https://api..../N/A&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This will result in a failing load since that webpage don´t exist. &lt;/P&gt;&lt;P&gt;Is there anyone else who had a similar issue and managed to solve it? &lt;/P&gt;&lt;P&gt;It would be nice to simple create an if statement but I´m not sure how that would look. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reduced the amount of fields to make the script to make it easy to understand. (I tried both in Sense av QlikView, but it´s the same connector so the issue is the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'TestRestAPI'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp; "PrevPageURI",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "NextPageURI",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "__KEY_root"&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" PK "__KEY_root";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried with both XML and JSON but the problem is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 23:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Paging-with-Qlik-Rest-Connector/m-p/958009#M1357</guid>
      <dc:creator>climberdavid</dc:creator>
      <dc:date>2015-12-05T23:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Paging with Qlik Rest Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Paging-with-Qlik-Rest-Connector/m-p/958010#M1358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set ErrorMode = 0; &lt;/STRONG&gt;to avoid throwing an error &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 17:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Paging-with-Qlik-Rest-Connector/m-p/958010#M1358</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-22T17:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Paging with Qlik Rest Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Paging-with-Qlik-Rest-Connector/m-p/958011#M1359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the tip.&lt;/P&gt;&lt;P&gt;Should this be done in some config file for the connector or in the load script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 18:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Paging-with-Qlik-Rest-Connector/m-p/958011#M1359</guid>
      <dc:creator>climberdavid</dc:creator>
      <dc:date>2015-12-22T18:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Paging with Qlik Rest Connector</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Paging-with-Qlik-Rest-Connector/m-p/958012#M1360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add it in the load script along with the other environment variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 23:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Paging-with-Qlik-Rest-Connector/m-p/958012#M1360</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-22T23:05:38Z</dc:date>
    </item>
  </channel>
</rss>

