<?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 Auto Refresh REST Connector from SharePoint in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49569#M281</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;I've just created my first REST connector to fetch data from a SharePoint list, and it worked like a charm !!&lt;/P&gt;&lt;P&gt;I wanted to know if there was a way to program the APP to automatically refresh data, as the data in the SharePoint list gets updated frequently and I want to have the latest data updated in my APP.&lt;/P&gt;&lt;P&gt;I initially assumed that "Right Clicking" and APP and choosing "Refresh Published Data" would do the trick, but was definitely wrong as this part would only come after the data inside the APP is refreshed first.&lt;/P&gt;&lt;P&gt;Any help is appreciated &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;, help please, it's critical for a customer demo on Monday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2018 11:26:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-17T11:26:34Z</dc:date>
    <item>
      <title>Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49569#M281</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;I've just created my first REST connector to fetch data from a SharePoint list, and it worked like a charm !!&lt;/P&gt;&lt;P&gt;I wanted to know if there was a way to program the APP to automatically refresh data, as the data in the SharePoint list gets updated frequently and I want to have the latest data updated in my APP.&lt;/P&gt;&lt;P&gt;I initially assumed that "Right Clicking" and APP and choosing "Refresh Published Data" would do the trick, but was definitely wrong as this part would only come after the data inside the APP is refreshed first.&lt;/P&gt;&lt;P&gt;Any help is appreciated &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;, help please, it's critical for a customer demo on Monday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 11:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49569#M281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-17T11:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49570#M282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Hello Nader&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;A class="jive-link-blog-small" data-containerid="2588" data-containertype="37" data-objectid="5535" data-objecttype="38" href="https://community.qlik.com/blogs/qlikviewdesignblog/2018/01/31/a-beginners-guide-to-incremental-loading"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2018/01/31/a-beginners-guide-to-incremental-loading&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a blog and a video that talks about incremental load what you would need to do is replace the data source that I use in the example with your rest connector and then the data would then be written to the QVD file then you would create the script with the logic that then would update the QVD file with the new records and then your app with the visual will&amp;nbsp; read directly from the QVD file and not the rest connector. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I check in on the community occasionally over the weekend so if you reply I might see but basically you want to create a incremental load procedure&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIke T&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 23:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49570#M282</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2018-05-18T23:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49571#M283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; After reading this again it actually might be more simple I made a mistake I thought you were looking for refreshing the data in the app from a new load Well keeping data from another load - but if you just want to reload the entire app with new data from the connector then all you need to do is creste a reload task and schedule it &lt;SPAN style="font-size: 10pt;"&gt;in the Qlik management console you do that by adding a task and then selecting the app that you want to refresh&amp;nbsp;&amp;nbsp; You can also select the app in the&amp;nbsp; management console and choose the option to create a reload task&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 23:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49571#M283</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2018-05-18T23:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49572#M284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, i honestly did not expect a reply that soon.&lt;/P&gt;&lt;P&gt;Thank you for taking the time to do so. &lt;/P&gt;&lt;P&gt;Relating to the above, i thought reload tasks are only available in the Qlik enterprise subscription. Mine is the QSCB, is this also possible here now?&lt;/P&gt;&lt;P&gt;Thank you once again for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2018 03:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49572#M284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-19T03:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49573#M285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌ I thought it might be the business version because of the verbiage you used in your original post so you can schedule &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check this video out and let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/5f1ZD7peGAE" title="https://youtu.be/5f1ZD7peGAE"&gt;Qlik Sense Cloud - Refreshing data in Qlik Sense Cloud apps - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2018 15:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49573#M285</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2018-05-19T15:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49574#M286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike for coming back during weekend time, truly appreciated.&lt;/P&gt;&lt;P&gt;I did try the "&lt;STRONG&gt;Refresh Published Data&lt;/STRONG&gt;"&amp;nbsp; earlier on and the problem is that it does not refresh the actual data coming from SharePoint using the REST Connector.&lt;/P&gt;&lt;P&gt;After trying everything, the only thing that actually fetches the latest data from SharePoint is by manually going to the "&lt;STRONG&gt;Data Load Editor&lt;/STRONG&gt;" and clicking the "&lt;STRONG&gt;Load Data&lt;/STRONG&gt;" button. Even the "&lt;STRONG&gt;Schedule Published Data Refresh&lt;/STRONG&gt;" does not work in that perspective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there perhaps a way to schedule the "&lt;STRONG&gt;Data Load Editor&lt;/STRONG&gt;" to fetch the data automatically on the QSCB platform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2018 16:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49574#M286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-19T16:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49575#M287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay sorry, to clarify a bit further.&lt;/P&gt;&lt;P&gt;It seems the "Published App" gets the latest data which is great, but the same App in "My Works&lt;SPAN style="font-size: 10pt;"&gt;pace" does not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;A bit strange, is this behavior expected? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2018 16:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49575#M287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-19T16:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49576#M288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hi Nader &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; That is expected behavior the schedule data refresh is Just for published apps that right clicking and refreshing is just for published apps -&amp;nbsp; to refresh the data in the workspace you have to go into edit mode and load the data from the data manager or from the data load editor hope this helps &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2018 18:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49576#M288</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2018-05-19T18:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49577#M289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌ after you verify everything please mark the appropriate reply as correct so we can close out this discussion &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2018 18:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49577#M289</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2018-05-19T18:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49578#M290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mike, got what i need now and working as expected. Appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2018 19:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/49578#M290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-19T19:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh REST Connector from SharePoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/1632195#M4442</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you use any posts to help you create your first REST connector? If so, please could you post them.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 19:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Auto-Refresh-REST-Connector-from-SharePoint/m-p/1632195#M4442</guid>
      <dc:creator>james_butler</dc:creator>
      <dc:date>2019-10-07T19:53:26Z</dc:date>
    </item>
  </channel>
</rss>

