<?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#() converting numbers to 32 bit signed integer in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355426#M131932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; The issue isn't formatting - it's changing the value of the number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 19:25:09 GMT</pubDate>
    <dc:creator>garystrader</dc:creator>
    <dc:date>2012-06-15T19:25:09Z</dc:date>
    <item>
      <title>Num#() converting numbers to 32 bit signed integer</title>
      <link>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355424#M131930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm wondering if this is a bug.&amp;nbsp; When the num#() function is used in combination with any arithmetic operation, such as *1, it takes a number that is above the upper range of 32 bit signed integers (&amp;gt;2147483647), and flips it to a negative number.&amp;nbsp; None of the other expressions below does this.&amp;nbsp; It does this whether they're created as field in the load script or as expressions in charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16354" class="jive-image" alt="Untitled.png" src="https://community.qlik.com/legacyfs/online/16354_Untitled.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 18:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355424#M131930</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2012-06-15T18:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() converting numbers to 32 bit signed integer</title>
      <link>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355425#M131931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you checked with the help file?&lt;/P&gt;&lt;P&gt;Its for number conversion by specfying the format of the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The &lt;SPAN class="Bold"&gt;num#&lt;/SPAN&gt; function evaluates the expression numerically according to the string given as format-code. Decimal separator and thousands separator can be set as third and fourth parameters. If the parameters 2-4 are omitted, the default number format set by script variables or in the operating system is used. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using windows OS then Go to control panel--&amp;gt;Regional and language settings and the check the default format if the exceeds the specified limit again starts from the negative value(the remaining difference)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 19:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355425#M131931</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-06-15T19:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() converting numbers to 32 bit signed integer</title>
      <link>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355426#M131932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; The issue isn't formatting - it's changing the value of the number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 19:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355426#M131932</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2012-06-15T19:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() converting numbers to 32 bit signed integer</title>
      <link>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355427#M131933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It should be use like this&lt;/P&gt;&lt;P&gt;Num#(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;2147483649&lt;/SPAN&gt;,'##########')*1&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Num#(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;2147483649&lt;/SPAN&gt;,'#')*1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 19:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355427#M131933</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-06-15T19:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() converting numbers to 32 bit signed integer</title>
      <link>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355428#M131934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gary, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your issue is probably very close to &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/152802#152802"&gt;http://community.qlik.com/message/152802&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I assume using an arithmetic operator with num#() is similar to applying num() on num#() )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 20:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355428#M131934</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-15T20:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() converting numbers to 32 bit signed integer</title>
      <link>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355429#M131935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works.&amp;nbsp; Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swuehl, I tried going to that link but it says that I'm unauthorized.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 21:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355429#M131935</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2012-06-15T21:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Num#() converting numbers to 32 bit signed integer</title>
      <link>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355430#M131936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is odd. I note that the use of any format mask (arg 2) fixes the problem. For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num#(2147483648,'#')*1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;displays correct. I suppose others may have not seen this problem because I can't think of a case where you would use num#() without a mask. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 21:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Num-converting-numbers-to-32-bit-signed-integer/m-p/355430#M131936</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-06-15T21:20:36Z</dc:date>
    </item>
  </channel>
</rss>

