<?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: dynamic scale in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603272#M1102262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens if you remove a different year?&lt;/P&gt;&lt;P&gt;Are the year lines defined individually as calculated expressions? or are they just defined as a year field?&lt;/P&gt;&lt;P&gt;For this I think that you will definitely need a MIN value for the minimum axis .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 14:51:22 GMT</pubDate>
    <dc:creator>Roop</dc:creator>
    <dc:date>2014-04-22T14:51:22Z</dc:date>
    <item>
      <title>dynamic scale</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603264#M1102254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work the automatic scale. The lines go out of the chart. Can anyone help me? Thank you!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 09:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603264#M1102254</guid>
      <dc:creator />
      <dc:date>2014-04-22T09:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic scale</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603265#M1102255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure there is no value set for the Static Max setting on the Axes tab for the expression axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 09:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603265#M1102255</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-22T09:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic scale</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603266#M1102256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove Static Min, Static Max and Static Step from the chart under the Axes tab. This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work you can change the Static Max to be the largest value of your data set by using MAX() function and the Static Min by using the MIN() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603266#M1102256</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-22T10:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic scale</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603267#M1102257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that the automatic scale of some expression work well&amp;nbsp; but in other not and I cant find the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603267#M1102257</guid>
      <dc:creator />
      <dc:date>2014-04-22T10:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic scale</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603268#M1102258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Static Min, Static Max and Static Step from the chart under the Axes tab are removed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603268#M1102258</guid>
      <dc:creator />
      <dc:date>2014-04-22T10:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic scale</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603269#M1102259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try and create a MIN and MAX yourself by using MIN() and MAX() around your expressions, so if you have SUM(Sales), use MIN a MIN(Sales) and MAX as MAX(Sales).&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603269#M1102259</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-22T10:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic scale</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603270#M1102260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use RangeMin() and RangeMax() for Static Min and Static Max scale respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603270#M1102260</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-04-22T10:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic scale</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603271#M1102261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="gr1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57728_gr1.png" style="width: 620px; height: 219px;" /&gt;&lt;IMG alt="gr2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57729_gr2.png" style="width: 620px; height: 214px;" /&gt;&lt;/P&gt;&lt;P&gt;this is my problem. It works when I inhabilitate the year 2013 but when the three years are together the chart doesn´t work automatically. In the opction axis in the chart all the option are the same for the three years. So I can´t guess&amp;nbsp; the problem. Thank you again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 14:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603271#M1102261</guid>
      <dc:creator />
      <dc:date>2014-04-22T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic scale</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603272#M1102262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens if you remove a different year?&lt;/P&gt;&lt;P&gt;Are the year lines defined individually as calculated expressions? or are they just defined as a year field?&lt;/P&gt;&lt;P&gt;For this I think that you will definitely need a MIN value for the minimum axis .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 14:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-scale/m-p/603272#M1102262</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-22T14:51:22Z</dc:date>
    </item>
  </channel>
</rss>

