<?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: Counting text objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-text-objects/m-p/504698#M188635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excellent! thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;naturally i meant "=" and not "&amp;lt;&amp;gt;", that was just a brain crash on my end, good that you caught that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. i think my biggest problem with this was mainly that i was using a " when i should have been using '. you live and learn i guess ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Nov 2013 08:05:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-29T08:05:40Z</dc:date>
    <item>
      <title>Counting text objects</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-text-objects/m-p/504695#M188632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question for you. I want to count a set of post where one of the variables is a text entry. I have a few different statuses; "Draft", "Approved" and "Evaluation" and in an chart expression I am trying to do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT(DISTINCT IF(status&amp;lt;&amp;gt;"Approved",name))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What this is to result in is a number of the post where the status is "Approved". Seems easy enough, but I cant get it to work. Thoughts? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 15:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-text-objects/m-p/504695#M188632</guid>
      <dc:creator />
      <dc:date>2013-11-28T15:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Counting text objects</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-text-objects/m-p/504696#M188633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;EM&gt;count({&amp;lt;status-={'Approved'}&amp;gt;} distinct name)&lt;/EM&gt;. Make sure to use the exact case-sensitive field names and values. If you need more help, please post a sample document that demonstrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 15:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-text-objects/m-p/504696#M188633</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-28T15:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Counting text objects</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-text-objects/m-p/504697#M188634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;COUNT(DISTINCT IF(status&amp;lt;&amp;gt;"Approved",name))&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What this is to result in is a number of the post where the status&lt;STRONG&gt;&lt;EM&gt; is&lt;/EM&gt;&lt;/STRONG&gt; "Approved". Seems easy enough, but I cant get it to work. Thoughts? &lt;/P&gt;
&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Do you want to get the result for status &lt;STRONG&gt;is&lt;/STRONG&gt; equal 'Approved' or &lt;STRONG&gt;is not&lt;/STRONG&gt; equal 'Approved'? Your expression is calling for&lt;STRONG&gt; is not.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to check for equal, then use either&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;=COUNT(DISTINCT IF(status = 'Approved',name))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;{note also the single quotes}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=COUNT({&amp;lt;status = {Approved}&amp;gt;} distinct name)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 15:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-text-objects/m-p/504697#M188634</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-28T15:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Counting text objects</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-text-objects/m-p/504698#M188635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;excellent! thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;naturally i meant "=" and not "&amp;lt;&amp;gt;", that was just a brain crash on my end, good that you caught that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. i think my biggest problem with this was mainly that i was using a " when i should have been using '. you live and learn i guess ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 08:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-text-objects/m-p/504698#M188635</guid>
      <dc:creator />
      <dc:date>2013-11-29T08:05:40Z</dc:date>
    </item>
  </channel>
</rss>

