<?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: Expression Syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Syntax/m-p/936676#M953820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. I am glad I have been helpful all day today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2015 00:55:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-11-19T00:55:38Z</dc:date>
    <item>
      <title>Expression Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Syntax/m-p/936673#M953817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to limit my expression to a particular situation as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;Above&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;total&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;) , 0, 12), &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Generic Drug Indicator]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; = 'YES') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not filter the results with the 'Generic Drug Indicator' with the value remaining the same without this.&amp;nbsp; Can you kindly suggest the correct syntax for this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 00:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Syntax/m-p/936673#M953817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T00:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Syntax/m-p/936674#M953818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;RangeSum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN lang="EN-US"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;Above&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;(TOTOAL &lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;({&amp;lt;&lt;SPAN lang="EN-US"&gt;[Generic Drug Indicator]&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt; = {'YES'}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;Amount&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;) , 0, 12)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 00:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Syntax/m-p/936674#M953818</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-19T00:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Syntax/m-p/936675#M953819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Sunny, most appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 00:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Syntax/m-p/936675#M953819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-19T00:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Syntax/m-p/936676#M953820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. I am glad I have been helpful all day today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 00:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Syntax/m-p/936676#M953820</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-19T00:55:38Z</dc:date>
    </item>
  </channel>
</rss>

