<?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 Ignore Dimension Selections in table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections-in-table/m-p/2492146#M102146</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;I'm having trouble with ignoring the selections in dimensions. Attached is the qvf.&lt;/P&gt;
&lt;P&gt;On selection of country, the values of 1st quartile, median and 3rd quartile is working. But on selection of SalesPerson or Outliers (IQR) the values are recalculating. In this case even if I select Outliers (IQR) selected, I want to show the&amp;nbsp;1st quartile, median and 3rd quartile only by Country and not by Outliers (IQR) or SalesPerson.&lt;/P&gt;
&lt;P&gt;Outliers (IQR) is a calculated dimension and the values I want to keep it constant by Country is&amp;nbsp;1st quartile, median and 3rd quartile&lt;/P&gt;
&lt;P&gt;Can someone help me with this?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Satish&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2024 22:24:03 GMT</pubDate>
    <dc:creator>satishkurra</dc:creator>
    <dc:date>2024-11-11T22:24:03Z</dc:date>
    <item>
      <title>Ignore Dimension Selections in table</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections-in-table/m-p/2492146#M102146</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;I'm having trouble with ignoring the selections in dimensions. Attached is the qvf.&lt;/P&gt;
&lt;P&gt;On selection of country, the values of 1st quartile, median and 3rd quartile is working. But on selection of SalesPerson or Outliers (IQR) the values are recalculating. In this case even if I select Outliers (IQR) selected, I want to show the&amp;nbsp;1st quartile, median and 3rd quartile only by Country and not by Outliers (IQR) or SalesPerson.&lt;/P&gt;
&lt;P&gt;Outliers (IQR) is a calculated dimension and the values I want to keep it constant by Country is&amp;nbsp;1st quartile, median and 3rd quartile&lt;/P&gt;
&lt;P&gt;Can someone help me with this?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Satish&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 22:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections-in-table/m-p/2492146#M102146</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2024-11-11T22:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Dimension Selections in table</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections-in-table/m-p/2492148#M102147</link>
      <description>&lt;P&gt;Adding expressions to make it easier to respond.&lt;/P&gt;
&lt;P&gt;Measure: Sum(Sales)&lt;/P&gt;
&lt;P&gt;1st Quartile:&amp;nbsp;Fractile( total &amp;lt;[Country]&amp;gt; Aggr( Sum(Sales), [Country], [SalesPerson] ) ,0.25 )&lt;/P&gt;
&lt;P&gt;Master Dimension&lt;/P&gt;
&lt;P&gt;Outliers (IQR):&amp;nbsp;=&lt;BR /&gt;aggr({&amp;lt;SalesPerson=&amp;gt;}&lt;BR /&gt;pick(&lt;BR /&gt;match(&lt;BR /&gt;(Sum(Sales) &amp;gt; Fractile( total &amp;lt;[Country]&amp;gt; Aggr( Sum(Sales), [Country], [SalesPerson] ) ,0.75 )) &amp;amp; 'a' &amp;amp; (Sum(Sales) &amp;lt; Fractile( total &amp;lt;[Country]&amp;gt; Aggr( Sum(Sales), [Country], [SalesPerson] ) ,0.25 ))&lt;BR /&gt;,'0a0','-1a0','0a-1','-1a-1')&lt;BR /&gt;,'Within Box','Highliers','Lowliers','Error in Calculation')&lt;BR /&gt;, SalesPerson)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now with selecting the value from Outliers (IQR), the 1st Fractile value should not change and calculate w.r.t Country&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 00:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections-in-table/m-p/2492148#M102147</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2024-11-12T00:42:57Z</dc:date>
    </item>
  </channel>
</rss>

