<?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 Within Set Analysis (Qlik Sense) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92113#M14911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2018 16:02:15 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-07-16T16:02:15Z</dc:date>
    <item>
      <title>Set Analysis Within Set Analysis (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92109#M14907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with a set of banking records. I need to be able to count the closed accounts where their close date is within the last month and does &lt;STRONG&gt;NOT&lt;/STRONG&gt; have a closing balance of zero. I am able to get the count of the closed within the last month with the following set analysis:&lt;/P&gt;&lt;P&gt;Count({ &amp;lt;Deposits_close_dt={"&amp;gt;$(= Date(MonthEnd(AddMonths(GetFieldSelections(([Production Date])),-1)), 'YYYY-MM-DD')) &amp;lt;= $(= Date(([Production Date])))"}&amp;gt; }Distinct acct_nbr)&lt;/P&gt;&lt;P&gt;So I am wondering, do any of you know how to then filter these account to show the count where their closing balances are not zero. I tried an if statement with the above set analysis as the then section, but got no result. Would I be able to do a set analysis within a set analysis? I will try to include some sample data. Any help is appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Liam Grover&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 15:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92109#M14907</guid>
      <dc:creator>groveliam</dc:creator>
      <dc:date>2018-07-16T15:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Within Set Analysis (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92110#M14908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({ &amp;lt;Deposits_close_dt={"&amp;gt;$(= Date(MonthEnd(AddMonths(GetFieldSelections(([Production Date])),-1)), 'YYYY-MM-DD')) &amp;lt;= $(= Date(([Production Date])))"}&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;acct_nbr={"=sum([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;closing balances])&amp;gt;0&lt;/SPAN&gt;"}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt; }Distinct acct_nbr)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;PS: verify your &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;closing balances field name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 15:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92110#M14908</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-16T15:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Within Set Analysis (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92111#M14909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Deposits_close_dt = {"&amp;gt;$(=Date(MonthEnd(AddMonths(GetFieldSelections(([Production Date])),-1)), 'YYYY-MM-DD'))&amp;lt;=$(=Date(([Production Date])))"}&lt;SPAN style="color: #ff0000;"&gt;, [Closing Balance] = {'&amp;gt;0'}&lt;/SPAN&gt;&amp;gt;} Distinct acct_nbr)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 15:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92111#M14909</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-16T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Within Set Analysis (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92112#M14910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, Thanks for the fast response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 16:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92112#M14910</guid>
      <dc:creator>groveliam</dc:creator>
      <dc:date>2018-07-16T16:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Within Set Analysis (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92113#M14911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 16:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Within-Set-Analysis-Qlik-Sense/m-p/92113#M14911</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-16T16:02:15Z</dc:date>
    </item>
  </channel>
</rss>

