<?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 Need to load Data from URL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-load-Data-from-URL/m-p/1291767#M622448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Techics,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a requirement where i want to load the data from URL &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="Https://www.xxxx.com" rel="nofollow" target="_blank"&gt;Https://www.xxxx.com&lt;/A&gt;&lt;SPAN&gt; in the qlikview script and then build a Dashboard in top of it.The URL contains the latest data and need authentiction while we connect with it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please guide me how we can acheive the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Jan 2017 17:09:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-22T17:09:40Z</dc:date>
    <item>
      <title>Need to load Data from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-load-Data-from-URL/m-p/1291767#M622448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Techics,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a requirement where i want to load the data from URL &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="Https://www.xxxx.com" rel="nofollow" target="_blank"&gt;Https://www.xxxx.com&lt;/A&gt;&lt;SPAN&gt; in the qlikview script and then build a Dashboard in top of it.The URL contains the latest data and need authentiction while we connect with it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please guide me how we can acheive the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2017 17:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-load-Data-from-URL/m-p/1291767#M622448</guid>
      <dc:creator />
      <dc:date>2017-01-22T17:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need to load Data from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-load-Data-from-URL/m-p/1291768#M622449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harpreet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the option reading webfiles : &lt;/P&gt;&lt;P&gt;&lt;IMG alt="webfile.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150386_webfile.png" style="height: 635px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will generate the Script for reading data from the website: &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Test:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD @1 as Country, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as [1990], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as [1991], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4 as [1992], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5 as [1993], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6 as [1994], &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @7 as [1995]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://wdi.worldbank.org/table/1.1" rel="nofollow" target="_blank"&gt;http://wdi.worldbank.org/table/1.1&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1252, no labels, table is @3);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;BR /&gt;Maula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2017 18:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-load-Data-from-URL/m-p/1291768#M622449</guid>
      <dc:creator>maulajatt90</dc:creator>
      <dc:date>2017-01-22T18:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to load Data from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-load-Data-from-URL/m-p/1291769#M622450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harpreet,&lt;/P&gt;&lt;P&gt;This link could help you: &lt;A href="https://community.qlikview.com/thread/29219" title="https://community.qlikview.com/thread/29219"&gt;how to pull data from URL which requires creden... | Qlik Community&lt;/A&gt;&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>Sun, 22 Jan 2017 20:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-load-Data-from-URL/m-p/1291769#M622450</guid>
      <dc:creator>sreenivaskollur</dc:creator>
      <dc:date>2017-01-22T20:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need to load Data from URL</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-load-Data-from-URL/m-p/1291770#M622451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please share some more details about the source data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of format is it? A standard-file format stored on an HTTP server? Do you need to parse basic HTML tables or is it an RSS-feed or can a REST-API be used?&lt;/P&gt;&lt;P&gt;What kind of authentication is used? Is your QlikView Server logged in with an account on Active Directory&lt;/P&gt;&lt;P&gt;Where is the server located? Is it a public server so it is not part of your organizations intranet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2017 20:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-load-Data-from-URL/m-p/1291770#M622451</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-01-22T20:35:00Z</dc:date>
    </item>
  </channel>
</rss>

