<?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 Scatter Plot Zoom Quartile in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatter-Plot-Zoom-Quartile/m-p/1249029#M395588</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 have the following expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cost Per Case = SUM(SupplyChainLUOMTotalCost)/COUNT(DISTINCT SurgicalCaseSk)&lt;/P&gt;&lt;P&gt;Volume = &lt;SPAN style="font-size: 13.3333px;"&gt;COUNT(DISTINCT SurgicalCaseSk)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One dimension of SurgeonName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scatter plot has the reference line at fractile 50, which displays as the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="143863" alt="CPC Scatter.png" class="jive-image image-1" src="/legacyfs/online/143863_CPC Scatter.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make it when the user clicks a single point in the scatter plot the chart zooms in to only the quartile the point falls in.&amp;nbsp; However, if the user selects a range of points it will zoom in to only those points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2016 18:34:40 GMT</pubDate>
    <dc:creator>NickHoff</dc:creator>
    <dc:date>2016-11-14T18:34:40Z</dc:date>
    <item>
      <title>Scatter Plot Zoom Quartile</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Plot-Zoom-Quartile/m-p/1249029#M395588</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 have the following expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cost Per Case = SUM(SupplyChainLUOMTotalCost)/COUNT(DISTINCT SurgicalCaseSk)&lt;/P&gt;&lt;P&gt;Volume = &lt;SPAN style="font-size: 13.3333px;"&gt;COUNT(DISTINCT SurgicalCaseSk)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One dimension of SurgeonName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scatter plot has the reference line at fractile 50, which displays as the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="143863" alt="CPC Scatter.png" class="jive-image image-1" src="/legacyfs/online/143863_CPC Scatter.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make it when the user clicks a single point in the scatter plot the chart zooms in to only the quartile the point falls in.&amp;nbsp; However, if the user selects a range of points it will zoom in to only those points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 18:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Plot-Zoom-Quartile/m-p/1249029#M395588</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-11-14T18:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plot Zoom Quartile</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Plot-Zoom-Quartile/m-p/1249030#M395589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been playing with the static min max expressions and I have it where the x &amp;amp; y doesn't change using the following.&amp;nbsp;&amp;nbsp; I'm guessing to get into the quartiles it will be something similar with a nested if statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X-Axis:&lt;/P&gt;&lt;P&gt;Static Min&lt;/P&gt;&lt;P&gt;=MIN(TOTAL {1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;} AGGR(SUM({1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;}SupplyChainLUOMTotalCost)/SUM({1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;}Cases),ProcGroup,ProcedureSurgeonName))-1000&lt;/P&gt;&lt;P&gt;Static Max&lt;/P&gt;&lt;P&gt;=MAX(TOTAL {1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;} AGGR(SUM({1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;}SupplyChainLUOMTotalCost)/SUM({1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;}Cases),ProcGroup,ProcedureSurgeonName))-1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y-Axis:&lt;/P&gt;&lt;P&gt;Static Min&lt;/P&gt;&lt;P&gt;=MIN(TOTAL {1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;} AGGR(SUM({1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;}Cases),ProcGroup,ProcedureSurgeonName))-20&lt;/P&gt;&lt;P&gt;Static Max&lt;/P&gt;&lt;P&gt;=MAX(TOTAL {1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;} AGGR(SUM({1&amp;lt;ProcGroup=$::ProcGroup&amp;gt;}Cases),ProcGroup,ProcedureSurgeonName))-20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 22:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Plot-Zoom-Quartile/m-p/1249030#M395589</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-11-14T22:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter Plot Zoom Quartile</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-Plot-Zoom-Quartile/m-p/1249031#M395590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post a sample qvw to test with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 00:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-Plot-Zoom-Quartile/m-p/1249031#M395590</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-11-15T00:08:09Z</dc:date>
    </item>
  </channel>
</rss>

