<?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 for counts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/552001#M1142315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you have to use indirect set analysis p().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 04:36:26 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-09-23T04:36:26Z</dc:date>
    <item>
      <title>Set Analysis for counts</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/551999#M1142311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do a expression for following scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month of Juy - 1000 Accounts Created&amp;nbsp; - Count (Account Id for the month of July)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have the transaction for those 1000 accounts from July 1st to August 31 st&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No&amp;nbsp; of Transactions for Accounts created in month of July for the period of July 1st - August 31st&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Sep 2013 19:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/551999#M1142311</guid>
      <dc:creator />
      <dc:date>2013-09-22T19:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for counts</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/552000#M1142313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm... if you ask me, I will do it by aggregations other than Set analysis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(Aggr(if(AccCreateDate&amp;gt;='1-Jul' AND AccCreateDate&amp;lt;= '31-Aug', 1, 0), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Transactions&lt;/SPAN&gt;ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I do here is aggregating through the transactions, if the Account create date is between 1-Jul to 31- Aug&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;return 1 else return 0. After that you can just sum up everything, it should return you what you need. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 02:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/552000#M1142313</guid>
      <dc:creator />
      <dc:date>2013-09-23T02:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for counts</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/552001#M1142315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you have to use indirect set analysis p().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 04:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/552001#M1142315</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-23T04:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for counts</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/552002#M1142316</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;Please provide some example/sample application or data to understand your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 05:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/552002#M1142316</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-09-23T05:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis for counts</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/552003#M1142317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems you need to explain the scenario .&lt;/P&gt;&lt;P&gt;you can use&lt;STRONG&gt; sum(with If expressions)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 06:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-for-counts/m-p/552003#M1142317</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-09-23T06:15:57Z</dc:date>
    </item>
  </channel>
</rss>

