<?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 min,max in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241878#M92270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! It works perfectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 11:01:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-05T11:01:54Z</dc:date>
    <item>
      <title>min,max in chart</title>
      <link>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241874#M92266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !!&lt;/P&gt;&lt;P&gt;I set correctly, in a dynamic mode, minimum and maximum values of the line chart.&lt;/P&gt;&lt;P&gt;The values, however, come too close to the end of the chart: This does not allow a good legibility.&lt;/P&gt;&lt;P&gt;I tried to increase or decrease (depending on the sign) calculated values. Unfortunately, nothing changes. For example:&lt;/P&gt;&lt;P&gt;max(aggr(column(1),[Saldo montante Mese - Mese Movimento])) ----&amp;gt; OK&lt;/P&gt;&lt;P&gt;max(aggr(column(1),[Saldo montante Mese - Mese Movimento])) + 100000000 ----&amp;gt; KO&lt;/P&gt;&lt;P&gt;Adding the value 100000000 (or other), the graph MAX does not change.......&lt;/P&gt;&lt;P&gt;Someone can help me?&lt;/P&gt;&lt;P&gt;Adriano&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 09:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241874#M92266</guid>
      <dc:creator />
      <dc:date>2010-08-05T09:27:12Z</dc:date>
    </item>
    <item>
      <title>min,max in chart</title>
      <link>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241875#M92267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I found that the value of 'Column(1)' is not getting passed and so the max value is not changed.&lt;/P&gt;&lt;P&gt;I tried including the entire expression of 'Saldo' into the 'static max' value and it worked,&lt;/P&gt;&lt;P&gt;Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4&lt;/P&gt;&lt;P style="margin-bottom:0.0001pt;line-height:normal;"&gt;=&lt;B&gt;max&lt;/B&gt;(&lt;B&gt;aggr&lt;/B&gt;(&lt;B&gt;sum&lt;/B&gt;( {1&amp;lt;&lt;B&gt;[Saldo montante Mese- Anno Movimento]&lt;/B&gt;= {&lt;B&gt;&lt;I&gt;$(=year(reloadtime()))&lt;/I&gt;&lt;/B&gt;} &amp;gt;} &lt;B&gt;[Saldo montante Mese - Saldo]&lt;/B&gt;) ,&lt;B&gt;[Saldo montante Mese - Mese Movimento]&lt;/B&gt;))+10000000&lt;/P&gt;&lt;P style="margin-bottom:0.0001pt;line-height:normal;"&gt;&lt;/P&gt;&lt;P style="margin-bottom:0.0001pt;line-height:normal;"&gt;I am not sure why calling the value using 'Column(1)' is not working, but you can use the above expression instead.&lt;/P&gt;&lt;P style="margin-bottom:0.0001pt;line-height:normal;"&gt;&lt;/P&gt;&lt;P style="margin-bottom:0.0001pt;line-height:normal;"&gt;-Haneesh&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 09:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241875#M92267</guid>
      <dc:creator />
      <dc:date>2010-08-05T09:51:02Z</dc:date>
    </item>
    <item>
      <title>min,max in chart</title>
      <link>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241876#M92268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Min/Max expressions are calculated completely independent of the rest of the chart thus it doesn't recognize the Column() function, any expression in a chart that is not an Expression/Subexpression is handled like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 10:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241876#M92268</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2010-08-05T10:22:24Z</dc:date>
    </item>
    <item>
      <title>min,max in chart</title>
      <link>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241877#M92269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Grazie !! Funziona perfettamente&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 11:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241877#M92269</guid>
      <dc:creator />
      <dc:date>2010-08-05T11:00:41Z</dc:date>
    </item>
    <item>
      <title>min,max in chart</title>
      <link>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241878#M92270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! It works perfectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 11:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-max-in-chart/m-p/241878#M92270</guid>
      <dc:creator />
      <dc:date>2010-08-05T11:01:54Z</dc:date>
    </item>
  </channel>
</rss>

