<?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: Ingoring multiple filters in set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697858#M53409</link>
    <description>&lt;P&gt;no, sorry - in this case also A is ignored&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 18:33:59 GMT</pubDate>
    <dc:creator>andreas_schoedlbauer</dc:creator>
    <dc:date>2020-04-29T18:33:59Z</dc:date>
    <item>
      <title>Ingoring multiple filters in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697854#M53407</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;assume you have 10 filters (A, B, C ...) on a dashboard and a KPI that should apply only the first filter (A). All other filters have to be ignored in the calculation. Is there any syntax in set analysis to say "take only this filter ... an ignore all others"?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697854#M53407</guid>
      <dc:creator>andreas_schoedlbauer</dc:creator>
      <dc:date>2024-11-16T02:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ingoring multiple filters in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697855#M53408</link>
      <description>&lt;P&gt;You could do something like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=sum({1&amp;lt;[A]= P([A])&amp;gt;}Amount)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 18:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697855#M53408</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-04-29T18:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ingoring multiple filters in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697858#M53409</link>
      <description>&lt;P&gt;no, sorry - in this case also A is ignored&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 18:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697858#M53409</guid>
      <dc:creator>andreas_schoedlbauer</dc:creator>
      <dc:date>2020-04-29T18:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ingoring multiple filters in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697905#M53417</link>
      <description>&lt;P&gt;It should not ignore A.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=sum({1&amp;lt;[A]= P([A])&amp;gt;}Amount)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Try using the expression&amp;nbsp; on this datamodel.&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;Transactions:
Load
 TransLineID, 
 TransID,
 Pick(Ceil(3*Rand1),'A','B','C') as D,
 Pick(Ceil(6*Rand1),'a','b','c','d','e','f') as C,
 Pick(Ceil(3*Rand()),'X','Y','Z') as B,
 mod(TransID,26)+1 as A,
 Round(1000*Rand()*Rand()*Rand1) as Amount;
Load 
 Rand() as Rand1,
 IterNo() as TransLineID,
 RecNo() as TransID
Autogenerate 1000
 While Rand()&amp;lt;=0.5 or IterNo()=1;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 21:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697905#M53417</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-04-29T21:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ingoring multiple filters in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697996#M53421</link>
      <description>&lt;P&gt;you are right, I also tried it with another simple model and it works as you describe.&lt;/P&gt;&lt;P&gt;I will check, why it does not work in the other modell, but thanks a lot for your help.&lt;/P&gt;&lt;P&gt;Kind regards, Andy&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 06:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ingoring-multiple-filters-in-set-analysis/m-p/1697996#M53421</guid>
      <dc:creator>andreas_schoedlbauer</dc:creator>
      <dc:date>2020-04-30T06:52:31Z</dc:date>
    </item>
  </channel>
</rss>

