<?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: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599038#M680363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you close this discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 04:21:11 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-04-25T04:21:11Z</dc:date>
    <item>
      <title>Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599024#M680349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at the image below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="57629" alt="NumFieldIssue.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/57629_NumFieldIssue.jpg" /&gt;&lt;/P&gt;&lt;P&gt;After trying to to extract a table from MySQL db, one of the data fields got corrupted. Its an ID field, tried several methods to fix it but failed to solve the issue --&amp;gt; &lt;STRONG&gt;Num(), floor(), int() functions where used. &lt;/STRONG&gt;Please advise. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 09:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599024#M680349</guid>
      <dc:creator />
      <dc:date>2014-04-21T09:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB corrupted.</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599025#M680350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data fields are not corrupted. Large numbers are shown in exponential form. To convert to decimal numbers, first cast it to Decimal long enough to hold your integer and then cast it to character&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: 'Droid Sans Mono', Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #222222;"&gt;&lt;SPAN class="kwd" style="color: #8a4a0b;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; CAST&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;CAST&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;b &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #8a4a0b;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; DECIMAL&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="lit" style="color: #953838;"&gt;30&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;))&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #8a4a0b;"&gt;AS&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; CHAR&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #8a4a0b;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; abcd&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #145680;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 09:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599025#M680350</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-04-21T09:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB corrupted.</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599026#M680351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use round() function.&lt;/P&gt;&lt;P&gt;Syntax :- Select round(field_name) as ID from table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 10:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599026#M680351</guid>
      <dc:creator>anil2185</dc:creator>
      <dc:date>2014-04-21T10:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB corrupted.</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599027#M680352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologize for the misinterpretation, I don't want to convert it to decimal number - I want to extract them as it is as a long integer. Any clue how to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 01:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599027#M680352</guid>
      <dc:creator />
      <dc:date>2014-04-22T01:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599028#M680353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't seem to work, any other idea on how to go bout doing it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 01:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599028#M680353</guid>
      <dc:creator />
      <dc:date>2014-04-22T01:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599029#M680354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the column didn't &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;get corrupted. Just because your number is too big, it just show like that. It's still integer. Please note, whether the text align right (int) or left (text).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If you insist to display it like integer, you can go to properties-&amp;gt;number-&amp;gt;integer-&amp;gt;'###########################'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 03:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599029#M680354</guid>
      <dc:creator />
      <dc:date>2014-04-22T03:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599030#M680355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many digits are there in this number field.&amp;nbsp; Try like this&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Num(Value)&amp;nbsp; AS New Value;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it not works then divide the number by Millions / Thousands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 03:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599030#M680355</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-22T03:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599031#M680356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;21388881293400499 - sample value from the field. If am not mistaken 17-digits integer. Am going to try out the script which you have posted, see if it works out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a bunch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 03:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599031#M680356</guid>
      <dc:creator />
      <dc:date>2014-04-22T03:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599032#M680357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wenkun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 03:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599032#M680357</guid>
      <dc:creator />
      <dc:date>2014-04-22T03:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599033#M680358</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;For 14 digits the number is displaying as such, but when it exceeds the it is showing e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(21388881293400499/1000, '###.#0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 03:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599033#M680358</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-22T03:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599034#M680359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this thread &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/390409"&gt;number of 17 digits&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599034#M680359</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-22T06:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599035#M680360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Colin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599035#M680360</guid>
      <dc:creator />
      <dc:date>2014-04-22T06:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599036#M680361</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;If you are not using for calculation then try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Text(Number) AS Number_Text,&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Datasource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599036#M680361</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-22T10:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599037#M680362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 04:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599037#M680362</guid>
      <dc:creator />
      <dc:date>2014-04-25T04:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field after extraction from MySQL DB shows E+ exponential value, HOW-to fix?</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599038#M680363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you close this discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 04:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-field-after-extraction-from-MySQL-DB-shows-E-exponential/m-p/599038#M680363</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-25T04:21:11Z</dc:date>
    </item>
  </channel>
</rss>

