<?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: Min and Max Date inside set Analysis - QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275220#M852135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny &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;That works, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, another question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show that values in a line char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for each ccode&amp;nbsp; dimension, I want the min Date of all total dates off that code, and my max date is the current date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: (see attached xls file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154606" alt="expected_output_for_each_month.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154606_expected_output_for_each_month.png" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sílvia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2017 17:44:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-27T17:44:45Z</dc:date>
    <item>
      <title>Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275218#M852133</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 attached an qvw sample and a excel file with the expected output. See &lt;STRONG&gt;Sheet 2&lt;/STRONG&gt; of qvw app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table Table Dates, I want to show the sum of value of the min date and max date of each code, &lt;STRONG&gt;using FactFaseActive = P&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Showing only the dates corresponding to each code I can get the correct dates,&lt;/P&gt;&lt;P&gt;but using that formula in set analysis for sum sales, I can't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It only gives the min and max of all dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get to the expected output (in yellow)?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154604" alt="expected_output_sales_dates.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154604_expected_output_sales_dates.png" style="height: 67px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced,&lt;/P&gt;&lt;P&gt;Sílvia&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/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275218#M852133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275219#M852134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Aggr(SUM ({&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Metric = {"Sales"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;, FactProjActive={"1"}, FactFaseActive={"P"}&amp;gt;}[Value]), Code, Date), Aggr(Only({&amp;lt;FactFaseActive={"P"}&amp;gt;}Date), Code, Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(distinct &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;FactProjActive={"1"}, FactFaseActive={"P"}&amp;gt;} Code)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Aggr(SUM ({&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Metric = {"Sales"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;, FactProjActive={"1"}, FactFaseActive={"P"}&amp;gt;}[Value]), Code, Date), -Aggr(Only({&amp;lt;FactFaseActive={"P"}&amp;gt;}Date), Code, Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(distinct &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;FactProjActive={"1"}, FactFaseActive={"P"}&amp;gt;} Code)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275219#M852134</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-27T17:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275220#M852135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny &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;That works, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, another question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show that values in a line char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for each ccode&amp;nbsp; dimension, I want the min Date of all total dates off that code, and my max date is the current date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: (see attached xls file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154606" alt="expected_output_for_each_month.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154606_expected_output_for_each_month.png" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sílvia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275220#M852135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-27T17:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275221#M852136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure I understand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 18:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275221#M852136</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-27T18:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275222#M852137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would be the chart dimension here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 18:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275222#M852137</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-27T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275223#M852138</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;The chart dimension would be MonthYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the evolution variation for monthYear, in which my min MonthYear is always the min date of that Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ex.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154707_ex.png" style="height: 214px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In line chart, I want dimension = MonthYear&lt;/P&gt;&lt;P&gt;And for Code = 604 I want:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;in MonthYear = 09-2016, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[sum(Value) of &lt;STRONG&gt;Max(MonthYear)&lt;/STRONG&gt;] - &lt;SPAN style="font-size: 13.3333px;"&gt;[sum(Value) of &lt;STRONG&gt;Min(MonthYear)&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in MonthYear = 08-2016, [sum(Value) of &lt;STRONG&gt;08-2016&lt;/STRONG&gt;]&amp;nbsp; -&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;[sum(Value) of &lt;STRONG&gt;07-2016&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;in MonthYear = 09-2016, &lt;SPAN style="font-size: 13.3333px;"&gt;[sum(Value) of &lt;STRONG&gt;09-2016]&lt;/STRONG&gt; - &lt;SPAN style="font-size: 13.3333px;"&gt;[sum(Value) of &lt;STRONG&gt;07-2016&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;in MonthYear = 09-2016, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[sum(Value) of &lt;STRONG&gt;10-2016&lt;/STRONG&gt;] - &lt;SPAN style="font-size: 13.3333px;"&gt;[sum(Value) of &lt;STRONG&gt;07-2016&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sílvia&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 09:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275223#M852138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T09:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275224#M852139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154695_Capture.PNG" style="height: 259px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 10:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275224#M852139</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-28T10:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275225#M852140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Sunny like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when then I want to remove the dimension Code.&lt;/P&gt;&lt;P&gt;So that when I select a Code it shows values for that Code, and when I choose more than one Code it shows values for both that Codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I put this in a table, like the above, I want that in out-2016, nov-2016 and dez-2016&amp;nbsp; the Min Month Value to show 38 120,99€.&lt;/P&gt;&lt;P&gt;Because in that months Code = 604 is the only one in FactFaseActive = P.&lt;/P&gt;&lt;P&gt;But since there is no Code dimension it's giving the min date of both Code, despite the fact that Code 1295 is not in FactFaseActive &lt;STRONG&gt;P&lt;/STRONG&gt; in those periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So where it's pink, I want it to show 38 120,99€&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pink.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154711_pink.png" style="height: 425px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sílvia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 10:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275225#M852140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T10:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275226#M852141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Min(Aggr(FirstSortedValue(TOTAL &amp;lt;Code&amp;gt;Aggr(SUM ({&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Metric = {"Sales"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;, FactProjActive={"1"}, FactFaseActive={"P"}&amp;gt;}[Value]), Code, Date), Aggr(Only({&amp;lt;FactFaseActive={"P"}&amp;gt;}Date), Code, Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(distinct &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;FactProjActive={"1"}, FactFaseActive={"P"}&amp;gt;} Code), Code, MonthYear))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154718_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;It might be easier if you can share the app where you make changes because I don't have to guess what changes you have made at your end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 11:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275226#M852141</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-28T11:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275227#M852142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny, and sorry, I did forget to attach the sample.&lt;/P&gt;&lt;P&gt;Once again thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sílvia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 11:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275227#M852142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T11:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275228#M852143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad I was able to help Silvia. Do I have two coffees now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 12:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275228#M852143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-28T12:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Min and Max Date inside set Analysis - QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275229#M852144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To the rhythm to which I ask questions and you answer, I will consider buying a coffee machine soon &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 12:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-and-Max-Date-inside-set-Analysis-QlikView/m-p/1275229#M852144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T12:20:17Z</dc:date>
    </item>
  </channel>
</rss>

