<?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: How to get the max value of an axis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735916#M541706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tresesco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk for the answer, but I didn't got what you mean with YourDimensionInAxis? Is it the expression name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it helps, I want the value 110, in the image below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sem título.png" class="jive-image" src="/legacyfs/online/61091_Sem título.png" style="width: 620px; height: 378px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 13:17:57 GMT</pubDate>
    <dc:creator>Marcio_Campestrini</dc:creator>
    <dc:date>2014-06-24T13:17:57Z</dc:date>
    <item>
      <title>How to get the max value of an axis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735914#M541704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue. Ther's an application with a graph that have two expressions, one on each axis. I received a request that the maximum value of the right axis should be proportional to the maximum value of the left axis. So I ask, there's a way to get this value and use it in a formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 12:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735914#M541704</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-06-24T12:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max value of an axis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735915#M541705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be simply like: =max(YourDimensionInAxis)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 12:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735915#M541705</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-24T12:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max value of an axis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735916#M541706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tresesco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk for the answer, but I didn't got what you mean with YourDimensionInAxis? Is it the expression name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it helps, I want the value 110, in the image below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sem título.png" class="jive-image" src="/legacyfs/online/61091_Sem título.png" style="width: 620px; height: 378px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735916#M541706</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-06-24T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max value of an axis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735917#M541707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can use the Max(Column) {Where column : It will have the value coming from the expression}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735917#M541707</guid>
      <dc:creator />
      <dc:date>2014-06-24T13:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max value of an axis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735918#M541708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rishi, it doesn't seems to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735918#M541708</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-06-24T13:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max value of an axis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735919#M541709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following formula and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(max(aggr(count(DISTINCT &amp;lt;first axis expression&amp;gt;), &amp;lt;field_name&amp;gt;)) * 1.20) / 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this, I made the second x-axis proportional to the first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-max-value-of-an-axis/m-p/735919#M541709</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-06-24T13:46:25Z</dc:date>
    </item>
  </channel>
</rss>

