<?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 date from data set in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430898#M430437</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;You brought me the idea.&lt;/P&gt;&lt;P&gt;will use this for my expression Sum( {&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;year,&lt;/SPAN&gt;date={'&amp;gt;=(=min(date))&amp;lt;=$(=max(date))'}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2017 20:21:12 GMT</pubDate>
    <dc:creator>maxsheva</dc:creator>
    <dc:date>2017-08-21T20:21:12Z</dc:date>
    <item>
      <title>min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430891#M430430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;LOAD *, Year(date) as year;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;date, product, value&lt;/P&gt;&lt;P&gt;01.01.2016, product1, 100&lt;/P&gt;&lt;P&gt;01.01.2017, product1, 100&lt;/P&gt;&lt;P&gt;01.02.2017, product1, 100&lt;/P&gt;&lt;P&gt;01.03.2017, product1, 100&lt;/P&gt;&lt;P&gt;01.04.2017, product1, 100&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get minimum date from the data above. In set analysis I use this =Date(min({&amp;lt;date={'&amp;gt;=(=min(date))&amp;lt;=$(=max(date))'}&amp;gt;} date))&lt;/P&gt;&lt;P&gt;When I select from list box some date, for example "&lt;SPAN style="font-size: 13.3333px;"&gt;01.02.2017&lt;/SPAN&gt;" the result is "&lt;SPAN style="font-size: 13.3333px;"&gt;01.01.2016&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;When I select "2017" year the result is &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;01.02.2017&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;". But I still need the min in data set.&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;Any idea would be appropriate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 21:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430891#M430430</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2017-08-20T21:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430892#M430431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;You forgot $ sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;min&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;={'&amp;gt;=&lt;SPAN style="color: #ff0000;"&gt;$&lt;/SPAN&gt;(=min(date))&amp;lt;=$(=max(date))'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 22:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430892#M430431</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-20T22:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430893#M430432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;However, why not simply&lt;/P&gt;&lt;P&gt;Date(Min(date))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;MinString(date)&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2017 22:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430893#M430432</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-20T22:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430894#M430433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Date(min({&amp;lt;date={'&amp;gt;=&lt;SPAN style="color: #ff0000;"&gt;$&lt;/SPAN&gt;(=min(date))&amp;lt;=$(=max(date))'}&amp;gt;} date))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you want the out put to be always irrespective of selection, the syntax would be like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Date(min(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt;{&amp;lt;date={'&amp;gt;=$(=min(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt;date))&amp;lt;=$(=max(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt;date))'}&amp;gt;} date))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Now, if you only need the min/max date of data set all the time, a simpler expression could be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;=Date(min(&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt; date))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Note: '{1}' is used in set analysis to defy any selections.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 05:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430894#M430433</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-21T05:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430895#M430434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use following set exp:&lt;/P&gt;&lt;P&gt;=date(num#(min(&lt;STRONG&gt;{&amp;lt;date=&amp;gt;}&lt;/STRONG&gt;num(date(date#(date,'DD.MM.YYYY'),'YYYYDDMM')))),'DD.MM.YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will give u min date...if you select any date it will not change. but on selection of product or value it will change....if you dont want it&amp;nbsp; to change at all for that just nullify this two fields like what have done in set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 10:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430895#M430434</guid>
      <dc:creator>mayuresh_d</dc:creator>
      <dc:date>2017-08-21T10:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430896#M430435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for reply.&lt;/P&gt;&lt;P&gt;Probably I didn't quite explain what I exactly need.&lt;/P&gt;&lt;P&gt;Attached file in my first post has expression Sum( {&amp;lt;date={'&amp;gt;=(=min(date))&amp;lt;=$(=max(date))'}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;In this case I need sum all values started from first date in data set.&lt;/P&gt;&lt;P&gt;No need add dollar sign to minimum date in set analysis. I need ignore date filter for minimum value.&lt;/P&gt;&lt;P&gt;My goal is to get minimum date "01.01.2016" in set analysis when selected any date as well as any year in filters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 19:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430896#M430435</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2017-08-21T19:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430897#M430436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this to get min date regardless of selection in date or year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date(min({&amp;lt;date, year&amp;gt;} date))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 19:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430897#M430436</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-21T19:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430898#M430437</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;You brought me the idea.&lt;/P&gt;&lt;P&gt;will use this for my expression Sum( {&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;year,&lt;/SPAN&gt;date={'&amp;gt;=(=min(date))&amp;lt;=$(=max(date))'}&amp;gt;} value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430898#M430437</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2017-08-21T20:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430899#M430438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to start from first date in the total data set, but end with selected date:&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;date={"&amp;gt;=$(=min(&lt;STRONG&gt;{1}&lt;/STRONG&gt; date))&amp;lt;=$(=max(date))"}, year &amp;gt;} value)&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;or&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 style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;date={"&amp;lt;=$(=max(date))"}, year &amp;gt;} value)&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;You need to add all calendar fields that may interfere with the date modifier same way like year field to clear possible user selections in these fields.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430899#M430438</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-08-21T20:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430900#M430439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And don't forget the dollar sign for the dollar sign expansion for both date limits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430900#M430439</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-08-21T20:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430901#M430440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would you please clarify the difference between&lt;/P&gt;&lt;P&gt;yours&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;date={"&amp;gt;=&lt;STRONG&gt;$&lt;/STRONG&gt;(=min(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{1}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; date))&amp;lt;=$(=max(date))"}, year &amp;gt;} value)&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;and this variant &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date={'&amp;gt;=(=min(date))&amp;lt;=$(=max(date))'}, &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;year&lt;/SPAN&gt;&amp;gt;} value)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Are these the same versions?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430901#M430440</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2017-08-21T20:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430902#M430441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, second expression shows incorrect syntax, but Qlik is gracious and I think it will be interpreted like the version missing the lower limit:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;Sum( {&amp;lt;date={"&amp;lt;=$(=max(date))"}, year &amp;gt;} value)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 21:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430902#M430441</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-08-21T21:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430903#M430442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 21:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1430903#M430442</guid>
      <dc:creator>maxsheva</dc:creator>
      <dc:date>2017-08-21T21:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: min date from data set</title>
      <link>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1592712#M443648</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a slightly more specific problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to sum for the max value date and min start of fiscal year date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where the fiscal year start is the 6th April.&lt;/P&gt;&lt;P&gt;So I have a FY to date field. I want it to sum from financial year start to max value date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried defining the start date, but I can't get it to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 16:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-date-from-data-set/m-p/1592712#M443648</guid>
      <dc:creator>ClickNorth</dc:creator>
      <dc:date>2019-06-17T16:37:38Z</dc:date>
    </item>
  </channel>
</rss>

