<?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 Exponential data issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exponential-data-issue/m-p/671206#M243819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our data source is DB2 and we have created all the necessary qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While validating the values, we realised that the a Primary Key which is 20 digit long is converted into exponential format while creating the QVD file because of which we are getting wrong values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way by which we can get rid of this auto conversion of numeric data into exponential data while creating the qvd ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Value in DB2: 10203040506070801020&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Value in QVD; 102 e+17&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2014 10:00:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-13T10:00:01Z</dc:date>
    <item>
      <title>Exponential data issue</title>
      <link>https://community.qlik.com/t5/QlikView/Exponential-data-issue/m-p/671206#M243819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our data source is DB2 and we have created all the necessary qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While validating the values, we realised that the a Primary Key which is 20 digit long is converted into exponential format while creating the QVD file because of which we are getting wrong values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way by which we can get rid of this auto conversion of numeric data into exponential data while creating the qvd ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Value in DB2: 10203040506070801020&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Value in QVD; 102 e+17&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 10:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exponential-data-issue/m-p/671206#M243819</guid>
      <dc:creator />
      <dc:date>2014-08-13T10:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exponential data issue</title>
      <link>https://community.qlik.com/t5/QlikView/Exponential-data-issue/m-p/671207#M243820</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;Generally QlikView takes data as it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly convert the field from number to text in DB and then try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 10:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exponential-data-issue/m-p/671207#M243820</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2014-08-13T10:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exponential data issue</title>
      <link>https://community.qlik.com/t5/QlikView/Exponential-data-issue/m-p/671208#M243821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using text(), like:&lt;/P&gt;&lt;P&gt;Text(Value) as NumInText&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then for any calculation on this field use like : =evaluate(NumInText)+10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 10:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exponential-data-issue/m-p/671208#M243821</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-08-13T10:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exponential data issue</title>
      <link>https://community.qlik.com/t5/QlikView/Exponential-data-issue/m-p/671209#M243822</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 this for calculation simply use &lt;/P&gt;&lt;P&gt;&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;Text(Value) AS Value_Text&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help you.&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>Wed, 13 Aug 2014 10:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exponential-data-issue/m-p/671209#M243822</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-13T10:11:15Z</dc:date>
    </item>
  </channel>
</rss>

