<?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: Load numbers from excel cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1672334#M728120</link>
    <description>&lt;P&gt;No - Qlik perfectly well knows how to interpret scientific notation ... no need to go to complications doing text manipulation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2020 23:05:10 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2020-02-04T23:05:10Z</dc:date>
    <item>
      <title>Load numbers from excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1672307#M728118</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;We have excel file with a column which has values like&amp;nbsp;5.91702E+13 and Qlik is loading the value as it is and its difficult to do further analysis.&lt;/P&gt;&lt;P&gt;How can we covert the values like&amp;nbsp; 5.91702E+13 into its actual number which is&amp;nbsp; like &lt;SPAN&gt;59171111111179 while loading into Qlik?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1672307#M728118</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2024-11-16T01:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load numbers from excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1672315#M728119</link>
      <description>&lt;P&gt;If the values in Excel are text, the following will do the trick:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=subfield(upper(FieldSci), 'E',1) *pow(10,subfield(upper(FieldSci), 'E',2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Otherwise, try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Num#(FieldSci)&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 06:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1672315#M728119</guid>
      <dc:creator>TimvB</dc:creator>
      <dc:date>2020-02-05T06:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load numbers from excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1672334#M728120</link>
      <description>&lt;P&gt;No - Qlik perfectly well knows how to interpret scientific notation ... no need to go to complications doing text manipulation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 23:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1672334#M728120</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-02-04T23:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load numbers from excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1672338#M728121</link>
      <description>&lt;P&gt;To interpret numbers properly one can use Num#()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Num#(aNumber) will often keep the formatting and create a Dual-value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing a calculation which is not changing the original number like multiplying with 1 or adding a 0 is a way of tricking Qlik into not keeping the original format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Num#('1E3')+0&lt;/P&gt;&lt;P&gt;will give 1000&lt;/P&gt;&lt;P&gt;whereas Num#('1E3') will give a dual-number of 1000 with the format 1E3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 23:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1672338#M728121</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2020-02-04T23:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load numbers from excel cell</title>
      <link>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1681810#M728122</link>
      <description>&lt;P&gt;If any of the posts you have received with explanations and ideas to address have worked, do not forget to return to the thread and on the post that helped the most, use the Accept as Solution button to mark it, which will give the poster credit for the help and let other Members know this worked for your use case.&amp;nbsp; If you are still working on things, please leave an update with what you need, it is great if we can close the thread properly if you have what you need.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 19:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-numbers-from-excel-cell/m-p/1681810#M728122</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-04T19:55:37Z</dc:date>
    </item>
  </channel>
</rss>

