<?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 Currency in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167134#M38824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 09:58:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-19T09:58:58Z</dc:date>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167129#M38819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;I got a document that looks like such:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2174_sourceID:2174" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what want to do is whenever someone selects USD in the currency box, That the amount shows in USD only. When some clicks on AUD then it displays the sales in AUD amounts.&lt;/P&gt;&lt;P&gt;All the currencies need to be multiplied by certain values in order to get the right amount. I have those values but i can't seem to work it out in the script. I have managed to do it seperatly in the table but in needs to be done in the script so that when the selected currency is made then the whole document changes according to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 15:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167129#M38819</guid>
      <dc:creator />
      <dc:date>2010-08-18T15:07:54Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167130#M38820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to do an inline statement and mapping it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Mapping Currency&lt;/P&gt;&lt;P&gt;CurrencyMappingTable:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;F1, F2&lt;/P&gt;&lt;P&gt;USD, *1.0000&lt;/P&gt;&lt;P&gt;CAD, *1.0187&lt;/P&gt;&lt;P&gt;FRF, *1.0000&lt;/P&gt;&lt;P&gt;AUD, *1.0908&lt;/P&gt;&lt;P&gt;GBP, *0.6650&lt;/P&gt;&lt;P&gt;DEM, *1.0000&lt;/P&gt;&lt;P&gt;EUR, *0.7399&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;applymap('CurrencyMappingTable',LocalCurrency) as Currency,&lt;/P&gt;&lt;P&gt;blah blah blah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is it loads like this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2235.Currency2.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2235.Currency2.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;now my question is, how do load it so it displays USD,AUD,GBP, etc.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 15:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167130#M38820</guid>
      <dc:creator />
      <dc:date>2010-08-18T15:41:03Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167131#M38821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be a little more than what you're looking for, but here's an example based on the assumption that you'll have a different exchange rate for each date. It takes the table of sales, and creates a new table with rows for every sale in every currency. Make a list box that forces you to select one and only one currency, and sales, at the data level, will be in that currency. No multiplication or any other chart tricks. The entire document is affected. If you want to see a particular currency other than the one selected, you can override it with set analysis on a chart-by-chart basis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 00:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167131#M38821</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-08-19T00:07:04Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167132#M38822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to make it so that if dollars are select than $ is shown, and when Pounds are selected £ is shown, etc?&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 07:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167132#M38822</guid>
      <dc:creator />
      <dc:date>2010-08-19T07:36:40Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167133#M38823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no update?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 08:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167133#M38823</guid>
      <dc:creator />
      <dc:date>2010-08-19T08:53:49Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167134#M38824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 09:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167134#M38824</guid>
      <dc:creator />
      <dc:date>2010-08-19T09:58:58Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167135#M38825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please.....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 12:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167135#M38825</guid>
      <dc:creator />
      <dc:date>2010-08-19T12:21:30Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167136#M38826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're probably talking Macro territory here. Take a look at this post for some pointers:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/t/30034.aspx"&gt;http://community.qlik.com/forums/t/30034.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Afraid I can't fill in the blanks &lt;IMG alt="Embarrassed" src="http://community.qlik.com/emoticons/emotion-10.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 14:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167136#M38826</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-08-19T14:55:54Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167137#M38827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan.&lt;/P&gt;&lt;P&gt;Thanks for the reply. The link was a little helpful but not really. could you maybe explain how i can achieve wat i want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 15:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167137#M38827</guid>
      <dc:creator />
      <dc:date>2010-08-19T15:03:39Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167138#M38828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I said, I don't have the answers as I have never done this before. But I imagine how it would work is to create a macro that modifies the number format properties (as in the example) and call it on the currency field event trigger.&lt;/P&gt;&lt;P&gt;Because the documentation is completely useless I wouldn't know which properties to set etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 15:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167138#M38828</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-08-19T15:15:30Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167139#M38829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay cool. Thanks for the info Nathan. Much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 15:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167139#M38829</guid>
      <dc:creator />
      <dc:date>2010-08-19T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167140#M38830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries - make sure you post the solution here when you crack it! &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 15:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167140#M38830</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-08-19T15:28:17Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167141#M38831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF i crack it lol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 15:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167141#M38831</guid>
      <dc:creator />
      <dc:date>2010-08-19T15:42:00Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167142#M38832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Blaze101 wrote:Is there a way to make it so that if dollars are select than $ is shown, and when Pounds are selected £ is shown, etc?&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;One approach to a dynamic currency format is to build a table:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Currencies:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Currency: Currency Format&lt;BR /&gt;RUB: #,##0.00 Rubles;(#,##0.00 Rubles)&lt;BR /&gt;USD: $#,##0.00;($#,##0.00)&lt;BR /&gt;EUR: €#,##0.00;(€#,##0.00)&lt;BR /&gt;] (delimiter is ':');&lt;/P&gt;&lt;P&gt;Then just use num(...,"Currency Format") anywhere you need the dynamic format. This should work in most places, but doesn't work in a straight table. However, I don't ever use straight tables in actual applications, so I don't consider this much of a drawback. I think it's better than a macro solution - more clear what's happening, and doesn't have all the drawbacks of macros.&lt;/P&gt;&lt;P&gt;See attached for updated example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 17:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167142#M38832</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-08-19T17:52:23Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167143#M38833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very nice John. &lt;IMG alt="Cool" src="http://community.qlik.com/emoticons/emotion-11.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 18:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167143#M38833</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-08-19T18:22:56Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167144#M38834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example expanded with correct use of comma and period in Euros. Not sure what Russian Rubles use, so left as is.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Currencies:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Currency: Format: Thousand: Decimal&lt;BR /&gt;RUB: #,##0.00 Rubles;(#,##0.00 Rubles): , : .&lt;BR /&gt;USD: $#,##0.00;($#,##0.00) : , : .&lt;BR /&gt;EUR: € #.##0,00;-€ #.##0,00 : . : ,&lt;BR /&gt;] (delimiter is ':');&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;money(sum(Amount),only(Format),only(Decimal),only(Thousand))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 21:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167144#M38834</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-08-19T21:20:16Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167145#M38835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason, the web site isn't letting me edit the entry. It lets me do everything and hit post, but then nothing happens. So... new entry.&lt;/P&gt;&lt;P&gt;Created custom money "function" to simplify use in charts.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;LET money = 'money($1,only(Format),only(Decimal),only(Thousand))';&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Currencies:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Currency: Format: Thousand: Decimal&lt;BR /&gt;RUB: #,##0.00 Rubles;(#,##0.00 Rubles): , : .&lt;BR /&gt;USD: $#,##0.00;($#,##0.00) : , : .&lt;BR /&gt;EUR: € #.##0,00;-€ #.##0,00 : . : ,&lt;BR /&gt;] (delimiter is ':');&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;$(money(sum(Amount)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 21:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167145#M38835</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-08-19T21:46:58Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167146#M38836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's an old thread but same problem so...&lt;/P&gt;&lt;P&gt;I've used the same trick than John has suggested and it's working fine! The only drawback is when you export your chart into Excel. Values are exported as text and not as numbers, so the file is useless (if you export to Excel, most of the time it's to do additional calculations based on QV values).&lt;/P&gt;&lt;P&gt;I'm using QV10 SR2.&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 16:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167146#M38836</guid>
      <dc:creator>dvasseur</dc:creator>
      <dc:date>2011-04-29T16:33:13Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167147#M38837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;David Vasseur wrote:I've used the same trick than John has suggested and it's working fine! The only drawback is when you export your chart into Excel. Values are exported as text and not as numbers, so the file is useless (if you export to Excel, most of the time it's to do additional calculations based on QV values).&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I'm not sure what you're referring to. What chart are you exporting? What is coming out wrong? I see that the dates are wrong, as they're exported as a number, but that's the opposite of what you're saying is wrong. I'm using 9SR6 and 10SR1, though, so I suppose it's possible there's a version difference.&lt;/P&gt;&lt;P&gt;This is also older than my most recent modifications to the example. First I'll post what I'd use if the exchange rates are changed at regular intervals - daily, weekly, whatever.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 17:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167147#M38837</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-29T17:22:33Z</dc:date>
    </item>
    <item>
      <title>Currency</title>
      <link>https://community.qlik.com/t5/QlikView/Currency/m-p/167148#M38838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And here's what I came up with for exchange rates that are updated at irregular intervals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 17:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency/m-p/167148#M38838</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-29T17:25:39Z</dc:date>
    </item>
  </channel>
</rss>

