<?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: Fixing chart scaling. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128830#M509441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. The culprit of my problem was one value in my test data which resulted in seemingly wrong results. Your solution is correct "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MIN(AGGR(MAX(value), time_dim))". Sorry for the inconvinience. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2018 11:45:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-29T11:45:15Z</dc:date>
    <item>
      <title>Fixing chart scaling.</title>
      <link>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128826#M509437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently trying to fix the automatic scalling of a chart if 'forced 0' is deactivated. I am using a 'line chart' more speciffic the stacked line chart (image).&lt;/P&gt;&lt;P&gt;If I deactivate 'forced 0' the effect is like I want it. Thing is it zooms in so much that some data is not shown anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I need to fix this by adding a dynamic 'Static min' value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get the minimal value of the first Dimension of the largest, &lt;SPAN style="font-size: 13.3333px;"&gt;combined by first dimension,&lt;/SPAN&gt; second&amp;nbsp; dimension (Yeah I know, but I have no idea how to describe my problem in a better way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;With&amp;nbsp; 'forced 0':&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlickview_dia_scaling_1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212004_Qlickview_dia_scaling_1.PNG" style="height: 301px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Deactivated 'forced 0':&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlickview_dia_scaling_2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/212005_Qlickview_dia_scaling_2.PNG" style="height: 300px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And thats what it's supossed to look:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlickview_dia_scaling_3.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/212030_Qlickview_dia_scaling_3.PNG" style="height: 299px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long story short, I am not able to write a sufficient line of code to get the min value of any given date from the largest&amp;nbsp; in 2nd dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128826#M509437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-28T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing chart scaling.</title>
      <link>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128827#M509438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the top right area of the tab axis you could define the min/max/interval values of your scale whereby min/max is usually something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;min(TOTAL value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or maybe&lt;/P&gt;&lt;P&gt;min(aggr(sum(value), Dim))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interval might be set manually if the span between min/max could be estimated and didn't change much by different selections. If not you need to set something like this: round((max - min) / NoOfInterval).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside this removing the time-part from the dimension and/or using a different and shorter formatting of the dimension-values will increase the space for the lines and with this the readability of the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 07:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128827#M509438</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-29T07:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing chart scaling.</title>
      <link>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128828#M509439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I'm aware of the static min max values. What I need is a dynamic min scalling so that all groups(2nd Dim) will be shown. I sorted those by size, the largest is at the bottom going all the way up to the smallest. I'm not however able to generate a function that gives me the min value of the largest group. &lt;/P&gt;&lt;P&gt;Setting those value static will not work as there are huge differences(10^5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: The testdata has no time. However the real data will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128828#M509439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-29T08:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing chart scaling.</title>
      <link>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128829#M509440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried MIN(AGGR(MAX(value), time_dim)).&amp;nbsp; This however results in the wrong result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128829#M509440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-29T08:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fixing chart scaling.</title>
      <link>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128830#M509441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. The culprit of my problem was one value in my test data which resulted in seemingly wrong results. Your solution is correct "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MIN(AGGR(MAX(value), time_dim))". Sorry for the inconvinience. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 11:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fixing-chart-scaling/m-p/128830#M509441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-29T11:45:15Z</dc:date>
    </item>
  </channel>
</rss>

