<?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 set analysis to determine count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133815#M891880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to write set analysis for the count of city in a table with columns name,city,mobile number etc.&lt;/P&gt;&lt;P&gt;now need set analysis code for the count for city&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>set analysis to determine count</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133815#M891880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to write set analysis for the count of city in a table with columns name,city,mobile number etc.&lt;/P&gt;&lt;P&gt;now need set analysis code for the count for city&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133815#M891880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis to determine count</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133816#M891881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be little more specific because if you just want a count then you can use =Count(City). Why do you think you need set analysis. Can you give an example please...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 16:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133816#M891881</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-08-18T16:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis to determine count</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133817#M891882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for example there are cities like pune,hyderabad,mumbai etc in city column.&lt;/P&gt;&lt;P&gt;then need count for particular city like pune for example in set analysis&lt;/P&gt;&lt;P&gt;i was asked that question.,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 04:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133817#M891882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-19T04:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis to determine count</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133818#M891883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elaborate more on your requirement with sample data and expected Output so that we will help you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 05:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133818#M891883</guid>
      <dc:creator />
      <dc:date>2016-08-19T05:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis to determine count</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133819#M891884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For what ever reason, if you need the count of a particular city in set analysis you can use the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if you need count for the city 'Pune' then use the below expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;City={'Pune'}&amp;gt;}&amp;nbsp; City)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want count for both "Pune" and "Hyderabad" then as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Count({&amp;lt;City={'Pune,Hyderabad'}&amp;gt;}&amp;nbsp; City)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope this helps....&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 10:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133819#M891884</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-08-19T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis to determine count</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133820#M891885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that helps..&lt;/P&gt;&lt;P&gt;thank you &lt;A _jive_internal="true" data-avatarid="5408" data-externalid="" data-online="false" data-presence="null" data-userid="16307" data-username="trdandamudi" href="https://community.qlik.com/people/trdandamudi" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Thirumala Dandamudi&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2016 07:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133820#M891885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-20T07:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis to determine count</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133821#M891886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome and if you think you got the right answer can you please close the thread by selecting appropriate option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 11:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-to-determine-count/m-p/1133821#M891886</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-08-21T11:22:25Z</dc:date>
    </item>
  </channel>
</rss>

