<?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: Help! Dynamic Axes Ranges in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648634#M237439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, so far I know the default chart sets the min and max values of the axis for all the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With extensions you can create the zooming effect but I'm still learning using d3 and I didn't tried yet to implement this functionality in a visualization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some other user can give you more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2016 07:31:23 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2016-06-21T07:31:23Z</dc:date>
    <item>
      <title>Help! Dynamic Axes Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648629#M237434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Help! I am new to Qlikview and would welcome some assistance with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a basic chart which reports Period WTE values (Y Axis) for a given month (X Axis). The value could range from 1 right up to around 10,000 per month. Can I use a function in the "Scale - Static Min/Max" to dynamically alter the expressions Y axis range based on the min/max value + or - 500 of the expression value or even a percentage increase/decrease of the expression value? i.e If the value is 1000 for month 1 and 2000 for month 2 I would like the Y Axis range to start at 500 and max out at 2500?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on the expression required would be gratefully received. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 12:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648629#M237434</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2014-10-02T12:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Dynamic Axes Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648630#M237435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James, using 10% precentage of the max/min expression value you can use something like:&lt;/P&gt;&lt;P&gt;Min:&lt;/P&gt;&lt;P&gt;Min(Aggr(Expression), Dimension1, Dimension2...) * 0.9&lt;/P&gt;&lt;P&gt;Max:&lt;/P&gt;&lt;P&gt;Max(Aggr(Expression), Dimension1, Dimension2...) * 1.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 13:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648630#M237435</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-10-02T13:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Dynamic Axes Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648631#M237436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ruben, worked a treat&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;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 13:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648631#M237436</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2014-10-02T13:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Dynamic Axes Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648632#M237437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James&lt;/P&gt;&lt;P&gt;Could you please mark Rubens answer as&amp;nbsp; correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2014 19:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648632#M237437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-05T19:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Dynamic Axes Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648633#M237438</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;Ruben, I have a similar question and would like to ask for your help.&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;I would like to set the y axis change dynamic when I change the x range at the green rectangle scroll part. &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;&lt;IMG alt="y axis.JPG" class="jive-image image-1" src="/legacyfs/online/128540_y axis.JPG" style="height: 280px; width: 620px;" /&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: 13px;"&gt;I use the following min/max at Y-axis custom range, but the y axis still keep the same when I change x range at the green rectangle scroll part.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min ( Aggr ( Sum ( myNumber ) , myDate ))&lt;/P&gt;&lt;P&gt;Max ( Aggr ( Sum ( myNumber ) , myDate ))&lt;/P&gt;&lt;P&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;I also attach the qvf. &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: 13px;"&gt;Could you please give any suggestion?&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 17:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648633#M237438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T17:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Dynamic Axes Ranges</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648634#M237439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, so far I know the default chart sets the min and max values of the axis for all the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With extensions you can create the zooming effect but I'm still learning using d3 and I didn't tried yet to implement this functionality in a visualization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some other user can give you more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 07:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Dynamic-Axes-Ranges/m-p/648634#M237439</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-06-21T07:31:23Z</dc:date>
    </item>
  </channel>
</rss>

