<?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: Max(FirstDate) excluding last month using set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66006#M10951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate on this using an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2018 12:59:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-05-21T12:59:52Z</dc:date>
    <item>
      <title>Max(FirstDate) excluding last month using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66005#M10950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to work this one out all morning, and have done a search but can't find anything I can understand that answers this question. I'm pretty sure I've asked it myself, but can't find it on my dashboard :S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of clients, and a each client has various 'FirstDate' listed against them.&lt;/P&gt;&lt;P&gt;I want a straight table to show the max(FirstDate) excluding all where that max(FirstDate) is within this current month. I've tried with set analysis, using variables, using MonthName() and MonthStart(), just can't get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 12:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66005#M10950</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2018-05-21T12:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Max(FirstDate) excluding last month using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66006#M10951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate on this using an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 12:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66006#M10951</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-21T12:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Max(FirstDate) excluding last month using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66007#M10952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps&lt;/P&gt;&lt;P&gt;&lt;EM style="text-decoration: line-through;"&gt;=Max({&amp;lt;FirstDate &amp;lt; {$(=MonthStart(Today()))}&amp;gt;} FirstDate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Max({&amp;lt;FirstDate = {"&amp;lt;$(=MonthStart(Today()))"}&amp;gt;} FirstDate)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;(depends on format of FirstDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 13:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66007#M10952</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-05-21T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Max(FirstDate) excluding last month using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66008#M10953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Person, FirstDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 02/03/2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 03/03/2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 06/05/2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 03/06/2017&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 12/12/2017&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like a straight table that shows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, 03/03/2018&lt;/P&gt;&lt;P&gt;2, 12/12/2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically showing the Max 'FirstDate' for each 'Person' excluding this current month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 13:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66008#M10953</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2018-05-21T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Max(FirstDate) excluding last month using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66009#M10954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe &lt;A href="https://community.qlik.com/people/jontydkpi"&gt;jontydkpi&lt;/A&gt;‌'s expression should work for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 13:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66009#M10954</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-21T13:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Max(FirstDate) excluding last month using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66010#M10955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works perfectly thank you. I'm sure I tried that. Genius here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 13:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-FirstDate-excluding-last-month-using-set-analysis/m-p/66010#M10955</guid>
      <dc:creator>quilldew</dc:creator>
      <dc:date>2018-05-21T13:11:22Z</dc:date>
    </item>
  </channel>
</rss>

