<?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 Number format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/410090#M152530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a number coming in format &lt;/P&gt;&lt;P&gt;2.0161002947175e+014 which is equal to 201,610,029,471,749 actually but in my script if i use &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;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FBK_BKINGID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'###############0')&amp;nbsp; it gives me output 201610029471750 which is 1 greater than above &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; whts wrong&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 14:55:08 GMT</pubDate>
    <dc:creator>rajni_batra</dc:creator>
    <dc:date>2012-12-05T14:55:08Z</dc:date>
    <item>
      <title>Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/410090#M152530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a number coming in format &lt;/P&gt;&lt;P&gt;2.0161002947175e+014 which is equal to 201,610,029,471,749 actually but in my script if i use &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;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;num#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FBK_BKINGID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'###############0')&amp;nbsp; it gives me output 201610029471750 which is 1 greater than above &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; whts wrong&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 14:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/410090#M152530</guid>
      <dc:creator>rajni_batra</dc:creator>
      <dc:date>2012-12-05T14:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/410091#M152531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2.0161002947175e+014&lt;/P&gt;&lt;P&gt;means&lt;/P&gt;&lt;P&gt;2.0161002947175 X 10^14&lt;/P&gt;&lt;P&gt;which is &lt;/P&gt;&lt;P&gt;201,610,029,471,750&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 14:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/410091#M152531</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-12-05T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/410092#M152532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IEEE double-precision binary floating-point format is 53 bits, which corresponds to 14 decimal digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, QlikView can only use the first 14 digits. The rest of the mantissa will be discarded. In your case it means that somewhere a rounding converts the last digits from ...1749 to ...1750.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 19:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/410092#M152532</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-12-05T19:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Number format</title>
      <link>https://community.qlik.com/t5/QlikView/Number-format/m-p/410093#M152533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello mwoolf ,&lt;/P&gt;&lt;P&gt;but when i use number format in list box n choose inter it gives 201,610,029,471,749 only which i need actually ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Henric,&lt;/P&gt;&lt;P&gt;now what should i do?? becoz this is the primary ke n affecting my results &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 04:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Number-format/m-p/410093#M152533</guid>
      <dc:creator>rajni_batra</dc:creator>
      <dc:date>2012-12-06T04:58:55Z</dc:date>
    </item>
  </channel>
</rss>

