<?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: Help with Set Analysis filtering dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832290#M292845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help, but this was the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-06-16 09.08.15.png" class="jive-image image-1" src="/legacyfs/online/89639_2015-06-16 09.08.15.png" style="height: 201px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;This is a link for my app&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/y3v8u3zagjeywhy/Drocaras.qvf?dl=0" title="https://www.dropbox.com/s/y3v8u3zagjeywhy/Drocaras.qvf?dl=0"&gt;Dropbox - Drocaras.qvf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 15:52:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-16T15:52:53Z</dc:date>
    <item>
      <title>Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832282#M292837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help with this issue I'm having.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off all lets talk about my data&lt;/P&gt;&lt;P&gt;this are my formats&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I declare this variables &lt;/P&gt;&lt;P&gt;SET vAnioActual=YEAR(NOW());&lt;/P&gt;&lt;P&gt;SET vAnioAnt=YEAR(NOW())-1;&lt;/P&gt;&lt;P&gt;SET vMesActual=MONTH(Today());&lt;/P&gt;&lt;P&gt;SET vFechaHoy=Now();&lt;/P&gt;&lt;P&gt;SET vFechaAnioAtras = Date#(Now()-365,'DDMMYYYY');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I bring my data this are my fields that brings date data&lt;/P&gt;&lt;P&gt;LOAD Documento,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fecha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(Fecha,'DDMMYYYY') As FechaNum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR(Fecha) As Anio,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH(Fecha) As Mes,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalSales............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Fecha is my field containing dates in dd/mm/yyyy format&lt;/P&gt;&lt;P&gt;I've been trying to get info of my sales (TotalSales) From the last 12 months from now, I've been trying using, variables, a constant and formulas, but not working at all.&amp;nbsp;&amp;nbsp;&amp;nbsp; Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 13:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832282#M292837</guid>
      <dc:creator />
      <dc:date>2015-06-16T13:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832283#M292838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this way,&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;DateDimensionName = {'&amp;gt;=$(=YearStart(Today())) &amp;lt;= $(=Today())'}&amp;gt;} MeasureName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 13:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832283#M292838</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-16T13:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832284#M292839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I change the formula you gave me to this &lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Fecha = {'&amp;gt;=$(=YearStart(Today())) &amp;lt;= $(=Today())'}&amp;gt;} TotalVta)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the result&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-06-16 09.08.15.png" class="jive-image image-1" src="/legacyfs/online/89626_2015-06-16 09.08.15.png" style="height: 201px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832284#M292839</guid>
      <dc:creator />
      <dc:date>2015-06-16T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832285#M292840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is't possible to share ur app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832285#M292840</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-16T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832286#M292841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shure &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/y3v8u3zagjeywhy/Drocaras.qvf?dl=0" title="https://www.dropbox.com/s/y3v8u3zagjeywhy/Drocaras.qvf?dl=0"&gt;Dropbox - Drocaras.qvf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832286#M292841</guid>
      <dc:creator />
      <dc:date>2015-06-16T14:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832287#M292842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you get the App?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832287#M292842</guid>
      <dc:creator />
      <dc:date>2015-06-16T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832288#M292843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SUM({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Anio=,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mes=, &lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FechaNum=, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Fecha&lt;/SPAN&gt; = {'&amp;gt;=$(=MonthStart(Today(), -11)) &amp;lt;= $(=Today())'}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TotalSales&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&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: 13px;"&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: 13px;"&gt;Regards,&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: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832288#M292843</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-16T15:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832289#M292844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u mean ur asking to share app for the same from my end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832289#M292844</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-16T15:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832290#M292845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help, but this was the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-06-16 09.08.15.png" class="jive-image image-1" src="/legacyfs/online/89639_2015-06-16 09.08.15.png" style="height: 201px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;This is a link for my app&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/y3v8u3zagjeywhy/Drocaras.qvf?dl=0" title="https://www.dropbox.com/s/y3v8u3zagjeywhy/Drocaras.qvf?dl=0"&gt;Dropbox - Drocaras.qvf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832290#M292845</guid>
      <dc:creator />
      <dc:date>2015-06-16T15:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832291#M292846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean if you could download my App from the link I publish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832291#M292846</guid>
      <dc:creator />
      <dc:date>2015-06-16T15:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832292#M292847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm unable to download ur file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832292#M292847</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-16T15:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832293#M292848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I sent you the App?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832293#M292848</guid>
      <dc:creator />
      <dc:date>2015-06-16T16:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832294#M292849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clik on reply--from top right side --clik on Use advanced editor--from right side bottom --clik on attach--browser ur .qvw file and save&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832294#M292849</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-16T16:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832295#M292850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is, thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832295#M292850</guid>
      <dc:creator />
      <dc:date>2015-06-16T16:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832296#M292851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur file extension is .qvf. so i'm unable to open..can u share .qvw file...pls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are u tried jagan mohan solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832296#M292851</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-16T16:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832297#M292852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeap, didn't work neither&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Qlik Sense I don't know how to transform it as .qvw&amp;nbsp; sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832297#M292852</guid>
      <dc:creator />
      <dc:date>2015-06-16T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832298#M292853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohh..is't,sorry the solution we given hopes work on qlikview..might be little bit different in qliksense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can post this query on qliksnes,by select tag as qliksense instead of qlikview,right now this thread on qlikview group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832298#M292853</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-16T16:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832299#M292854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry my bad, I'm new on this, thank you very mucho for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832299#M292854</guid>
      <dc:creator />
      <dc:date>2015-06-16T16:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832300#M292855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur wc &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;,hope u will get answer from qliksense group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832300#M292855</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-16T16:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis filtering dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832301#M292856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this&lt;/P&gt;&lt;P&gt;SUM( {&amp;lt;Fecha = {"&amp;gt;=$(=Min({&amp;lt;Anio={$(=max(Anio))}&amp;gt;}&amp;nbsp; Fecha))"}&amp;gt;} TotalVta)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89654_Capture.JPG" style="height: 143px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 18:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Set-Analysis-filtering-dates/m-p/832301#M292856</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-06-16T18:31:14Z</dc:date>
    </item>
  </channel>
</rss>

