<?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: Ignore Dimension Selections in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections/m-p/2492363#M102178</link>
    <description>&lt;P&gt;maybe like this:&lt;BR /&gt;&lt;BR /&gt;Fractile(&lt;STRONG&gt;{&amp;lt;[SalesPerson]&amp;nbsp;=&amp;gt;}&lt;/STRONG&gt; total &amp;lt;[Country]&amp;gt; Aggr( Sum(&lt;STRONG&gt;{&amp;lt;[SalesPerson]=&amp;nbsp;&amp;gt;}&lt;/STRONG&gt; Sales), [Country], [SalesPerson] ) ,0.25 )&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;- Regards, Matheus&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2024 17:20:20 GMT</pubDate>
    <dc:creator>MatheusC</dc:creator>
    <dc:date>2024-11-12T17:20:20Z</dc:date>
    <item>
      <title>Ignore Dimension Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections/m-p/2492328#M102170</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;For the below expression, how can we ignore the selections on dimension, SalesPerson?&lt;/P&gt;
&lt;P&gt;Fractile( total &amp;lt;[Country]&amp;gt; Aggr( Sum(Sales), [Country], [SalesPerson] ) ,0.25 )&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 14:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections/m-p/2492328#M102170</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2024-11-12T14:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Dimension Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections/m-p/2492363#M102178</link>
      <description>&lt;P&gt;maybe like this:&lt;BR /&gt;&lt;BR /&gt;Fractile(&lt;STRONG&gt;{&amp;lt;[SalesPerson]&amp;nbsp;=&amp;gt;}&lt;/STRONG&gt; total &amp;lt;[Country]&amp;gt; Aggr( Sum(&lt;STRONG&gt;{&amp;lt;[SalesPerson]=&amp;nbsp;&amp;gt;}&lt;/STRONG&gt; Sales), [Country], [SalesPerson] ) ,0.25 )&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;- Regards, Matheus&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 17:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections/m-p/2492363#M102178</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2024-11-12T17:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Dimension Selections</title>
      <link>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections/m-p/2492367#M102179</link>
      <description>&lt;P&gt;Well the below tweak worked for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(Sum(Sales) = 0, 0,&lt;BR /&gt;Fractile( {&amp;lt;SalesPerson=&amp;gt;}total &amp;lt;[Country]&amp;gt; Aggr( Sum({&amp;lt;SalesPerson=&amp;gt;}Sales), [Country],SalesPerson ) ,0.25 )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 17:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignore-Dimension-Selections/m-p/2492367#M102179</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2024-11-12T17:28:31Z</dc:date>
    </item>
  </channel>
</rss>

