<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1037068#M933057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression means:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count all distinct products which are available within last 6 months&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2016 13:21:51 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-26T13:21:51Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1037067#M933056</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;Can any one explain me what is the meaning of the below expression. what this expression will ?&lt;/P&gt;&lt;P&gt;count({&amp;lt;Date={"&amp;gt;=$(=AddMonths(Today(),-6))&amp;lt;=$(=Today())"}&amp;gt;}DISTINCT Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 13:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1037067#M933056</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2016-02-26T13:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1037068#M933057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression means:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count all distinct products which are available within last 6 months&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 13:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1037068#M933057</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-26T13:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1037069#M933058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({&amp;lt;Date={"&amp;gt;=$(=AddMonths(Today(),-6))&amp;lt;=$(=Today())"}&amp;gt;}DISTINCT Product)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You count the distinct product with following conditions (Explicited by set analysis)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(A) AddMonths(Today(),-6) is a date starting 6 months before today&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the whole condition "&amp;gt;=$(=AddMonths(Today(),-6))&amp;lt;=$(=Today())" says that the field Date must be&lt;/P&gt;&lt;P&gt;&amp;gt;=(A) and &amp;lt;= today&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and finally you have to know that if you write (=Expression) the expression is evaluated so in your case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(=AddMonths(Today(),-6))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;computes the function Addmonths&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 13:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1037069#M933058</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2016-02-26T13:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1037070#M933059</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;This expression does is count the different products dated from 6 months &lt;SPAN style="font-size: 13.3333px;"&gt;ago &lt;/SPAN&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;=$(=AddMonths(Today(),-6)&lt;/SPAN&gt; to less equal to today &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;=$(=Today())"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 13:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1037070#M933059</guid>
      <dc:creator>hcabrera</dc:creator>
      <dc:date>2016-02-26T13:25:32Z</dc:date>
    </item>
  </channel>
</rss>

