<?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: Num# conversion not working (format code) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Num-conversion-not-working-format-code/m-p/1598721#M456582</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you are sure that your input is going to be in the format shown you could try the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Replace(Replace(CURRENTMAX,',000',''),'.',',') ) as NEUMAX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2019 14:44:46 GMT</pubDate>
    <dc:creator>atoz1158</dc:creator>
    <dc:date>2019-07-03T14:44:46Z</dc:date>
    <item>
      <title>Num# conversion not working (format code)</title>
      <link>https://community.qlik.com/t5/QlikView/Num-conversion-not-working-format-code/m-p/1598473#M456581</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to convert the following Strings to Numbers:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Unbenannt.PNG" style="width: 117px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14829i4B99B0124848F69B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Unbenannt.PNG" alt="Unbenannt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I also want to remove the decimal place after the "," (It is always 000)&lt;/P&gt;&lt;P&gt;For the thousands separator, i want to show a comma instead of the "."&lt;/P&gt;&lt;P&gt;Example: Current String: 80.000,000 --&amp;gt; Expected Number: 80,000&lt;/P&gt;&lt;P&gt;Example 2: Current String: 200,000 --&amp;gt; Expected Number: 200&lt;/P&gt;&lt;P&gt;As I tried to understand, the right way to do this is something like that in the loading script :&lt;/P&gt;&lt;P&gt;Num#(CURRENTMAX,'#.#', ',', '.') as NEUMAX&lt;/P&gt;&lt;P&gt;I understood that the '#' operator denotes a possible digit to the left of the decimal point.&lt;BR /&gt;What is the right format code to get things working?&lt;/P&gt;&lt;P&gt;Thanks in advance! &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-conversion-not-working-format-code/m-p/1598473#M456581</guid>
      <dc:creator>Qlik_SWO</dc:creator>
      <dc:date>2024-11-16T03:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Num# conversion not working (format code)</title>
      <link>https://community.qlik.com/t5/QlikView/Num-conversion-not-working-format-code/m-p/1598721#M456582</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you are sure that your input is going to be in the format shown you could try the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Replace(Replace(CURRENTMAX,',000',''),'.',',') ) as NEUMAX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-conversion-not-working-format-code/m-p/1598721#M456582</guid>
      <dc:creator>atoz1158</dc:creator>
      <dc:date>2019-07-03T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Num# conversion not working (format code)</title>
      <link>https://community.qlik.com/t5/QlikView/Num-conversion-not-working-format-code/m-p/1600137#M456583</link>
      <description>&lt;P&gt;You can adjust with the num function, but note that this is a mask:&lt;BR /&gt;=num(num#(CURRENTMAX, '#.## 0,000', ',', '.'), '#,##0')&lt;/P&gt;&lt;P&gt;You can also round off the number to make the decimal places disappear:&lt;BR /&gt;=floor(num#(CURRENTMAX, '#.##0,000', ',', '.'))&lt;BR /&gt;After this you apply num function&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 21:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-conversion-not-working-format-code/m-p/1600137#M456583</guid>
      <dc:creator>Rodrigo_Reis</dc:creator>
      <dc:date>2019-07-08T21:09:52Z</dc:date>
    </item>
  </channel>
</rss>

