<?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: &amp;lt;= not working in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522724#M457323</link>
    <description>&lt;P&gt;Can you try this&lt;/P&gt;&lt;PRE&gt;Date(MonthStart([Encounter Month/Year Tmp]),'MMM-YY') as [Encounter Month/Year]&lt;/PRE&gt;&lt;P&gt;and then this&lt;/P&gt;&lt;PRE&gt;{&amp;lt;[Encounter Month/Year] = {"&amp;lt;=$(=Date(MonthStart(Max([Encounter Month/Year])), 'MMM-YY'))"}&amp;gt;}&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Dec 2018 19:43:49 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-12-19T19:43:49Z</dc:date>
    <item>
      <title>&lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522706#M457318</link>
      <description>&lt;P&gt;I have dates formatted in MMM-YY. Why won't the following set analysis work? It gets the results, but appears to be calculating as &amp;lt; not &amp;lt;= (doesn't include maximum month).&lt;/P&gt;&lt;P&gt;{&amp;lt;[Encounter Month/Year]={"&amp;lt;=$(=max([Encounter Month/Year]))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;The only way I have figured out to get the correct value is to use &amp;lt; and add 30 days&lt;/P&gt;&lt;P&gt;{&amp;lt;[Encounter Month/Year]={"&amp;lt;$(=DATE(max([Encounter Month/Year])+30,'MMM-YY'))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, strangely enough, &amp;gt;= appears to work.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 19:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522706#M457318</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2018-12-19T19:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522709#M457319</link>
      <description>&lt;P&gt;The field is formatted as MonthYear, but does it also use MonthStart to nullify the effect of date? How exactly do you create Encounter Month/Year field in the script?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 19:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522709#M457319</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-19T19:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522712#M457320</link>
      <description>&lt;P&gt;date(monthstart([Encounter Month/Year Tmp])+14,'MMM-YY') AS [Encounter Month/Year]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where Encounter Month/Year Tmp is:&lt;/P&gt;&lt;P&gt;LOAD *INLINE [&lt;BR /&gt;Encounter Month/Year Tmp&lt;BR /&gt;02/15/2017&lt;BR /&gt;03/15/2017&lt;BR /&gt;04/15/2017&lt;BR /&gt;05/15/2017&lt;BR /&gt;06/15/2017&lt;BR /&gt;07/15/2017&lt;BR /&gt;08/15/2017&lt;BR /&gt;09/15/2017&lt;BR /&gt;10/15/2017&lt;BR /&gt;11/15/2017&lt;BR /&gt;12/15/2017&lt;BR /&gt;01/15/2018&lt;BR /&gt;02/15/2018&lt;BR /&gt;03/15/2018&lt;BR /&gt;04/15/2018&lt;BR /&gt;05/15/2018&lt;BR /&gt;06/15/2018&lt;BR /&gt;07/15/2018&lt;BR /&gt;08/15/2018&lt;BR /&gt;09/15/2018];&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 19:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522712#M457320</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2018-12-19T19:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522715#M457321</link>
      <description>&lt;P&gt;Is there a reason for you to add +14? I am not sure I understand the use of that?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 19:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522715#M457321</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-19T19:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522723#M457322</link>
      <description>&lt;P&gt;Ya know, that's a great question! I might have started with dates different dates or something wasn't working and I added that and it started working?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 19:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522723#M457322</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2018-12-19T19:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522724#M457323</link>
      <description>&lt;P&gt;Can you try this&lt;/P&gt;&lt;PRE&gt;Date(MonthStart([Encounter Month/Year Tmp]),'MMM-YY') as [Encounter Month/Year]&lt;/PRE&gt;&lt;P&gt;and then this&lt;/P&gt;&lt;PRE&gt;{&amp;lt;[Encounter Month/Year] = {"&amp;lt;=$(=Date(MonthStart(Max([Encounter Month/Year])), 'MMM-YY'))"}&amp;gt;}&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Dec 2018 19:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522724#M457323</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-19T19:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522725#M457324</link>
      <description>&lt;P&gt;Given I need this at the 15th of the month, should these combinations have worked together? Only difference from yours is the +14.&lt;/P&gt;&lt;PRE&gt;Date(MonthStart([Encounter Month/Year Tmp])&lt;STRONG&gt;+14&lt;/STRONG&gt;,'MMM-YY') as [Encounter Month/Year]&lt;/PRE&gt;&lt;PRE&gt;{&amp;lt;[Encounter Month/Year] = {"&amp;lt;=$(=Date(MonthStart(Max([Encounter Month/Year]))&lt;STRONG&gt;+14&lt;/STRONG&gt;, 'MMM-YY'))"}&amp;gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This resolves but the answer is not what it is expected - it is providing the answer for &amp;lt; not &amp;lt;=&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 19:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522725#M457324</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2018-12-19T19:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522731#M457325</link>
      <description>&lt;P&gt;Could be a bug in Sept 2018 onwards. We too faced issue with MMM-YY format in set analysis specifically after migration to Sept 2018 release. See the image attached, it doesn't make sense.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 20:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522731#M457325</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-12-19T20:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522733#M457326</link>
      <description>Would you be able to share a sample to check this out? Although, there is no decimals here, but this could be a rounding type issue. Without a sample, it would be difficult to see it... but if you can provide a sample... I am more than happy to take a look at this</description>
      <pubDate>Wed, 19 Dec 2018 20:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522733#M457326</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-19T20:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522734#M457327</link>
      <description>&lt;P&gt;I just checked a listbox (outside of set analysis) and you are right! Looks like &amp;gt;= works but &amp;lt;= does not work correctly. Do you know if Qlik is aware of this bug?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 20:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522734#M457327</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2018-12-19T20:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522742#M457328</link>
      <description>We have raised the case which is in progress. I still somewhere feel rounding can be a cause but all my tests says its a bug because same app was working fine before Sept 2018 migration, but now failing after reload in Sept 2018 with no change at all.</description>
      <pubDate>Wed, 19 Dec 2018 20:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522742#M457328</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-12-19T20:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522743#M457329</link>
      <description>&lt;P&gt;Strange thing is, Copy of app reloaded in last version works fine but fails(&amp;lt;= works like &amp;lt;) when reloaded in new version.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 20:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522743#M457329</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-12-19T20:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522744#M457330</link>
      <description>&lt;P&gt;Have you noticed the same bug that was mentioned in this thread? Are you on Sep 2018 version?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 20:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522744#M457330</guid>
      <dc:creator>kmstephenson</dc:creator>
      <dc:date>2018-12-19T20:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= not working in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522746#M457331</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41414"&gt;@kmstephenson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Have you noticed the same bug that was mentioned in this thread? Are you on Sep 2018 version?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is this question for me? If it is, I don't have Sept 2018 version, but I can download it and check. But again, without a sample... updating to Sept2018 won't really matter.&lt;/P&gt;&lt;P&gt;But you don't have to need confirmation from me. If both of you are having the same issue, then it might very well be a bug and you can either downgrade to an older version or wait for a fix to come out and use an updated version of the expression you proposed.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Sunny&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 20:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-not-working-in-set-analysis/m-p/1522746#M457331</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-19T20:25:23Z</dc:date>
    </item>
  </channel>
</rss>

