<?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: how to change badly formatted numbers when saving to QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-change-badly-formatted-numbers-when-saving-to-QVD/m-p/924509#M979803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Evaluate Function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2015 08:22:46 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-08-14T08:22:46Z</dc:date>
    <item>
      <title>how to change badly formatted numbers when saving to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-badly-formatted-numbers-when-saving-to-QVD/m-p/924508#M979802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a certain column Im saving to a qvd. the column name is card_no and it consists of a length of 16 numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: car_no = 1234567891234567&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when Im saving this column to a qvd, the qvd sees the column as 1.23456789123e+567 for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I change this so the qvd reads in the correct number and not this weirdly formatted number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 08:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-badly-formatted-numbers-when-saving-to-QVD/m-p/924508#M979802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-14T08:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to change badly formatted numbers when saving to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-badly-formatted-numbers-when-saving-to-QVD/m-p/924509#M979803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Evaluate Function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 08:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-badly-formatted-numbers-when-saving-to-QVD/m-p/924509#M979803</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-14T08:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to change badly formatted numbers when saving to QVD</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-change-badly-formatted-numbers-when-saving-to-QVD/m-p/924510#M979804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1.23456789123E16 surely? Anyway, Qlikview integers can be up to 13 characters, so if a 16 digit number is read in QV will convert it to an exponential of the form above. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&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; font-size: 13px;"&gt;Make sure that whenever you read that number you do something like this - especially when you first read from the source:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&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; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text(car_no) As car_no,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 08:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-change-badly-formatted-numbers-when-saving-to-QVD/m-p/924510#M979804</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-14T08:30:35Z</dc:date>
    </item>
  </channel>
</rss>

