<?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 Scale Scientific Notation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009769#M527328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That seems to be pretty close, but I would like the 1x10^ would be next to each y-axis grid point value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2015 00:51:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-03T00:51:43Z</dc:date>
    <item>
      <title>Log Scale Scientific Notation</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009767#M527326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know how to get y-axis values to display in scientific notation while the axis is log-scale? Right now it shows up as 1m, 1um, 1pm etc. My data ranges from 10^-3 to 10^-12, and I would like the axis values to show up at 1x10^-6, 1x10^-7. Tried changing the settings under the number tab in the chart properties but didn't get it to change the y-axis values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 17:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009767#M527326</guid>
      <dc:creator />
      <dc:date>2015-11-02T17:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Log Scale Scientific Notation</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009768#M527327</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;maybe one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189990_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103753_QlikCommunity_Thread_189990_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189990_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103754_QlikCommunity_Thread_189990_Pic2.JPG" style="height: 300px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189990_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/103755_QlikCommunity_Thread_189990_Pic3.JPG" style="height: 200px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189990_Pic4.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/103756_QlikCommunity_Thread_189990_Pic4.JPG" style="height: 350px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&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>Tue, 03 Nov 2015 00:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009768#M527327</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-11-03T00:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Log Scale Scientific Notation</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009769#M527328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That seems to be pretty close, but I would like the 1x10^ would be next to each y-axis grid point value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 00:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009769#M527328</guid>
      <dc:creator />
      <dc:date>2015-11-03T00:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Log Scale Scientific Notation</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009770#M527329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can modify Marco's expression to include the 1x10^. Note that you have to use an "Oh" instead of zero in the pattern so it's not mistaken as a digit selector. Downside is that your popups will show the rounded value, so you may want to turn the popups off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(log10(Value),'1x1O^0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More about including special text in y-axis here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2015/05/currency-and-other-symbols-on-the-y-axis/" title="http://qlikviewcookbook.com/2015/05/currency-and-other-symbols-on-the-y-axis/"&gt;Currency and Other Symbols on the Y-Axis | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 06:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009770#M527329</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-03T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Log Scale Scientific Notation</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009771#M527330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="What I get.PNG" class="jive-image image-1" src="/legacyfs/online/103850_What I get.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;This is what I get while doing that. Any idea what to do about the changing format for anything double digit? I also tried using '1xE' and the double digit problem happens there too. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="What I got.PNG" class="jive-image image-2" src="/legacyfs/online/103851_What I got.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 00:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009771#M527330</guid>
      <dc:creator />
      <dc:date>2015-11-04T00:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Log Scale Scientific Notation</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009772#M527331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't reproduce the issue with above sample file and expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you upload a sample QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Log10(Value),'1E#')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 18:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009772#M527331</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-04T18:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Log Scale Scientific Notation</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009773#M527332</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;=num(Log10(Value),'1E##') worked for me and fixed the last two values. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=num(Log10(Value),'1x10^##') also works. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Only problem is that the chart won't be bound by the min and max I sent, and the axis label isn't coming up, but I can live with that, and it's probably an unrelated issue. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 18:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009773#M527332</guid>
      <dc:creator />
      <dc:date>2015-11-04T18:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Log Scale Scientific Notation</title>
      <link>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009774#M527333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting, now I see your issue, just playing around with switching options on / off.&lt;/P&gt;&lt;P&gt;Nevermind...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you use as min and max values / expressions. I think you need to use the log10 values, like&lt;/P&gt;&lt;P&gt;Max: -3&lt;/P&gt;&lt;P&gt;Min: -12&lt;/P&gt;&lt;P&gt;Step: 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 18:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Log-Scale-Scientific-Notation/m-p/1009774#M527333</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-04T18:37:17Z</dc:date>
    </item>
  </channel>
</rss>

