<?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: log e (ln) in the view script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372718#M616128</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;I guess you're looking for the natural logarithm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the answer would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ExponentialAndLogarithmicFunctions/exponential-logarithmic-functions.htm?id=700#log" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ExponentialAndLogarithmicFunctions/exponential-logarithmic-functions.htm?id=700#log"&gt;Log()&lt;/A&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, 28 Jun 2017 22:16:44 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2017-06-28T22:16:44Z</dc:date>
    <item>
      <title>log e (ln) in the view script?</title>
      <link>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372717#M616127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know how to set up a calculation in the script that looks something like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0.378 × Loge(&lt;/STRONG&gt;x&lt;STRONG&gt;) = &lt;/STRONG&gt;y&lt;/P&gt;&lt;P&gt;I am looking for the correct expression for &lt;STRONG&gt;Loge&lt;/STRONG&gt; (&lt;STRONG&gt;log e (ln)&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 13:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372717#M616127</guid>
      <dc:creator />
      <dc:date>2017-06-28T13:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: log e (ln) in the view script?</title>
      <link>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372718#M616128</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;I guess you're looking for the natural logarithm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the answer would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ExponentialAndLogarithmicFunctions/exponential-logarithmic-functions.htm?id=700#log" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ExponentialAndLogarithmicFunctions/exponential-logarithmic-functions.htm?id=700#log"&gt;Log()&lt;/A&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, 28 Jun 2017 22:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372718#M616128</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-06-28T22:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: log e (ln) in the view script?</title>
      <link>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372719#M616129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco&lt;/P&gt;&lt;P&gt;Thank you for answering.&lt;/P&gt;&lt;P&gt;Actually it is not the natural logarithm but&lt;/P&gt;&lt;P style="margin-top: 2px; margin-bottom: 2px; color: #222222; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 15px; background-color: #fffff8;"&gt;the natural logarithm of the e constant (Euler's constant)&lt;/P&gt;&lt;P class="math" style="font-family: 'Times New Roman'; font-size: 1.6em; padding-left: 6px; margin-top: 2px; margin-bottom: 2px; color: #222222; background-color: #fffff8;"&gt;ln(&lt;EM&gt;e&lt;/EM&gt;) = &lt;/P&gt;&lt;P style="margin-top: 2px; margin-bottom: 2px; color: #222222; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 15px; background-color: #fffff8;"&gt;The natural logarithm of a number x is defined as the base e logarithm of x:&lt;/P&gt;&lt;P class="math" style="font-family: 'Times New Roman'; font-size: 1.6em; padding-left: 6px; margin-top: 2px; margin-bottom: 2px; color: #222222; background-color: #fffff8;"&gt;ln(&lt;EM&gt;x&lt;/EM&gt;) = log&lt;SUB&gt;&lt;EM&gt;e&lt;/EM&gt;&lt;/SUB&gt;(&lt;EM&gt;x&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 07:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372719#M616129</guid>
      <dc:creator />
      <dc:date>2017-06-29T07:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: log e (ln) in the view script?</title>
      <link>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372720#M616130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't&amp;nbsp; &lt;SPAN style="color: #222222; font-family: 'Times New Roman'; font-size: 20.8px; background-color: #fffff8;"&gt;ln(&lt;/SPAN&gt;&lt;EM style="font-size: 20.8px; font-family: 'Times New Roman'; color: #222222;"&gt;e&lt;/EM&gt;&lt;SPAN style="color: #222222; font-family: 'Times New Roman'; font-size: 20.8px; background-color: #fffff8;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; just&lt;/SPAN&gt;&lt;SPAN style="background-color: #fffff8; color: #222222; font-family: 'Times New Roman'; font-size: 20.8px;"&gt; 1 &lt;SPAN style="font-size: 13.3333px;"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 22:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372720#M616130</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-06-29T22:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: log e (ln) in the view script?</title>
      <link>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372721#M616131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are absolutely right.&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 20.8px; font-family: 'Times New Roman'; color: #222222; background-color: #fffff8;"&gt;ln(&lt;/SPAN&gt;&lt;EM style="font-size: 20.8px; font-family: 'Times New Roman'; background-color: #f2f2f2; color: #222222;"&gt;e&lt;/EM&gt;&lt;SPAN style="font-size: 20.8px; font-family: 'Times New Roman'; color: #222222; background-color: #fffff8;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp; is just&lt;/SPAN&gt;&lt;SPAN style="font-size: 20.8px; font-family: 'Times New Roman'; background-color: #fffff8; color: #222222;"&gt; 1!&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: 12px; background-color: #f2f2f2;"&gt;and &lt;A class="jive-link-external-small" href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ExponentialAndLogarithmicFunctions/exponential-logarithmic-functions.htm?id=700#log" rel="nofollow" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #f2f2f2;" target="_blank"&gt;Log() &lt;/A&gt;‌ is the correct expression.&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: 12px; background-color: #f2f2f2;"&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: 12px; background-color: #f2f2f2;"&gt;Thank you for the help Marco.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 08:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372721#M616131</guid>
      <dc:creator />
      <dc:date>2017-06-30T08:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: log e (ln) in the view script?</title>
      <link>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372722#M616132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close your thread if your question is answered:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&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>Sun, 02 Jul 2017 19:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/log-e-ln-in-the-view-script/m-p/1372722#M616132</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-07-02T19:41:52Z</dc:date>
    </item>
  </channel>
</rss>

