<?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: Set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839622#M69478</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for reply, but it is not working.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2021 08:23:10 GMT</pubDate>
    <dc:creator>Sagar082</dc:creator>
    <dc:date>2021-09-28T08:23:10Z</dc:date>
    <item>
      <title>Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839350#M69436</link>
      <description>&lt;P&gt;Hi, folks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created set expression for a chart like,&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;var1 = {criteria 1}, var2 = {criteria 2}&amp;gt;} measure variable)&lt;/P&gt;&lt;P&gt;Now I added date pan for another chart, as soon as I select the date it impact other charts.&lt;/P&gt;&lt;P&gt;I need to exclude the date selection impact from previously defined set expression. So, eventhough date is selected the result should return only for above set expression.&lt;/P&gt;&lt;P&gt;Can someone guide on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 10:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839350#M69436</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-09-27T10:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839361#M69439</link>
      <description>&lt;P&gt;Disregarding a dimension selection in set analysis is easy, just mention it and leave it with a comma, like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({$&amp;lt;&lt;STRONG&gt;yourDate,&lt;/STRONG&gt; var1 = {criteria 1}, var2 = {criteria 2}&amp;gt;} measure variable)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 10:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839361#M69439</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-09-27T10:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839373#M69441</link>
      <description>&lt;P&gt;Tresesco,&lt;/P&gt;&lt;P&gt;Thank you for reply. But you misunderstood my requirement. I don't want to take impact of date column, I need to excluded it.&lt;/P&gt;&lt;P&gt;At present if I select the specific date from filter pan then it modifies the respective chart as well as the chart which has set expression too.&lt;/P&gt;&lt;P&gt;The former one is good, but later one is not.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 11:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839373#M69441</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-09-27T11:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839378#M69443</link>
      <description>&lt;P&gt;To exclude date selection, you have to include the date field in set analysis as I showed. If it's not working, that could be because you are using a bit more complex expression than you are showing here that is probably having some calculation as well with some aggregation function.&lt;/P&gt;&lt;P&gt;If you can share your actual expression (if variable is there, please share it's definition as well), I could take a look and help.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 11:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839378#M69443</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-09-27T11:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839597#M69472</link>
      <description>&lt;P&gt;Please use below expression,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({$&amp;lt;&lt;/SPAN&gt;&lt;STRONG&gt;Date=,&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;var1 = {criteria 1}, var2 = {criteria 2}&amp;gt;} measure variable)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Akshat Agrawal&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 05:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839597#M69472</guid>
      <dc:creator>akshatagrawal</dc:creator>
      <dc:date>2021-09-28T05:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839621#M69477</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please note the expression&amp;nbsp; as below,&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;life_cycle = {'registered'}, incidence_type = {'isolation'}&amp;gt;},id)&lt;/P&gt;&lt;P&gt;Where life cycle is state of incidence and incidence type is type of incidence.&lt;/P&gt;&lt;P&gt;If I select date then stats only visible for that date, that I need to get rid off&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 08:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839621#M69477</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-09-28T08:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839622#M69478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for reply, but it is not working.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 08:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839622#M69478</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-09-28T08:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839628#M69480</link>
      <description>&lt;P&gt;Hi Akshata,&lt;/P&gt;&lt;P&gt;Thank you. It is working, please ignore my previous reply.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 08:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839628#M69480</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-09-28T08:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839648#M69485</link>
      <description>&lt;P&gt;Good to know!!&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Akshat Agrawal&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 09:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis/m-p/1839648#M69485</guid>
      <dc:creator>akshatagrawal</dc:creator>
      <dc:date>2021-09-28T09:01:05Z</dc:date>
    </item>
  </channel>
</rss>

