<?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 Change currency symbol depending on variable value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222940#M75509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could get rid of the symbol in the number format and put the expression =only(Currency) in the Symbol field in the same tab.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 18:48:09 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2010-09-29T18:48:09Z</dc:date>
    <item>
      <title>Change currency symbol depending on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222938#M75507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a variable (Currency) that lets me select to show the sales amount in € or $ in a chart.&lt;/P&gt;&lt;P&gt;It works fine, but, can I change the currency symbol in the charts? The number format pattern is set to €. So it is always showing €. Is it possible to change depending on the value of the Currency variable?&lt;/P&gt;&lt;P&gt;Many thanks in advance.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 18:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222938#M75507</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2010-09-29T18:35:59Z</dc:date>
    </item>
    <item>
      <title>Change currency symbol depending on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222939#M75508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;on the Number Tab of a chart there is a 'Symbol' entry field. Here you can enter expressions to define the symbol shown on the axes.&lt;/P&gt;&lt;P&gt;hth,&lt;BR /&gt;Thilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 18:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222939#M75508</guid>
      <dc:creator />
      <dc:date>2010-09-29T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Change currency symbol depending on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222940#M75509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could get rid of the symbol in the number format and put the expression =only(Currency) in the Symbol field in the same tab.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 18:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222940#M75509</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-09-29T18:48:09Z</dc:date>
    </item>
    <item>
      <title>Change currency symbol depending on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222941#M75510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the value of the selection into a variable (say vTemp)&lt;/P&gt;&lt;P&gt;then set the number format of that expression to "Expression Default"&lt;/P&gt;&lt;P&gt;In the expression use the num() function.&lt;/P&gt;&lt;P&gt;num(&amp;lt;expr&amp;gt;, '$(vTemp) #,##0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 19:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222941#M75510</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-09-29T19:44:22Z</dc:date>
    </item>
    <item>
      <title>Change currency symbol depending on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222942#M75511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Thilo, Karl,&lt;/P&gt;&lt;P&gt;I have tried filling the Symbol field before posting, but had no result. I have tried with this expression:&lt;/P&gt;&lt;P&gt;=if($(Currency) = 'Euro', '€', '$')&lt;/P&gt;&lt;P&gt;It is showing nothing after the Sales Amount. Does it have any incorrection? Or do I have to select a Number Format other than Money?&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 10:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222942#M75511</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2010-09-30T10:49:38Z</dc:date>
    </item>
    <item>
      <title>Change currency symbol depending on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222943#M75512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rocky, it is a bit longer than filling the symbol field, but it works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 10:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222943#M75512</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2010-09-30T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change currency symbol depending on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222944#M75513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The symbol field is not available in pivot / straight tables, so shouldn't it be done via the Num() func anyway?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 11:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222944#M75513</guid>
      <dc:creator>francesco_menin</dc:creator>
      <dc:date>2014-09-17T11:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change currency symbol depending on variable value</title>
      <link>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222945#M75514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rocky Could you please elaborate with an example, how to pass a variable from list box selections where it reflects in the chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 14:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-currency-symbol-depending-on-variable-value/m-p/222945#M75514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T14:07:18Z</dc:date>
    </item>
  </channel>
</rss>

