<?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: convert exponential number to decimal in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733764#M262850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;Left(replace('2.5332 e-007', ' ', ''), Index(replace('2.5332 e-007', ' ', ''), 'e') -1) &lt;/P&gt;&lt;P&gt;* Pow(10, TextBetween(replace('2.5332 e-007', ' ', ''), 'e', ''))&lt;/P&gt;&lt;P&gt;, '#,##0.0000000000')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;replace &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;'2.5332 e-007' with your field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;also have a look at this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;A href="https://community.qlik.com/message/148432"&gt;How to convert an exponential no  to decimal&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 17:29:27 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-10-15T17:29:27Z</dc:date>
    <item>
      <title>convert exponential number to decimal</title>
      <link>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733763#M262849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;variation field exponential number to decimal converting: 2.5332 e-007&lt;IMG alt="unnamed.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68998_unnamed.png" style="max-width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 16:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733763#M262849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-15T16:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: convert exponential number to decimal</title>
      <link>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733764#M262850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;num(&lt;/P&gt;&lt;P&gt;Left(replace('2.5332 e-007', ' ', ''), Index(replace('2.5332 e-007', ' ', ''), 'e') -1) &lt;/P&gt;&lt;P&gt;* Pow(10, TextBetween(replace('2.5332 e-007', ' ', ''), 'e', ''))&lt;/P&gt;&lt;P&gt;, '#,##0.0000000000')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;replace &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;'2.5332 e-007' with your field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;also have a look at this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;A href="https://community.qlik.com/message/148432"&gt;How to convert an exponential no  to decimal&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 17:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733764#M262850</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-15T17:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: convert exponential number to decimal</title>
      <link>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733765#M262851</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;you could also try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_137959_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/69010_QlikCommunity_Thread_137959_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733765#M262851</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-15T19:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: convert exponential number to decimal</title>
      <link>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733766#M262852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or in the script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_137959_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/69017_QlikCommunity_Thread_137959_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14134017750061548" jivemacro_uid="_14134017750061548"&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(number, '(dec)') as numberDecimal&lt;/P&gt;
&lt;P&gt;INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; number&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.5639e-003&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.5332e-007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.6548e-005&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.7657e-009&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.5639e003&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.5332e007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.6548e005&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.7657e009&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733766#M262852</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-15T19:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: convert exponential number to decimal</title>
      <link>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733767#M262853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where do you find (dec)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: found, in online help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-exponential-number-to-decimal/m-p/733767#M262853</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-15T19:49:34Z</dc:date>
    </item>
  </channel>
</rss>

