<?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: Importing currency rate from a webpage in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Importing-currency-rate-from-a-webpage/m-p/1551314#M62840</link>
    <description>&lt;P&gt;Hi most banks provide curr rates data by web link in xml or html table. Use url directly or create web file connection and you can see currency tables.&lt;/P&gt;&lt;P&gt;Here some examples:&lt;/P&gt;&lt;P&gt;HTMLTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;"Num сode",&lt;BR /&gt;"Char сode",&lt;BR /&gt;Unit,&lt;BR /&gt;Currency,&lt;BR /&gt;"Rate"&lt;BR /&gt;&amp;nbsp;FROM&lt;BR /&gt;[&lt;A href="https://www.cbr.ru/eng/currency_base/daily/?date_req=01.03.2019" target="_self"&gt;https://www.cbr.ru/eng/currency_base/daily/?date_req=01.03.2019&lt;/A&gt;]&lt;BR /&gt;(html, utf8, embedded labels, table is @1)&lt;/P&gt;&lt;P&gt;Where Match([Char сode],'USD','EUR');&lt;/P&gt;&lt;P&gt;XMLTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;Id,&lt;BR /&gt;NumCode,&lt;BR /&gt;CharCode,&lt;BR /&gt;Scale,&lt;BR /&gt;Name,&lt;BR /&gt;"Rate"&lt;BR /&gt;FROM [&lt;A href="http://www.nbrb.by/Services/XmlExRates.aspx?ondate=$(vDate" target="_blank"&gt;http://www.nbrb.by/Services/XmlExRates.aspx?ondate=$(vDate&lt;/A&gt;)]&lt;BR /&gt;(XmlSimple, table is [DailyExRates/Currency])&lt;BR /&gt;Where Match(CharCode,'USD','EUR','RUB');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Mar 2019 07:36:17 GMT</pubDate>
    <dc:creator>Zhandos_Shotan</dc:creator>
    <dc:date>2019-03-02T07:36:17Z</dc:date>
    <item>
      <title>Importing currency rate from a webpage</title>
      <link>https://community.qlik.com/t5/App-Development/Importing-currency-rate-from-a-webpage/m-p/1551135#M62839</link>
      <description>&lt;P&gt;Hey, I am not sure whether I am in the right place to ask that question. I wonder if it is possible to add currency rate from the central bank webpage in a qliksense application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Importing-currency-rate-from-a-webpage/m-p/1551135#M62839</guid>
      <dc:creator>emrekaya</dc:creator>
      <dc:date>2024-11-16T21:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Importing currency rate from a webpage</title>
      <link>https://community.qlik.com/t5/App-Development/Importing-currency-rate-from-a-webpage/m-p/1551314#M62840</link>
      <description>&lt;P&gt;Hi most banks provide curr rates data by web link in xml or html table. Use url directly or create web file connection and you can see currency tables.&lt;/P&gt;&lt;P&gt;Here some examples:&lt;/P&gt;&lt;P&gt;HTMLTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;"Num сode",&lt;BR /&gt;"Char сode",&lt;BR /&gt;Unit,&lt;BR /&gt;Currency,&lt;BR /&gt;"Rate"&lt;BR /&gt;&amp;nbsp;FROM&lt;BR /&gt;[&lt;A href="https://www.cbr.ru/eng/currency_base/daily/?date_req=01.03.2019" target="_self"&gt;https://www.cbr.ru/eng/currency_base/daily/?date_req=01.03.2019&lt;/A&gt;]&lt;BR /&gt;(html, utf8, embedded labels, table is @1)&lt;/P&gt;&lt;P&gt;Where Match([Char сode],'USD','EUR');&lt;/P&gt;&lt;P&gt;XMLTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;Id,&lt;BR /&gt;NumCode,&lt;BR /&gt;CharCode,&lt;BR /&gt;Scale,&lt;BR /&gt;Name,&lt;BR /&gt;"Rate"&lt;BR /&gt;FROM [&lt;A href="http://www.nbrb.by/Services/XmlExRates.aspx?ondate=$(vDate" target="_blank"&gt;http://www.nbrb.by/Services/XmlExRates.aspx?ondate=$(vDate&lt;/A&gt;)]&lt;BR /&gt;(XmlSimple, table is [DailyExRates/Currency])&lt;BR /&gt;Where Match(CharCode,'USD','EUR','RUB');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2019 07:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Importing-currency-rate-from-a-webpage/m-p/1551314#M62840</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2019-03-02T07:36:17Z</dc:date>
    </item>
  </channel>
</rss>

