<?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: converting number into money format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370244#M491970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Εχω φαει απειρες ωρες προσπαθωντας να λύσω κάτι που τελικά είναι προφανές, δεν είσαι ο μόνος... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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>Fri, 27 Jul 2012 09:37:28 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2012-07-27T09:37:28Z</dc:date>
    <item>
      <title>converting number into money format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370238#M491964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am loading some data to my qlikview project and from a .dat file. Because of this the format of the fields are prespecified and cannot be changed.&lt;/P&gt;&lt;P&gt;I have a field that contains money data and has values like: 00000001005 ( for 10,05 $), 00000002030 ( for 20,30 $) etc etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i convert them into the correct format ( eg 10,05 $)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 16:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370238#M491964</guid>
      <dc:creator />
      <dc:date>2012-07-26T16:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: converting number into money format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370239#M491965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid that it does not work.&lt;/P&gt;&lt;P&gt;I found yesterday this script that almost does what i want.&lt;/P&gt;&lt;P&gt;the script is the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace; text-align: -webkit-auto; color: blue;"&gt;replace&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; text-align: -webkit-auto; background-color: #f7f7f7;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: monospace; text-align: -webkit-auto; color: blue;"&gt;ltrim&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; text-align: -webkit-auto; background-color: #f7f7f7;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: monospace; text-align: -webkit-auto; color: blue;"&gt;replace&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; text-align: -webkit-auto; background-color: #f7f7f7;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: monospace; text-align: -webkit-auto; color: #990000;"&gt;MyField&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; text-align: -webkit-auto; background-color: #f7f7f7;"&gt;,'0',' ')),' ','0') &lt;/SPAN&gt;&lt;STRONG style="font-family: monospace; text-align: -webkit-auto; color: blue;"&gt;AS &lt;/STRONG&gt;&lt;SPAN style="font-family: monospace; text-align: -webkit-auto; color: #990000;"&gt;MyField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it transforms 0000001560 into 1560. The correct ammount is 15,6 &lt;/P&gt;&lt;P&gt;If the number is 00000078 it displays 78 . the correct should be 0.78.&lt;/P&gt;&lt;P&gt;The correct format should ALWAYS be 0000000xxxxxx --&amp;gt; xxxx,xx.&lt;/P&gt;&lt;P&gt;The last two digits are ALWAYS&amp;nbsp; the decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i make so that the last two digits will always be after the decimal point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 08:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370239#M491965</guid>
      <dc:creator />
      <dc:date>2012-07-27T08:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: converting number into money format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370240#M491966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;divide it by 100 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 08:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370240#M491966</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-07-27T08:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: converting number into money format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370241#M491967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better way is something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(MyField) / 100 As MyField,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 09:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370241#M491967</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-07-27T09:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: converting number into money format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370242#M491968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Try this Num(&lt;SPAN style="font-family: monospace; color: #990000;"&gt;MyField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;/100,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;'#,##0.00 $')&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 09:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370242#M491968</guid>
      <dc:creator />
      <dc:date>2012-07-27T09:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: converting number into money format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370243#M491969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it was so easy. Thanks Gianni. Πόσο απλό και όμως το μυαλό σου πάει σε περίπλοκες λύσεις για να διαιρέσεις με το 100...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 09:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370243#M491969</guid>
      <dc:creator />
      <dc:date>2012-07-27T09:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: converting number into money format</title>
      <link>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370244#M491970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Εχω φαει απειρες ωρες προσπαθωντας να λύσω κάτι που τελικά είναι προφανές, δεν είσαι ο μόνος... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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>Fri, 27 Jul 2012 09:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-number-into-money-format/m-p/370244#M491970</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-07-27T09:37:28Z</dc:date>
    </item>
  </channel>
</rss>

