<?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 Load Script is not converting a number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Script-is-not-converting-a-number/m-p/1702566#M725714</link>
    <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;The following code is not properly converting the number to Currency.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Money#(Money(@25,'R$ #.##0,00;-R$ #.##0,00',',','.')*1000,'R$ #.##0,00;-R$ #.##0,00', ',', '.') as LOPP&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.png" style="width: 250px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33722i28AC1B3E8C9643F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="6.png" alt="6.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, after loading the script, I can Change it on Chart Properties &amp;gt; Number &amp;gt; Money&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7.png" style="width: 933px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33723i6BFAC15D1B2D0BB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="7.png" alt="7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, my question is:&lt;BR /&gt;How can I convert it without need to do those 2 steps. I want to convert it via LOAD Script.&lt;BR /&gt;&lt;BR /&gt;How can I do it?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>brunolelli87</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Load Script is not converting a number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-is-not-converting-a-number/m-p/1702566#M725714</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;The following code is not properly converting the number to Currency.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Money#(Money(@25,'R$ #.##0,00;-R$ #.##0,00',',','.')*1000,'R$ #.##0,00;-R$ #.##0,00', ',', '.') as LOPP&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.png" style="width: 250px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33722i28AC1B3E8C9643F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="6.png" alt="6.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, after loading the script, I can Change it on Chart Properties &amp;gt; Number &amp;gt; Money&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7.png" style="width: 933px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33723i6BFAC15D1B2D0BB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="7.png" alt="7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, my question is:&lt;BR /&gt;How can I convert it without need to do those 2 steps. I want to convert it via LOAD Script.&lt;BR /&gt;&lt;BR /&gt;How can I do it?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-is-not-converting-a-number/m-p/1702566#M725714</guid>
      <dc:creator>brunolelli87</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script is not converting a number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-is-not-converting-a-number/m-p/1702589#M725715</link>
      <description>&lt;P&gt;You might be helped with using the notation settings in the doucment properties. Changes you make there will be valid for the field in the whole document.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 21:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-is-not-converting-a-number/m-p/1702589#M725715</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2020-05-15T21:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script is not converting a number</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-is-not-converting-a-number/m-p/1702593#M725716</link>
      <description>&lt;P&gt;Why are you using Money#() on Money() in the first place? You should be able to format using just Money()?&lt;/P&gt;&lt;P&gt;Money(@25*1000,'R$ #.##0,00;-R$ #.##0,00',',','.') as LOPP&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 21:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-is-not-converting-a-number/m-p/1702593#M725716</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2020-05-15T21:37:58Z</dc:date>
    </item>
  </channel>
</rss>

