<?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: Dynamically position the reference line on a scatter plot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamically-position-the-reference-line-on-a-scatter-plot/m-p/896479#M1016434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(Aggr(Sum(Valor_X),&lt;EM&gt;Chart_Dimension)&lt;/EM&gt;)/2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 10:11:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-15T10:11:14Z</dc:date>
    <item>
      <title>Dynamically position the reference line on a scatter plot</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-position-the-reference-line-on-a-scatter-plot/m-p/896476#M1016431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 12pt; color: #212121;"&gt;Dear ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 12pt; color: #212121;"&gt;I'm putting together a dashboard with a scatter plot that will represent a graph quadrants . To mount the quadrant graph have to put two reference lines dividing the graph in half on the x axis y . In the creation of the reference line box has the option to set the percentage of the same position but does not work correctly because I put in 50 % and the line appears near the zero point and not in the middle as expected . Can also be defined by expression but can not calculate what is the value that must be present at the time of presentation for not knowing how to get what maximum values ​​of the axes ( x and y) being presented at the time on the chart. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 12pt; color: #212121;"&gt;My question is: how to get these values ​​dynamically ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 17:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-position-the-reference-line-on-a-scatter-plot/m-p/896476#M1016431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T17:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically position the reference line on a scatter plot</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-position-the-reference-line-on-a-scatter-plot/m-p/896477#M1016432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Max(the_expression_in the chart)/2 u used in the chart in the reference line &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 17:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-position-the-reference-line-on-a-scatter-plot/m-p/896477#M1016432</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2015-04-10T17:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically position the reference line on a scatter plot</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-position-the-reference-line-on-a-scatter-plot/m-p/896478#M1016433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Yusuf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression used was Sum ( Valor_X ) . When I use MAX ( Sum ( Valor_X ) ) / 2 gives syntax error. Not to give error have to use MAX ( TOTAL Sum ( Valor_X ) ) / 2. But this does not work because it does not position the bar on site. It does not appear.&lt;/P&gt;&lt;P&gt;Is getting the most value plotted in the graph to the axis of x and y axis ? some function that returns these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emmanoel Gomes da Silva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-position-the-reference-line-on-a-scatter-plot/m-p/896478#M1016433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T18:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically position the reference line on a scatter plot</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-position-the-reference-line-on-a-scatter-plot/m-p/896479#M1016434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(Aggr(Sum(Valor_X),&lt;EM&gt;Chart_Dimension)&lt;/EM&gt;)/2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 10:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-position-the-reference-line-on-a-scatter-plot/m-p/896479#M1016434</guid>
      <dc:creator />
      <dc:date>2015-07-15T10:11:14Z</dc:date>
    </item>
  </channel>
</rss>

