<?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 loading information from website in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-information-from-website/m-p/159335#M34025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter, I will give that a go and let you know how I get on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Oct 2010 11:28:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-26T11:28:49Z</dc:date>
    <item>
      <title>loading information from website</title>
      <link>https://community.qlik.com/t5/QlikView/loading-information-from-website/m-p/159333#M34023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Very much a programming/DB novice here and would really like some assistance.&lt;/P&gt;&lt;P&gt;I am looking to pull information from the Dell website based on the Dell serial number of computers we have in stock.&lt;/P&gt;&lt;P&gt;I have found the part of the page I need, the issue I am having is calling the URL based on a variable loaded in another tab.&lt;/P&gt;&lt;P&gt;Any help would be gratefully appreciated&lt;/P&gt;&lt;P&gt;this is what I have at the moment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;let&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;LOAD&lt;BR /&gt;&lt;/B&gt;[Your Warranty],&lt;BR /&gt;[Your Warranty1],&lt;BR /&gt;[Your Warranty2],&lt;BR /&gt;[Your Warranty3]&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;BR /&gt;&lt;/B&gt;&lt;I&gt;$(url)&lt;/I&gt;(html, codepage is 1252, embedded labels, table is @57);&lt;/P&gt;url = 'http://support.euro.dell.com/support/DPP/Index.aspx?c=ie&amp;amp;l=en&amp;amp;s=gen&amp;amp;ServiceTag=' &amp;amp; &lt;B&gt;&lt;I&gt;'$(BIOSSerialNum)'&lt;/I&gt;&lt;/B&gt;;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 10:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-information-from-website/m-p/159333#M34023</guid>
      <dc:creator />
      <dc:date>2010-10-26T10:32:51Z</dc:date>
    </item>
    <item>
      <title>loading information from website</title>
      <link>https://community.qlik.com/t5/QlikView/loading-information-from-website/m-p/159334#M34024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create kind of loop through a table with Serial-numbers, script might look like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;&lt;BR /&gt;Serials:&lt;BR /&gt; LOAD&lt;BR /&gt; SerialNo&lt;BR /&gt; FROM&lt;BR /&gt; ......;&lt;BR /&gt;&lt;BR /&gt;FOR i = 0 TO NoOfRows('Serials') - 1&lt;BR /&gt;&lt;BR /&gt; LET sURL = 'http://support.euro.dell.com/support/DPP/Index.aspx?c=ie&amp;amp;l=en&amp;amp;s=gen&amp;amp;ServiceTag=' &amp;amp; PEEK('SerialNo', i, 'Serials');&lt;BR /&gt;&lt;BR /&gt; LOAD [Your Warranty],&lt;BR /&gt; [Your Warranty1],&lt;BR /&gt; [Your Warranty2],&lt;BR /&gt; [Your Warranty3]&lt;BR /&gt; FROM&lt;BR /&gt; $(sURL)&lt;BR /&gt; (html, codepage is 1252, embedded labels, table is @57);&lt;BR /&gt;&lt;BR /&gt;NEXT i&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 10:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-information-from-website/m-p/159334#M34024</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-10-26T10:52:51Z</dc:date>
    </item>
    <item>
      <title>loading information from website</title>
      <link>https://community.qlik.com/t5/QlikView/loading-information-from-website/m-p/159335#M34025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter, I will give that a go and let you know how I get on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 11:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-information-from-website/m-p/159335#M34025</guid>
      <dc:creator />
      <dc:date>2010-10-26T11:28:49Z</dc:date>
    </item>
    <item>
      <title>loading information from website</title>
      <link>https://community.qlik.com/t5/QlikView/loading-information-from-website/m-p/159336#M34026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;Thanks for that, your suggestion worked. I am successfully pulling the information from the website.&lt;/P&gt;&lt;P&gt;Now, I just have to concentrate on applying the correct links.&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 11:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-information-from-website/m-p/159336#M34026</guid>
      <dc:creator />
      <dc:date>2010-10-28T11:02:00Z</dc:date>
    </item>
  </channel>
</rss>

