<?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: Filter by Max(Date) in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746949#M266560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update: &lt;/STRONG&gt;you will need to do this in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is replacing calend.month to a date field a possibility?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use &lt;STRONG&gt;MonthName(common_date) as calend.month&lt;/STRONG&gt; it will give you something like this Jan-2014, Feb-2014, Mar-2014... and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can use MaX(calend.month) directly in your set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 13:56:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-02-05T13:56:12Z</dc:date>
    <item>
      <title>Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746944#M266555</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;This it´s my first post &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a textbox with the following expression=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H6&gt;&lt;SPAN style="font-size: 10pt;"&gt;if(getselectedcount (calend.month)=0,&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="font-size: 10pt;"&gt; sum({1&amp;lt;[DIM_MONEDA_ID] = {'USD'},common_date={'&amp;gt;=$(vMaxDate)'}, FIG.FACT_EST_TABLA_ORIGEN={'REAL'},FIG.DIM_ITEM_REPORTE_KEY={'CONTRIBUTION MARGIN'} &amp;gt;} FIG.FACT_EST_VALOR),&lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="font-size: 10pt;"&gt; sum({1&amp;lt;[DIM_MONEDA_ID] = {'USD'},common_date=P(common_date),FIG.FACT_EST_TABLA_ORIGEN={'REAL'},FIG.DIM_ITEM_REPORTE_KEY={'CONTRIBUTION MARGIN'} &amp;gt;} &lt;/SPAN&gt;&lt;/H6&gt;&lt;H6&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; if(common_date=$(vMaxDate),FIG.FACT_EST_VALOR)))&lt;/SPAN&gt;&lt;/H6&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where :&lt;/P&gt;&lt;P&gt;calend.month = Month on master calendar&lt;/P&gt;&lt;P&gt;DIM_MONEDA_ID = Currency dimension, i'm filtering only by USD&lt;/P&gt;&lt;P&gt;common_date = master date in master calendar&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FIG.FACT_EST_TABLA_ORIGEN = Always "REAL"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FIG.DIM_ITEM_REPORTE_KEY = Always "CONTRIBUTION MARGIN"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FIG.FACT_EST_VALOR = Field to be added in expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The calend.month are filter by user. Texbox will be show only the max month selected when currency = USD, Tabla Origen = "Real" and ITEM_REPORTE_KEY = "CONTRIBUTION MARGIN". If the user haven't made selections, textbox shows the value of the last month charged.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I have the following behavior associated to month selections by users&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;- If the user haven't month selected, textbox shows correctly the sum(values) of last month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;- If the users have one month selected, textbox shows correctly the sum(values) of selected month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;- If the users have 2 or more month selected, textbox shows the sum of all month selected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I need to shows always the max(month) independent of month selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Any suggestion?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;PS: Please apologies for my english. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 20:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746944#M266555</guid>
      <dc:creator />
      <dc:date>2015-02-04T20:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746945#M266556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For max(month) regardless of selection you can use Max (&lt;STRONG&gt;{1}&lt;/STRONG&gt; month). This will ignor any selections you make in your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;: If it should not change only based on a selection in month, then you can use &lt;STRONG&gt;Max({&amp;lt;month = &amp;gt;} month)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 20:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746945#M266556</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-04T20:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746946#M266557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Suninidia for your prompt answer!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please excuse me if I didn't explain well.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I want to calculate the sum() of value when &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;currency = USD, Tabla Origen = "Real" and ITEM_REPORTE_KEY = "CONTRIBUTION MARGIN" for max(month). If the user have made selections(1 month or more),the sum should be the maximum month related to user selection. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Could you have any suggestion to solve this?.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Thanks again!.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;C.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 13:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746946#M266557</guid>
      <dc:creator />
      <dc:date>2015-02-05T13:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746947#M266558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about not interpreting you question correctly the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;calend.month field a date field (Jan-2014) or is it Text(Jan, Feb, Mar...) ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 13:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746947#M266558</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-05T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746948#M266559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunindia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is my calend table. calend.month is a text field. For this reasons I'm using "common_date" field to manage date filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 314px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; width: 52pt;" width="69"&gt;calend.year&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 51pt;" width="68"&gt;calend.month&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 73pt;" width="97"&gt;calend.quarter&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 60pt;" width="80"&gt;common_date&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;jan&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;01-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;feb&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;02-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;mar&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T1&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;03-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;apr&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T2&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;04-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;may&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T2&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;05-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;jun&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T2&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;06-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;jul&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T3&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;07-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;aug&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T3&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;08-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sep&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T3&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;09-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;oct&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;10-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;nov&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;11-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;2014&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;dec&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;T4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;12-01-2014&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 13:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746948#M266559</guid>
      <dc:creator />
      <dc:date>2015-02-05T13:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746949#M266560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update: &lt;/STRONG&gt;you will need to do this in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is replacing calend.month to a date field a possibility?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use &lt;STRONG&gt;MonthName(common_date) as calend.month&lt;/STRONG&gt; it will give you something like this Jan-2014, Feb-2014, Mar-2014... and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can use MaX(calend.month) directly in your set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 13:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746949#M266560</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-05T13:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746950#M266561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm applying your solution with no luck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sharing a sample QVW file with data and formulas. Please review and fix it if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746950#M266561</guid>
      <dc:creator />
      <dc:date>2015-02-05T15:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746951#M266562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this makes sense. PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 15:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746951#M266562</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-05T15:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746952#M266563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one is even be better. PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 16:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746952#M266563</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-05T16:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746953#M266564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'ts work perfectly. You're save my day!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;&lt;P&gt;Christian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 16:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746953#M266564</guid>
      <dc:creator />
      <dc:date>2015-02-05T16:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Max(Date) in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746954#M266565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad that I proved useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 16:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-by-Max-Date-in-Set-Analysis/m-p/746954#M266565</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-05T16:52:28Z</dc:date>
    </item>
  </channel>
</rss>

