<?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 Scaling dynamic axes on a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182782#M589425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 02:10:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-15T02:10:22Z</dc:date>
    <item>
      <title>Scaling dynamic axes on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182780#M589422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a chart analyzing revenue over time for a company with the ability to drill down into individual office locations. Obviously, the revenue is much lower when looking at a individual office vs the entire company. I want to be able to zoom in on the revenue for the company (ex: have a scale of $10 mil up to $11 mil) then, when a office is selected, i want the chart to have a scale of something like $1mil up to $2 mil.&lt;/P&gt;&lt;P&gt;The settings i currently have are set to forced 0, and dynamic. It works, although it is zoomed out on the chart. I dont want it forced to 0, but i also cant have it be static because then when i drill down the axes are off.&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 03:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182780#M589422</guid>
      <dc:creator />
      <dc:date>2009-09-11T03:50:44Z</dc:date>
    </item>
    <item>
      <title>Scaling dynamic axes on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182781#M589423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It think you can try the static min and static max fields using expressions that take the min/max value of an aggregation.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Min ( Aggr ( Sum ( valuefield ) , DateTimeField ))&lt;/P&gt;&lt;P&gt;Max ( Aggr ( Sum ( valuefield ) , DateTimeField ))&lt;/P&gt;&lt;P&gt;Although it suggests that these are static, when you use an expression then the scaling should change according to what you are selecting, the aggr function should aggregate over a dimension (which shuold be the same dimension as in your chart) and therefore, taking the min/max values should give you what you want. You can of course extend the functionality by rounding these values up/down to the nearest $1M.&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 15:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182781#M589423</guid>
      <dc:creator />
      <dc:date>2009-09-11T15:09:31Z</dc:date>
    </item>
    <item>
      <title>Scaling dynamic axes on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182782#M589425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 02:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182782#M589425</guid>
      <dc:creator />
      <dc:date>2009-09-15T02:10:22Z</dc:date>
    </item>
    <item>
      <title>Scaling dynamic axes on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182783#M589429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this solution is Awesome! I'm still finding that there are peaks in my charts that sometimes poke just above the MAX Y-Axis but apart from that its working much better than anything I've had before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get around my problem by adding a nominal amount (or subtracting depending if its a MIN or MAX). ie&lt;/P&gt;&lt;P&gt;Max ( Aggr ( Sum ( valuefield ) , DateTimeField )) + 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 06:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182783#M589429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-19T06:06:50Z</dc:date>
    </item>
    <item>
      <title>Scaling dynamic axes on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182784#M589432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great solution, works wonders &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 09:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scaling-dynamic-axes-on-a-chart/m-p/182784#M589432</guid>
      <dc:creator />
      <dc:date>2011-05-09T09:04:55Z</dc:date>
    </item>
  </channel>
</rss>

