<?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: Currency units formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3234#M791893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Settu's reply in the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/224024#1077812" title="https://community.qlik.com/thread/224024#1077812"&gt;https://community.qlik.com/thread/224024#1077812&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2018 16:05:46 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2018-03-09T16:05:46Z</dc:date>
    <item>
      <title>Currency units formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3230#M791889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I want to know if there is any chance in QlikView to display currency formatting on the dashboard based on a country selection in &lt;/SPAN&gt;&lt;SPAN style="font-size: 16px;"&gt;drop down or something&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Eg:&amp;nbsp; USA: 100.00&amp;nbsp;&amp;nbsp; (There is a dot after 100)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mexico : 100,00 ( There is a coma after 100)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Both the values are same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3230#M791889</guid>
      <dc:creator>CVR</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Currency units formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3231#M791890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the usage of this kind requirement? not clear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also have tried this way&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Country='USA', Num(CCY,'#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,Num(CCY,'###0,00'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 18:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3231#M791890</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2018-01-23T18:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Currency units formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3232#M791891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve this you have to create a table (either inline or excel) with three columns and join it to FACT table using currency column / Country column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="123" style="width: 601px; height: 125px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Country&lt;/TD&gt;&lt;TD width="64"&gt;Currency&lt;/TD&gt;&lt;TD width="64"&gt;Format&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;US&lt;/TD&gt;&lt;TD&gt;USD&lt;/TD&gt;&lt;TD&gt;$#,##0.00;($#,##0.00)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;France&lt;/TD&gt;&lt;TD&gt;EUR&lt;/TD&gt;&lt;TD&gt;€#,##0.00;(€#,##0.00)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all the expressions of the charts in UI use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: center;"&gt;&lt;STRONG style="color: #993366;"&gt;Num(EXPRESSION,Only( &lt;SPAN style="font-size: 13.3333px;"&gt;Format&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the number section use expression default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H6&gt;&lt;STRONG style="text-decoration: underline;"&gt;NOTE&lt;/STRONG&gt;: As you want to give the user an ability to see data in two currencies you have to convert the data using an exchange rate back end. Doing this in the charts might cause performance issues.&lt;/H6&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 19:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3232#M791891</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-01-23T19:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Currency units formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3233#M791892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reminder to please mark the correct answer or helpful.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3233#M791892</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-03-09T15:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Currency units formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3234#M791893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Settu's reply in the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/224024#1077812" title="https://community.qlik.com/thread/224024#1077812"&gt;https://community.qlik.com/thread/224024#1077812&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 16:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-units-formatting/m-p/3234#M791893</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-03-09T16:05:46Z</dc:date>
    </item>
  </channel>
</rss>

