<?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: Qlik Sense Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2512842#M105262</link>
    <description>&lt;P&gt;With choices like 1 and 0 are there ever any other options? if not you can just ignore the filter like:&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;IsInNetwork=&amp;gt;}Quantity)&lt;/P&gt;</description>
    <pubDate>Thu, 03 Apr 2025 01:48:20 GMT</pubDate>
    <dc:creator>AJDoc31</dc:creator>
    <dc:date>2025-04-03T01:48:20Z</dc:date>
    <item>
      <title>Qlik Sense Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2512802#M105254</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Not sure if there is a difference in QlikView to Qlik Sense for Set Analysis. The example below should force the filter to always select the flag 1 and 0 regardless of a user interacting with the IsInNetwork filter then adjust the total to the other filters such as date or region or sales person.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;IsInNetwork={'1','0'}&amp;gt;}Quantity)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I set to this I get and the user updates the&amp;nbsp;IsInNetwork filter the total changes to the selected flag to&amp;nbsp;sum({$&amp;lt;IsInNetwork={'1','0'}&amp;gt;}Quantity)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 17:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2512802#M105254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-02T17:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2512810#M105256</link>
      <description>&lt;P&gt;Using &lt;STRONG&gt;1&lt;/STRONG&gt; will result in the full value of your data.&lt;/P&gt;&lt;P&gt;And ignore any selections made by the user.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sum({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;IsInNetwork={'1','0'}&amp;gt;}Quantity)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- Regards, Matheus&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 18:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2512810#M105256</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2025-04-02T18:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2512826#M105259</link>
      <description>&lt;P&gt;Yes, but this is not the answer I was hoping for per my example. I want this filter to stay but adjust to other user filters.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 19:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2512826#M105259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-02T19:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2512842#M105262</link>
      <description>&lt;P&gt;With choices like 1 and 0 are there ever any other options? if not you can just ignore the filter like:&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;IsInNetwork=&amp;gt;}Quantity)&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 01:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2512842#M105262</guid>
      <dc:creator>AJDoc31</dc:creator>
      <dc:date>2025-04-03T01:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2513019#M105282</link>
      <description>&lt;P&gt;Seems like people just fish random solutions to have their solution accepted for points these days.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 15:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2513019#M105282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-03T15:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2513020#M105283</link>
      <description>&lt;P&gt;the correct is&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;IsInNetwork = , IsInNetwork={'1','0'}&amp;gt;}Quantity)&lt;/P&gt;&lt;P&gt;IsInNetwork = &amp;lt;---- "clear the selection user selection for this set analisys" / "ignore the selection"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in fact you don't need 1,0 you can user '*' with is get all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Set analysis should be like this&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;sum({&amp;lt;IsInNetwork = , IsInNetwork={'*'}&amp;gt;}Quantity)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i will say is awkward filter work properly in QlikView, because i always sue like this in QlikView and sense the concept of set analysis is the same, this doesn't changed&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 15:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2513020#M105283</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2025-04-03T15:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2513037#M105284</link>
      <description>&lt;P&gt;Seems like people just post questions in the community without doing any research these days.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 15:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2513037#M105284</guid>
      <dc:creator>AJDoc31</dc:creator>
      <dc:date>2025-04-03T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2513066#M105285</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;if you need other selections made by the user, outside of the filter applied in set&amp;nbsp;&lt;SPAN&gt;analisys&lt;/SPAN&gt;. Then this should work together with &lt;STRONG&gt;GetSelectedCount()&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sum({&amp;lt;&lt;SPAN&gt;IsInNetwork&lt;/SPAN&gt;={'1', '0'}&amp;gt;} &lt;SPAN&gt;Quantity&lt;/SPAN&gt;&lt;BR /&gt;) * If(GetSelectedCount(&lt;SPAN&gt;IsInNetwork&lt;/SPAN&gt;) = 0, 1, 0) +&lt;BR /&gt;Sum(&lt;BR /&gt;&lt;SPAN&gt;Quantity&lt;/SPAN&gt;&lt;BR /&gt;) * If(GetSelectedCount(&lt;SPAN&gt;IsInNetwork&lt;/SPAN&gt;) &amp;gt; 0, 1, 0)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 12:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Set-Analysis/m-p/2513066#M105285</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2025-04-04T12:50:04Z</dc:date>
    </item>
  </channel>
</rss>

