<?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: Input Box Currency Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460905#M558389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx, this iw working perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jun 2013 13:08:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-12T13:08:50Z</dc:date>
    <item>
      <title>Input Box Currency Format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460902#M558386</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;I created an input box linked to a variable vMyVar with as constrain &lt;SPAN style="font-size: 8pt;"&gt;Num#(vMyVar,'#.##0,00', ',' , '.')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; My default format looks like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='#.##0,00;(#.##0,00)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created an input box linked to vMyVar.&lt;/P&gt;&lt;P&gt;In a chart/table I have an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;((sum([Hours1])+sum([Hours2]))*$(vMyVar))/sum([total_books])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Hours1 and Hours2 are displayed like 1.000,50&lt;/P&gt;&lt;P&gt;In QVD they look like 1000.50&lt;/P&gt;&lt;P&gt;When I enter 1&lt;STRONG style="font-size: 18pt;"&gt;.&lt;/STRONG&gt;5 in the input box then the calculation is correct.&lt;/P&gt;&lt;P&gt;When I add 1&lt;SPAN style="font-size: 18pt;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;5 in the input box then I don't get any result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 15:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460902#M558386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-11T15:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Currency Format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460903#M558387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;$(=num#(vMyVar,'#.###,00',',','.'))&lt;/STRONG&gt; in your expression instead of $(vMyVar)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 16:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460903#M558387</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-11T16:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Currency Format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460904#M558388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or use Replace function to allow entering both 1.5 and 1,5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 17:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460904#M558388</guid>
      <dc:creator />
      <dc:date>2013-06-11T17:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Currency Format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460905#M558389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx, this iw working perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 13:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460905#M558389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-12T13:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Currency Format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460906#M558390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx, is working perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 13:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Currency-Format/m-p/460906#M558390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-12T13:09:14Z</dc:date>
    </item>
  </channel>
</rss>

