<?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 Need some examples for Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-some-examples-for-Expressions/m-p/538431#M1146240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can someone provide examples for Expressions for where and if statements. I am a beginner and could not find relevant examples in the tutorial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the correct syntax for the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;count (NUMBER) where ACK is not null and priority is low and ACKTIME &amp;lt; 3600&lt;/LI&gt;&lt;LI&gt;count (NUMBER) where STATUS = "Resolved or Closed" and CLOSEDATE is between "dd-mm-yyyy" and "dd-mm-yyyy"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 09:40:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-30T09:40:25Z</dc:date>
    <item>
      <title>Need some examples for Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-some-examples-for-Expressions/m-p/538431#M1146240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can someone provide examples for Expressions for where and if statements. I am a beginner and could not find relevant examples in the tutorial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the correct syntax for the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;count (NUMBER) where ACK is not null and priority is low and ACKTIME &amp;lt; 3600&lt;/LI&gt;&lt;LI&gt;count (NUMBER) where STATUS = "Resolved or Closed" and CLOSEDATE is between "dd-mm-yyyy" and "dd-mm-yyyy"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 09:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-some-examples-for-Expressions/m-p/538431#M1146240</guid>
      <dc:creator />
      <dc:date>2013-07-30T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need some examples for Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Need-some-examples-for-Expressions/m-p/538432#M1146241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;count (NUMBER) where ACK is not null and priority is low and ACKTIME &amp;lt; 3600 Ans: count(if(isnull(ACK)=0 and priority='low' and ACKTIME&amp;lt;3600,NUMBER))&lt;/LI&gt;&lt;LI&gt;count (NUMBER) where STATUS = "Resolved or Closed" and CLOSEDATE is between "dd-mm-yyyy" and "dd-mm-yyyy"&amp;nbsp;&amp;nbsp; Ans: Count(if(wildmatch(STATUS,'Resolved','Closed') and CLOSEDATE&amp;gt;=date('27-05-2012','dd-mm-yyyy') and CLOSEDATE&amp;lt;=date(today(),'dd-mm-yyyy'),NUMBER))&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 10:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-some-examples-for-Expressions/m-p/538432#M1146241</guid>
      <dc:creator />
      <dc:date>2013-07-30T10:20:44Z</dc:date>
    </item>
  </channel>
</rss>

