<?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 Compare Previous Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451848#M168615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to arrive at the total count of the values based on the previous expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample Excel &amp;amp; the Desired output as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some1 help me in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2012 12:22:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-19T12:22:28Z</dc:date>
    <item>
      <title>Compare Previous Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451848#M168615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to arrive at the total count of the values based on the previous expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample Excel &amp;amp; the Desired output as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some1 help me in this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 12:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451848#M168615</guid>
      <dc:creator />
      <dc:date>2012-12-19T12:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Previous Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451849#M168616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: if(amt&amp;gt;=20,count({&amp;lt;amt={'&amp;gt;=20'}&amp;gt;} total amt),0)&lt;/P&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 12:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451849#M168616</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-12-19T12:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Previous Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451850#M168617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BINGO &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 12:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451850#M168617</guid>
      <dc:creator />
      <dc:date>2012-12-19T12:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Previous Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451851#M168618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just one help, &lt;/P&gt;&lt;P&gt;is it possible to count the same no of rows, if the second Expression ("Yes/No") = 'Yes' as per my excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e, can i get output something based on below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column(2) = if(amt&amp;gt;=20,'Yes','No')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(if(column(2)='Yes', count(rowno()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 13:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451851#M168618</guid>
      <dc:creator />
      <dc:date>2012-12-19T13:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Previous Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451852#M168619</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 have done it @ Script itself..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 04:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Previous-Expression/m-p/451852#M168619</guid>
      <dc:creator />
      <dc:date>2012-12-20T04:47:59Z</dc:date>
    </item>
  </channel>
</rss>

