<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119004#M756661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the same results, the MaximumInceptionDate breaks the InceptionDate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2018 15:08:16 GMT</pubDate>
    <dc:creator>schumi1980</dc:creator>
    <dc:date>2018-09-28T15:08:16Z</dc:date>
    <item>
      <title>Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/118998#M756655</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;I have a problem with my set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;InceptionDate={'&amp;lt;02.09.2018'},ExpiryDate={'&amp;gt;01.09.2018'},Status={'Final'},MaximumInceptionDate={'&amp;gt;15.07.2018'}&amp;gt;} Premium)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that this expression would yield all premium from policies which&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have an inceptiondate &amp;lt;02.09.2018, an expiry date &amp;gt;01.09.2016 and a maximuminceptiondate &amp;gt;15.07.2018.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I look at the results the maximuminceptiondate breaks the inceptiondate condition, I have a policy with inceptiondate 01.10.2018 in the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do I make something wrong? Is the ordering of the conditions important?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/118998#M756655</guid>
      <dc:creator>schumi1980</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/118999#M756656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jan,&lt;/P&gt;&lt;P&gt;you should use double quotes for searches in set analysis and single quotes for string literals, so your expression should look like this:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;InceptionDate={&lt;STRONG&gt;"&lt;/STRONG&gt;&amp;lt;02.09.2018&lt;STRONG&gt;"&lt;/STRONG&gt;},ExpiryDate={&lt;STRONG&gt;"&lt;/STRONG&gt;&amp;gt;01.09.2018&lt;STRONG&gt;"&lt;/STRONG&gt;},Status={'Final'},MaximumInceptionDate={&lt;STRONG&gt;"&lt;/STRONG&gt;&amp;gt;15.07.2018&lt;STRONG&gt;"&lt;/STRONG&gt;}&amp;gt;} Premium)&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 11:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/118999#M756656</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-09-28T11:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119000#M756657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also make sure your date format is the same as the values you are comparing too in the set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 11:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119000#M756657</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-09-28T11:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119001#M756658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you see the correct results when you just did the following ?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;sum({&amp;lt;InceptionDate={'&amp;lt;02.09.2018'},ExpiryDate={'&amp;gt;01.09.2018'},Status={'Final'}&amp;gt;} Premium)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;What type of data in &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;InceptionDate/&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ExpiryDate ? string/Date ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 12:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119001#M756658</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-09-28T12:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119002#M756659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasidhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, for just InceptionDate and ExpiryDate it works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 13:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119002#M756659</guid>
      <dc:creator>schumi1980</dc:creator>
      <dc:date>2018-09-28T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119003#M756660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;InceptionDate={'&amp;lt;02.09.2018'},ExpiryDate={'&amp;gt;01.09.2018'},Status={'Final'}&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;*&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;MaximumInceptionDate={'&amp;gt;15.07.2018'}&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;} Premium)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 14:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119003#M756660</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-09-28T14:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119004#M756661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the same results, the MaximumInceptionDate breaks the InceptionDate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 15:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119004#M756661</guid>
      <dc:creator>schumi1980</dc:creator>
      <dc:date>2018-09-28T15:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119005#M756662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try making a table with the following dimensions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;InceptionDate&lt;/LI&gt;&lt;LI&gt;ExpiryDate&lt;/LI&gt;&lt;LI&gt;Status&lt;/LI&gt;&lt;LI&gt;MaximumInceptionDate&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And add &lt;STRONG&gt;Sum(Premium) &lt;/STRONG&gt;as a measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try making the selection as you are doing in your set analysis. InceptionDate &amp;lt; 02.09.2018 and so on.&lt;/P&gt;&lt;P&gt;If the set analysis works without the MaxInceptionDate, perhaps something in your data is behaving as you expect it to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 06:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119005#M756662</guid>
      <dc:creator>timpoismans</dc:creator>
      <dc:date>2018-10-01T06:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119006#M756663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In such case I'd come back to check your date format. From your posts I figure you want to use DD.MM.YYYY date format. Are all those fields formated to that format? Because if inceptiondate would be in MM.DD.YYYY format, then 01.10.2018&amp;lt;02.09.2018.&lt;/P&gt;&lt;P&gt;+ do what Tim suggested earlier today, create a table with those dimensions and measure and apply filters, see what happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 12:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis/m-p/119006#M756663</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-10-01T12:24:40Z</dc:date>
    </item>
  </channel>
</rss>

