<?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: Loading scientific values from CSV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990986#M644589</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;like evaluate(fieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more details, read below article&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4057"&gt;Evaluate() Function&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2015 03:46:21 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-11-27T03:46:21Z</dc:date>
    <item>
      <title>Loading scientific values from CSV</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990980#M644583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a csv with values in scientific notation, for example:&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px; text-align: -webkit-right;"&gt;5.15062E+12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; text-align: -webkit-right;"&gt;qhwn i open this CSV in EXCEL and change the cell format to Number i get this value: &lt;SPAN style="font-size: 13.3333px; text-align: -webkit-right;"&gt;5150615600780&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is the correct value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i load the CSV file into qlikview it loads in the E+ format &lt;SPAN style="font-size: 13.3333px; text-align: -webkit-right;"&gt;5.15062E+12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; text-align: -webkit-right;"&gt;and when i change it to number in the object properties NUMBERS tab&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; text-align: -webkit-right;"&gt;it shows this:5150620000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i load it so it shows the correct value like in excel: &lt;SPAN style="font-size: 13.3333px; text-align: -webkit-right;"&gt;5150615600780&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 11:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990980#M644583</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2015-11-26T11:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loading scientific values from CSV</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990981#M644584</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;use evaluate()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 11:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990981#M644584</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-11-26T11:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Loading scientific values from CSV</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990982#M644585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u upload the .csv file with few data rows so that I can check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 11:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990982#M644585</guid>
      <dc:creator />
      <dc:date>2015-11-26T11:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loading scientific values from CSV</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990983#M644586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use text() at script while loading from Excel into QV and then convert it into number, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text(YourFieldName) as &lt;SPAN style="font-size: 13.3333px;"&gt;YourFieldName&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 11:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990983#M644586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T11:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Loading scientific values from CSV</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990984#M644587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;use evaluate() how?&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;can you give an example?&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;Thanks&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;Daniel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 12:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990984#M644587</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2015-11-26T12:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loading scientific values from CSV</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990985#M644588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your csv file really shows values like&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;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: -webkit-right;"&gt;5.15062E+12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: -webkit-right;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: -webkit-right;"&gt;I doubt that there are any means to get a higher precision using any tool (even Excel).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: -webkit-right;"&gt;Either your file format is not a text file showing above text value, but containing some numeric representation also, or the excel formatting is screwed up.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 12:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990985#M644588</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-26T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loading scientific values from CSV</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990986#M644589</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;like evaluate(fieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more details, read below article&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4057"&gt;Evaluate() Function&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 03:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-scientific-values-from-CSV/m-p/990986#M644589</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-11-27T03:46:21Z</dc:date>
    </item>
  </channel>
</rss>

