<?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: Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672179#M449491</link>
    <description>&lt;P&gt;Try replacing single quotes with double quotes and see if that works (&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Quotes-in-Set-Analysis/ba-p/1471824" target="_blank" rel="noopener"&gt;Quotes in Set-Analysis&lt;/A&gt;)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Max({$&amp;lt;[SourceDate_1] = {"&amp;lt;=$(=Monthend(AddMonths(GetFieldSelections([SourceDate_2]),-1)))"}&amp;gt;} [SourceDate_1])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2020 14:25:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-02-04T14:25:30Z</dc:date>
    <item>
      <title>Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672170#M449489</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;In an effort to upgrade from 11.2 SR7 to the latest 12.4 we are seeing a discrepancy in the way certain set analysis expressions are executed. The expression below works perfectly in 11.2 but gives null in 12.4. We have tried to break down each part of the expression to its individual parts and they seem to be evaluating identically up until the point where they are put together.&lt;/P&gt;&lt;P&gt;Any ideas what changed in the newest version so that we can better identify places we need to make changes? We thought it could be something to do with the way the 12.4 handles &lt;STRONG&gt;quotations&lt;/STRONG&gt; differently but that is &lt;STRONG&gt;not the reason&lt;/STRONG&gt; for this particular&amp;nbsp;example.&amp;nbsp;I also couldn't find&amp;nbsp;release notes about this.&amp;nbsp;Any help would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Max({$&amp;lt;[SourceDate_1] = {'&amp;lt;=$(=Monthend(AddMonths(GetFieldSelections([SourceDate_2]),-1)))'}&amp;gt;} [SourceDate_1])&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672170#M449489</guid>
      <dc:creator>qlik_Maestro</dc:creator>
      <dc:date>2024-11-16T19:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672179#M449491</link>
      <description>&lt;P&gt;Try replacing single quotes with double quotes and see if that works (&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Quotes-in-Set-Analysis/ba-p/1471824" target="_blank" rel="noopener"&gt;Quotes in Set-Analysis&lt;/A&gt;)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Max({$&amp;lt;[SourceDate_1] = {"&amp;lt;=$(=Monthend(AddMonths(GetFieldSelections([SourceDate_2]),-1)))"}&amp;gt;} [SourceDate_1])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 14:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672179#M449491</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-04T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672203#M449493</link>
      <description>&lt;P&gt;The quotes are not the problem here. Even if I do that or use the backwards compatibility script it is still null in v12.4&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 15:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672203#M449493</guid>
      <dc:creator>qlik_Maestro</dc:creator>
      <dc:date>2020-02-04T15:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672245#M449494</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Max({$&amp;lt;[SourceDate_1] = {"&amp;lt;=$(=Date(Floor(MonthEnd(Max([SourceDate_2]), -1))))"}&amp;gt;} [SourceDate_1])&lt;/LI-CODE&gt;&lt;P&gt;or this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Max({$&amp;lt;[SourceDate_1] = {"&amp;lt;=$(=Date(Floor(MonthEnd(Max([SourceDate_2]), -1)), 'SpecifyDateFieldFormatHere'))"}&amp;gt;} [SourceDate_1])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 16:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672245#M449494</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-04T16:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672282#M449498</link>
      <description>&lt;P&gt;While the second one was the solution to the issue, does anyone know the underlying reason behind this? Is there a change in the behavior of dates with the newest version? It did seem like there was when we investigated some of our QVDs the formatting had changed.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 19:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672282#M449498</guid>
      <dc:creator>qlik_Maestro</dc:creator>
      <dc:date>2020-02-04T19:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672288#M449500</link>
      <description>&lt;P&gt;Did you change the environmental variables within the qvd generators?&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;might be able to answer this better&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 19:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1672288#M449500</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-04T19:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1674548#M449644</link>
      <description>&lt;P&gt;There were no changes made between the qvd generators.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 19:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1674548#M449644</guid>
      <dc:creator>qlik_Maestro</dc:creator>
      <dc:date>2020-02-11T19:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1674785#M449678</link>
      <description>&lt;P&gt;In that case, I am not really sure.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 12:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1674785#M449678</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-12T12:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Evaluation Discrepancy between verision 11.2 and 12.4</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1681507#M450103</link>
      <description>&lt;P&gt;Should be related to the following Design Blog post I believe, quote changes...&amp;nbsp; I am not sure if I missed something else or not, but things were tightened up in Set Analysis a lot from where you were to where you moved...&amp;nbsp; This is why you wan to be sure to read the Release Notes docs for each interim major point release you jump to get the changes between releases...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Quotes-in-Set-Analysis/ba-p/1471824" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Quotes-in-Set-Analysis/ba-p/1471824&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 22:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Evaluation-Discrepancy-between-verision-11-2-and-12/m-p/1681507#M450103</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-03T22:41:29Z</dc:date>
    </item>
  </channel>
</rss>

