<?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 Load HTML data table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398163#M613385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikview team, for some reason, I have a script that gets currency data from a website and for some reason, I am not able to pick up the data from the website as the script may not be correct anymore.&amp;nbsp; Can anyone help modify the script to be able to pick up the right data.&amp;nbsp; Below is my script.&amp;nbsp; I am asking it to go and find me the CNY (Chinese Yuan) currency from the link below but for some reason, it's not picking up the data anymore.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD 'CNY' as [Currency Unit], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(@3, 7) as [Units per USD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.xe.com/?c=CNY" rel="nofollow" target="_blank"&gt;http://www.xe.com/?c=CNY&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, no labels, table is @1) where recno() = 8;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2017 21:55:21 GMT</pubDate>
    <dc:creator>powerqlik</dc:creator>
    <dc:date>2017-08-28T21:55:21Z</dc:date>
    <item>
      <title>Load HTML data table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398163#M613385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikview team, for some reason, I have a script that gets currency data from a website and for some reason, I am not able to pick up the data from the website as the script may not be correct anymore.&amp;nbsp; Can anyone help modify the script to be able to pick up the right data.&amp;nbsp; Below is my script.&amp;nbsp; I am asking it to go and find me the CNY (Chinese Yuan) currency from the link below but for some reason, it's not picking up the data anymore.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD 'CNY' as [Currency Unit], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(@3, 7) as [Units per USD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.xe.com/?c=CNY" rel="nofollow" target="_blank"&gt;http://www.xe.com/?c=CNY&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, no labels, table is @1) where recno() = 8;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 21:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398163#M613385</guid>
      <dc:creator>powerqlik</dc:creator>
      <dc:date>2017-08-28T21:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load HTML data table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398164#M613386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;xe.com prohibits automated extraction of data from their site, and they have made changes to the site to block extraction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if there is another free source for CNY to USD rates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Qlik DataMarket provides this data for a fee. &lt;A href="http://www.qlik.com/us/products/qlik-data-market" title="http://www.qlik.com/us/products/qlik-data-market"&gt;Qlik DataMarket&lt;/A&gt;. You may want to check that out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 23:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398164#M613386</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-28T23:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load HTML data table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398165#M613387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting.&amp;nbsp; I can load it from here but I am not sure what the correct script would be.&amp;nbsp; Can anyone modify my script to convery CNY into USD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.xe.com/currencytables/?from=USD" title="http://www.xe.com/currencytables/?from=USD"&gt;XE Currency Table: USD - US Dollar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 00:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398165#M613387</guid>
      <dc:creator>powerqlik</dc:creator>
      <dc:date>2017-08-29T00:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load HTML data table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398166#M613388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alen,&lt;/P&gt;&lt;P&gt;Try this alternative:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Conversion Rates]:&lt;/P&gt;&lt;P&gt;LOAD [US Dollar] as Currency, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [1.00 USD], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [inv. 1.00 USD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.x-rates.com/table/?from=USD&amp;amp;amount=1" rel="nofollow" target="_blank"&gt;http://www.x-rates.com/table/?from=USD&amp;amp;amount=1&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 08:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398166#M613388</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-08-29T08:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load HTML data table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398167#M613389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andrew but can you please help further clarify.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I need to paint the whole picture for you to be able to assist me (please see below for exact script I was able to use in the past.&amp;nbsp; While I am no longer able to get the data from the website shown below, this link (&lt;A href="http://www.xe.com/currencytables/?from=USD" title="http://www.xe.com/currencytables/?from=USD"&gt;XE Currency Table: USD - US Dollar&lt;/A&gt;‌) appears to be working; however, I need help modifying my script to be able to pick up from this new link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided sample script below but in reality, I have one load for each currency, (i.e. EUR, GBP, AUD, AED, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion Rates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD 'JPY' as [Currency Unit], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(@3, 7) as [Units per USD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.xe.com/?c=JPY" rel="nofollow" target="_blank"&gt;http://www.xe.com/?c=JPY&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, no labels, table is @1) where recno() = 8;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD 'HKD' as [Currency Unit], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(@3, 7) as [Units per USD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.xe.com/?c=HKD" rel="nofollow" target="_blank"&gt;http://www.xe.com/?c=HKD&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, no labels, table is @1) where recno() = 8;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD 'CHF' as [Currency Unit], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(@3, 7) as [Units per USD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.xe.com/?c=CHF" rel="nofollow" target="_blank"&gt;http://www.xe.com/?c=CHF&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, no labels, table is @1) where recno() = 8;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CurrencyCountry:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Currency Unit, Currency Country&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CNY, China Yuan Renminbi (RMB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EUR, Euro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HKD, Hong Kong Dollars&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JPY, Japan Yen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHF, Swiss Fran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398167#M613389</guid>
      <dc:creator>powerqlik</dc:creator>
      <dc:date>2017-08-29T15:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load HTML data table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398168#M613390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One quick correction I forgot to add to my script.&amp;nbsp; That was my original entire script that I need help modifying to work with this website (&lt;A href="http://www.xe.com/currencytables/?from=USD" title="http://www.xe.com/currencytables/?from=USD"&gt;XE Currency Table: USD - US Dollar&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CurrencyTemp:&lt;/P&gt;&lt;P&gt;LOAD 'CNY' as [Currency Unit], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(@3, 7) as [Units per USD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.xe.com/?c=CNY" rel="nofollow" target="_blank"&gt;http://www.xe.com/?c=CNY&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, no labels, table is @1) where recno() = 8;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currency:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;[Currency Unit],&lt;/P&gt;&lt;P&gt;[Units per USD],&lt;/P&gt;&lt;P&gt;1/[Units per USD] as [USD per Unit] &lt;/P&gt;&lt;P&gt;resident CurrencyTemp;&lt;/P&gt;&lt;P&gt;drop table CurrencyTemp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CurrencyCountry:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Currency Unit, Currency Country&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CNY, China Yuan Renminbi (RMB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EUR, Euro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HKD, Hong Kong Dollars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398168#M613390</guid>
      <dc:creator>powerqlik</dc:creator>
      <dc:date>2017-08-29T16:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load HTML data table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398169#M613391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The end result helps me display a table like this (please see attached).&amp;nbsp; &lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174996_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 18:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398169#M613391</guid>
      <dc:creator>powerqlik</dc:creator>
      <dc:date>2017-08-29T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load HTML data table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398170#M613392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry if I am repeating my question but I have shown a bit more detail below and hopefully that will allow you to help modify my script to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 18:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-HTML-data-table/m-p/1398170#M613392</guid>
      <dc:creator>powerqlik</dc:creator>
      <dc:date>2017-08-30T18:58:55Z</dc:date>
    </item>
  </channel>
</rss>

