<?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 'Count if' of simple text values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262436#M98807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't manage to simply count particular text values in a field with the 'count if' expression. Who could help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much thanks. Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2011 22:04:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-28T22:04:22Z</dc:date>
    <item>
      <title>'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262436#M98807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't manage to simply count particular text values in a field with the 'count if' expression. Who could help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much thanks. Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 22:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262436#M98807</guid>
      <dc:creator />
      <dc:date>2011-11-28T22:04:22Z</dc:date>
    </item>
    <item>
      <title>'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262437#M98808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I completely understand, but maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( if(match(YOURFIELD,'TextA','TextB','TextC'),1,0) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use Wildmatch to use wildcards in your search.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 22:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262437#M98808</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-28T22:27:55Z</dc:date>
    </item>
    <item>
      <title>'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262438#M98809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Artur - is it possible that you can maybe ellaborate please - maybe with an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 22:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262438#M98809</guid>
      <dc:creator />
      <dc:date>2011-11-28T22:45:28Z</dc:date>
    </item>
    <item>
      <title>'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262439#M98810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the images. &lt;/P&gt;&lt;P&gt;I want a bar chart showing me the percentage of MALE employees / Total number of employees. &lt;/P&gt;&lt;P&gt;So how can I count 'true' and divide this by total number of employees. &lt;/P&gt;&lt;P&gt;It must be 60% but I can't figure out how to enclose this into an graph expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much thanks to help me as beginner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="count if TRUE.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/9048_count+if+TRUE.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262439#M98810</guid>
      <dc:creator />
      <dc:date>2011-11-29T08:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: 'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262440#M98811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;take a bar chart and in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use below code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(if(Male='true',Employee))/count(Male)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can&lt;/P&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262440#M98811</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-29T08:36:04Z</dc:date>
    </item>
    <item>
      <title>'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262441#M98812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why didn't you just count the number of employee and check the option "Relative" ?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ScreenShot005.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/9050_ScreenShot005.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262441#M98812</guid>
      <dc:creator />
      <dc:date>2011-11-29T08:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: 'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262442#M98813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;relative is not serving the purpose&amp;nbsp; i belive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262442#M98813</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-29T08:49:38Z</dc:date>
    </item>
    <item>
      <title>'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262443#M98814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunil, you fixed my problem. The 'relative' option doesn't fit for now, but good to knwo this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Thanks! Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262443#M98814</guid>
      <dc:creator />
      <dc:date>2011-11-29T08:53:06Z</dc:date>
    </item>
    <item>
      <title>'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262444#M98815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first of all mark this as correct .which will indicate issue is closed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;relative&amp;nbsp; is best suited where distribution is required . like out of 100% , 20% is a,30% is b, 50% is a .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262444#M98815</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-11-29T08:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: 'Count if' of simple text values</title>
      <link>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262445#M98816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very helpful. I had a very similar problem and this method worked perfectly with wildmatch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 14:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-if-of-simple-text-values/m-p/262445#M98816</guid>
      <dc:creator />
      <dc:date>2016-12-13T14:58:25Z</dc:date>
    </item>
  </channel>
</rss>

