<?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 Symbol display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031964#M939735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set varCurrencySymbol to maxstring(CurrencySymbol)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the above image&lt;IMG alt="currency.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113291_currency.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2016 13:02:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-02T13:02:03Z</dc:date>
    <item>
      <title>Currency Symbol display</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031960#M939731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If( GetSelectedCount( LuCurrencyType3 )&amp;gt;0,&lt;/P&gt;&lt;P&gt; num(sum(IF([Month of Expense]=MONTH(Today()),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; IF([Year of Expense]=YEAR(Today()),[Expense Amount (USD)]/Factors,varCurrencySymbol&amp;amp; ' '&amp;amp; '#,#00.0' ))))&lt;/P&gt;&lt;P&gt;, num(sum(IF([Month of Expense]=MONTH(Today()),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF([Year of Expense]=YEAR(Today()),[Expense Amount (USD)],varCurrencySymbol&amp;amp; ' '&amp;amp; '#,#00.0')))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the above expression I am not able to get the currencysymbol working.Also,in Number I have set to expression default,but still it is not defaulting to single decimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;varCurrencySymbol has list of different currency symbols (in text format)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031960#M939731</guid>
      <dc:creator />
      <dc:date>2016-02-02T12:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Symbol display</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031961#M939732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=If(GetSelectedCount(LuCurrencyType3) &amp;gt; 0, N&lt;/STRONG&gt;&lt;STRONG&gt;um(Sum(If([Month of Expense] = Month(Today()),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; If([Year of Expense] = Year(Today()), [Expense Amount (USD)]/Factors, '$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;varCurrencySymbol&lt;/SPAN&gt;)#,#00.0'))))&lt;/STRONG&gt;&lt;STRONG style="line-height: 1.5em;"&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="line-height: 1.5em;"&gt;&amp;nbsp; Num(Sum(If([Month of Expense] = Month(Today()),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; If([Year of Expense] = YEAR(Today()), [Expense Amount (USD)], '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;varCurrencySymbol&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;#,#00.0')))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031961#M939732</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T12:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Symbol display</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031962#M939733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but it is displaying values as 3876964.4687334&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031962#M939733</guid>
      <dc:creator />
      <dc:date>2016-02-02T12:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Symbol display</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031963#M939734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you see when you put $(varCurrencySymbol) in a text box object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031963#M939734</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T12:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Symbol display</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031964#M939735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set varCurrencySymbol to maxstring(CurrencySymbol)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the above image&lt;IMG alt="currency.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113291_currency.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031964#M939735</guid>
      <dc:creator />
      <dc:date>2016-02-02T13:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Symbol display</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031965#M939736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031965#M939736</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Symbol display</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031966#M939741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome.Thank you very much.Really appreciate your help ,patience and willingness to help.Stay blessed &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 20:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031966#M939741</guid>
      <dc:creator />
      <dc:date>2016-02-02T20:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Symbol display</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031967#M939742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. Just curious to know what were you doing differently that was not working in your application initially?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 20:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031967#M939742</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T20:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Symbol display</title>
      <link>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031968#M939743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The close parenthesis for Num(sum( was not placed appropriately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 16:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Currency-Symbol-display/m-p/1031968#M939743</guid>
      <dc:creator />
      <dc:date>2016-02-03T16:12:13Z</dc:date>
    </item>
  </channel>
</rss>

