<?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  when cell is 1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347614#M128636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something using advanced aggregation (or total mode sum-of-rows for a straight table, option in expression tab):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( aggr(&lt;/P&gt;&lt;P&gt;if($(mFTDs$)&amp;lt;2000 and $(mNetDeposit)&amp;gt;=2000,1,0)&lt;/P&gt;&lt;P&gt;, YOURTABLEDIM1, YOURTABLEDIMENSIONDIM2&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2012 11:31:54 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-03-12T11:31:54Z</dc:date>
    <item>
      <title>count  when cell is 1</title>
      <link>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347613#M128635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i made IF expression that include two conditions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(mFTDs$)&amp;lt;2000 and $(mNetDeposit)&amp;gt;=2000,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the two conditions are TRUE it will show 1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that the TOTAL cell in bottom of the chart, is not count when the cell is TRUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the TOTAL is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i change it that the TOTAL will count how many times is 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 11:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347613#M128635</guid>
      <dc:creator />
      <dc:date>2012-03-12T11:28:51Z</dc:date>
    </item>
    <item>
      <title>count  when cell is 1</title>
      <link>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347614#M128636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something using advanced aggregation (or total mode sum-of-rows for a straight table, option in expression tab):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( aggr(&lt;/P&gt;&lt;P&gt;if($(mFTDs$)&amp;lt;2000 and $(mNetDeposit)&amp;gt;=2000,1,0)&lt;/P&gt;&lt;P&gt;, YOURTABLEDIM1, YOURTABLEDIMENSIONDIM2&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 11:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347614#M128636</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-12T11:31:54Z</dc:date>
    </item>
    <item>
      <title>count  when cell is 1</title>
      <link>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347615#M128637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think almost:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 3 dimensions so i write like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( aggr(&lt;/P&gt;&lt;P&gt;if($(mFTDs$)&amp;lt;2000 and $(mNetDeposit)&amp;gt;=2000,1,0),dim1&lt;/P&gt;&lt;P&gt;, dim2, dim3&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now is counting but he ignore the expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(mFTDs$)&amp;lt;2000 and $(mNetDeposit)&amp;gt;=2000,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he put 1 in place that not according to this IF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 11:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347615#M128637</guid>
      <dc:creator />
      <dc:date>2012-03-12T11:46:45Z</dc:date>
    </item>
    <item>
      <title>count  when cell is 1</title>
      <link>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347616#M128638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How have you defined your variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you maybe upload a small sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 11:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347616#M128638</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-12T11:48:32Z</dc:date>
    </item>
    <item>
      <title>count  when cell is 1</title>
      <link>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347617#M128639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its working good now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much swuehl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 11:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-when-cell-is-1/m-p/347617#M128639</guid>
      <dc:creator />
      <dc:date>2012-03-12T11:52:32Z</dc:date>
    </item>
  </channel>
</rss>

