<?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: How to handle Currencies? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018809#M344927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All depends on the data model, not individual fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, to use a listbox for currencies, you need a CurrencyExchangeRatesTable linked to your main transactions table by a YearMonth key (if you use monthly rates) or Date key (if you use daily rates)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CurrencyExchangeRatesTable will have the following fields: YearMonth - Currency - Rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your main transactions table will have turnover expressed in EUR, therefore you will have the value '1' as exchange rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in the interface, use a ListBox (select 'Only one selected value') and you will use '=turnover * Rate' in your charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 12:37:21 GMT</pubDate>
    <dc:creator>luciancotea</dc:creator>
    <dc:date>2016-04-26T12:37:21Z</dc:date>
    <item>
      <title>How to handle Currencies?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018805#M344923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hey guys, Im working on a applikation please find attached file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have a Currencies.QVD which I reload everyday. In This QVD everything si mapped to EUR which is = 1. So in my expressions I use turnover*rate_eur to make everything in EUR. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But I want to made turnover in USD also for example. How would that be done im sorry but I have really read the forums and can't seem to get it to work unfortunately &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 08:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018805#M344923</guid>
      <dc:creator />
      <dc:date>2016-04-26T08:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Currencies?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018806#M344924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to attach small examples, not the entire solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard way to hava a multi-currency application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create one 'SelectedCurrency'&amp;nbsp; variable where you list all the currencies you want. You use an InputBox to allow selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you have EUR and USD as options. And your exchange rate table have rate_EUR and rate_USD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other way is to have an isolated table in the data model that contains the currencies. You use a listbox to allow selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create a 'CurrencyField' variable with the definition: ='rate_' &amp;amp; $(SelectedCurrency)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In your charts, use: =turnover * $(CurrencyField) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 09:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018806#M344924</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-04-26T09:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Currencies?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018807#M344925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a isolated table with currencies in relative to EUR which is set to 1. That's what I wanted to describe above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in expressions I calculate turnover by divide it to rate_eur to get everything in euros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 10:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018807#M344925</guid>
      <dc:creator />
      <dc:date>2016-04-26T10:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Currencies?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018808#M344926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122724_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 10:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018808#M344926</guid>
      <dc:creator />
      <dc:date>2016-04-26T10:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Currencies?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018809#M344927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All depends on the data model, not individual fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, to use a listbox for currencies, you need a CurrencyExchangeRatesTable linked to your main transactions table by a YearMonth key (if you use monthly rates) or Date key (if you use daily rates)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CurrencyExchangeRatesTable will have the following fields: YearMonth - Currency - Rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your main transactions table will have turnover expressed in EUR, therefore you will have the value '1' as exchange rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in the interface, use a ListBox (select 'Only one selected value') and you will use '=turnover * Rate' in your charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 12:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018809#M344927</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-04-26T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Currencies?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018810#M344928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it by making a LOAD of the same currencytable but for one currency and one currency only in this case USD. then I go from Local Currency to EUR (that my db table is mapped to) and then from EUR to USD in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might not be best practice but it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 12:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018810#M344928</guid>
      <dc:creator />
      <dc:date>2016-04-26T12:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle Currencies?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018811#M344929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course it works &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;There are a lot of ways to achieve that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-Currencies/m-p/1018811#M344929</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2016-04-26T13:08:18Z</dc:date>
    </item>
  </channel>
</rss>

