<?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: Less than or Equal to Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Less-than-or-Equal-to-Set-Analysis/m-p/425439#M158466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi OnePuttGirl,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;You can get an idea from the below link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/253866#253866"&gt;http://community.qlik.com/message/253866#253866&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 01:47:24 GMT</pubDate>
    <dc:creator>thomas_skariah</dc:creator>
    <dc:date>2012-10-18T01:47:24Z</dc:date>
    <item>
      <title>Less than or Equal to Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-or-Equal-to-Set-Analysis/m-p/425438#M158465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Please I am trying to calculate an expression for less than or equal to No Longer Here&amp;nbsp; (NLE_MonthName). I am using Set analysis to set the NLE_Year to VCurrentYear and NLE_Month=Jan. Shouldn't this set the NLE_MonthName = 'Jan 2012'? So why does the following expression fail to bring back any records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count ({&amp;lt;NLE_Year={'$(vCurrentYear)'},NLE_Month={'Jan'},NLE_MonthName {"$(&amp;lt;=Date(MonthEnd(Date#(DOH_MonthName, 'MMM YYYY')),'MMM YYYY'))"}&amp;gt;}&amp;nbsp; EmployeeDirectory.ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;OnePuttGirl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 19:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-or-Equal-to-Set-Analysis/m-p/425438#M158465</guid>
      <dc:creator />
      <dc:date>2012-10-17T19:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Less than or Equal to Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-or-Equal-to-Set-Analysis/m-p/425439#M158466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi OnePuttGirl,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;You can get an idea from the below link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/253866#253866"&gt;http://community.qlik.com/message/253866#253866&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 01:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-or-Equal-to-Set-Analysis/m-p/425439#M158466</guid>
      <dc:creator>thomas_skariah</dc:creator>
      <dc:date>2012-10-18T01:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Less than or Equal to Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Less-than-or-Equal-to-Set-Analysis/m-p/425440#M158467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I thing you are missing = sign after NLE_MonthName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use below code &lt;/P&gt;&lt;P&gt;Count ({&amp;lt;NLE_Year={'$(vCurrentYear)'},NLE_Month={'Jan'},NLE_MonthName&lt;STRONG&gt;= &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{"$(&amp;lt;=Date(MonthEnd(Date#(DOH_MonthName, 'MMM YYYY')),'MMM YYYY'))"}&amp;gt;}&amp;nbsp; EmployeeDirectory.ID)&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>Thu, 18 Oct 2012 07:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Less-than-or-Equal-to-Set-Analysis/m-p/425440#M158467</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-10-18T07:22:51Z</dc:date>
    </item>
  </channel>
</rss>

