<?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 Question about the count-function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329067#M1184142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that the result of column(2) is in each line.&lt;/P&gt;&lt;P&gt;So if you want to count where do want to count? &lt;/P&gt;&lt;P&gt;In the title of the chart? In a textbox?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 12:12:52 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2011-11-18T12:12:52Z</dc:date>
    <item>
      <title>Question about the count-function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329066#M1184141</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;I want to count all rows of an column where the value is 1. I have tried it with the count-function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(column(2)=1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it shows me just the number of all rows of the column. How can I create a formula that shows me the right value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 11:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329066#M1184141</guid>
      <dc:creator />
      <dc:date>2011-11-18T11:22:32Z</dc:date>
    </item>
    <item>
      <title>Question about the count-function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329067#M1184142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that the result of column(2) is in each line.&lt;/P&gt;&lt;P&gt;So if you want to count where do want to count? &lt;/P&gt;&lt;P&gt;In the title of the chart? In a textbox?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 12:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329067#M1184142</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2011-11-18T12:12:52Z</dc:date>
    </item>
    <item>
      <title>Question about the count-function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329068#M1184143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have got a table and I want the result in a diagram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 12:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329068#M1184143</guid>
      <dc:creator />
      <dc:date>2011-11-18T12:18:09Z</dc:date>
    </item>
    <item>
      <title>Question about the count-function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329069#M1184144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this won't fit your requirements if its grander than your example but a simple fix could be within your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(column2=1,1,0) as Column2_1Count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then sum(Column2_1Count)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 12:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329069#M1184144</guid>
      <dc:creator />
      <dc:date>2011-11-18T12:38:51Z</dc:date>
    </item>
    <item>
      <title>Question about the count-function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329070#M1184145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum(if((column(2)=1,1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 13:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-the-count-function/m-p/329070#M1184145</guid>
      <dc:creator />
      <dc:date>2011-11-18T13:20:57Z</dc:date>
    </item>
  </channel>
</rss>

