<?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: With connection loop for Rest Connector in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/With-connection-loop-for-Rest-Connector/m-p/2462788#M1225817</link>
    <description>&lt;P&gt;As an addition to this topic, I'm excited to share my latest tutorial on integrating Asana with Qlik Cloud using REST APIs!&lt;/P&gt;
&lt;P&gt;In this step-by-step guide, you'll learn:&lt;BR /&gt;- How to use Asana REST APIs with Postman&lt;BR /&gt;- Creating REST Data Connections in Qlik Cloud&lt;BR /&gt;- Extracting data from Asana and saving as Parquet files&lt;BR /&gt;- Enhancing connections with custom parameters and pagination&lt;/P&gt;
&lt;P&gt;Check out the full video on YouTube:&lt;BR /&gt;&lt;STRONG&gt;Integrate Asana with Qlik Cloud Using REST APIs: A Step-by-Step Guide&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf" target="_blank"&gt;https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jun 2024 22:13:06 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2024-06-15T22:13:06Z</dc:date>
    <item>
      <title>With connection loop for Rest Connector</title>
      <link>https://community.qlik.com/t5/QlikView/With-connection-loop-for-Rest-Connector/m-p/48278#M8036</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've been trying to get this to work and searched and tried all solutions I've found in the forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to loop trough records for this connection:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CUSTOM CONNECT TO "Provider=QvRestConnector.exe;url=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.qlik.com/" rel="nofollow" target="_blank"&gt;https://integration.upsales.com/api/v2/agreements?&amp;amp;token%2****&amp;amp;offset%2$(i)&amp;amp;limit%21000;timeout=30;method=GET;autoDetectResponseType=true;keyGenerationStrategy=0;authSchema=basic;skipServerCertificateValidation=false;useCertificate=No;certificateStoreLocation=CurrentUser;certificateStoreName=My;PaginationType=None;allowResponseHeaders=false;allowHttpsOnly=false;XUserId=******;XPassword=*******;&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The instruction I got was this to loop through the offset:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;A href="https://integration.upsales.com/api/v2/agreements?token=%7b%7btoken%7d%7d&amp;amp;offset=0&amp;amp;limit=1000"&gt;https://integration.upsales.com/api/v2/agreements?token={{token}}&amp;amp;offset=0&amp;amp;limit=1000&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;&lt;A href="https://integration.upsales.com/api/v2/agreements?token=%7b%7btoken%7d%7d&amp;amp;offset=1000&amp;amp;limit=1000"&gt;https://integration.upsales.com/api/v2/agreements?token={{token}}&amp;amp;offset=1000&amp;amp;limit=1000&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the With Connection parameters but get errors all the time.&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;"__KEY_root",&lt;/P&gt;&lt;P&gt;(SELECT &lt;/P&gt;&lt;P&gt;"__FK_data",&lt;/P&gt;&lt;P&gt;"__KEY_data",&lt;/P&gt;&lt;P&gt;(SELECT &lt;/P&gt;&lt;P&gt;"__FK_metadata_u0",&lt;/P&gt;&lt;P&gt;"__KEY_metadata",&lt;/P&gt;&lt;P&gt;(SELECT &lt;/P&gt;&lt;P&gt;"value" AS "value_u1",&lt;/P&gt;&lt;P&gt;"fieldId" AS "fieldId_u1",&lt;/P&gt;&lt;P&gt;"valueBoolean" AS "valueBoolean_u0",&lt;/P&gt;&lt;P&gt;"valueInteger" AS "valueInteger_u0",&lt;/P&gt;&lt;P&gt;"valueDouble" AS "valueDouble_u0",&lt;/P&gt;&lt;P&gt;"__FK_custom_u1"&lt;/P&gt;&lt;P&gt;FROM "custom" FK "__FK_custom_u1")&lt;/P&gt;&lt;P&gt;FROM "metadata" PK "__KEY_metadata" FK "__FK_metadata_u0")&lt;/P&gt;&lt;P&gt;FROM "data" PK "__KEY_data" FK "__FK_data")&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" PK "__KEY_root";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 19:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-connection-loop-for-Rest-Connector/m-p/48278#M8036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-03T19:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: With connection loop for Rest Connector</title>
      <link>https://community.qlik.com/t5/QlikView/With-connection-loop-for-Rest-Connector/m-p/2462788#M1225817</link>
      <description>&lt;P&gt;As an addition to this topic, I'm excited to share my latest tutorial on integrating Asana with Qlik Cloud using REST APIs!&lt;/P&gt;
&lt;P&gt;In this step-by-step guide, you'll learn:&lt;BR /&gt;- How to use Asana REST APIs with Postman&lt;BR /&gt;- Creating REST Data Connections in Qlik Cloud&lt;BR /&gt;- Extracting data from Asana and saving as Parquet files&lt;BR /&gt;- Enhancing connections with custom parameters and pagination&lt;/P&gt;
&lt;P&gt;Check out the full video on YouTube:&lt;BR /&gt;&lt;STRONG&gt;Integrate Asana with Qlik Cloud Using REST APIs: A Step-by-Step Guide&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf" target="_blank"&gt;https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 22:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/With-connection-loop-for-Rest-Connector/m-p/2462788#M1225817</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-06-15T22:13:06Z</dc:date>
    </item>
  </channel>
</rss>

