<?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 How to pick Minimum date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-pick-Minimum-date/m-p/1820381#M1213425</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need a help in writing a set analysis expression for one of my requirement&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requirement :&lt;/P&gt;&lt;P&gt;I need to show start of month date and Value in a kpi's for the selected date&lt;/P&gt;&lt;P&gt;Below is a sample data set ,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 851px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58175i11BCE473EB4BF62C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically when ever the application opens by default max date get&amp;nbsp; selected in the above example (30/06/2021)Now in the above&amp;nbsp; left KPi I need to show date as 05/06/2021 and Values as 4000&lt;/P&gt;&lt;P&gt;lets say if i select 29/05/2021 then in it should show&amp;nbsp; 10/05/2021 and value as&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean to say that min values should be picked from the selected&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me how to achieve the above requirement&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jul 2021 12:40:49 GMT</pubDate>
    <dc:creator>kunkumnaveen</dc:creator>
    <dc:date>2021-07-07T12:40:49Z</dc:date>
    <item>
      <title>How to pick Minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pick-Minimum-date/m-p/1820381#M1213425</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need a help in writing a set analysis expression for one of my requirement&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requirement :&lt;/P&gt;&lt;P&gt;I need to show start of month date and Value in a kpi's for the selected date&lt;/P&gt;&lt;P&gt;Below is a sample data set ,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 851px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58175i11BCE473EB4BF62C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically when ever the application opens by default max date get&amp;nbsp; selected in the above example (30/06/2021)Now in the above&amp;nbsp; left KPi I need to show date as 05/06/2021 and Values as 4000&lt;/P&gt;&lt;P&gt;lets say if i select 29/05/2021 then in it should show&amp;nbsp; 10/05/2021 and value as&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean to say that min values should be picked from the selected&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me how to achieve the above requirement&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 12:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pick-Minimum-date/m-p/1820381#M1213425</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2021-07-07T12:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick Minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pick-Minimum-date/m-p/1820436#M1213430</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1135"&gt;@kunkumnaveen&lt;/a&gt;&amp;nbsp; Assuming that your Date filed is in proper Date format, you can write below expression&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Date&amp;gt;}if(Date = min(total {&amp;lt;Date={"&amp;gt;=$(=monthstart(max(Date)))&amp;lt;=$(=max(Date))"}&amp;gt;}Date), Value))&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 14:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pick-Minimum-date/m-p/1820436#M1213430</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-07-07T14:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to pick Minimum date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-pick-Minimum-date/m-p/1820585#M1213444</link>
      <description>&lt;P&gt;Thank you&amp;nbsp; it working ,&lt;/P&gt;&lt;P&gt;but could you plz explain me&amp;nbsp; what exactly&amp;nbsp; the below&amp;nbsp; highlighted part bringing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(Date = &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;min(total {&amp;lt;Date={"&amp;gt;=$(=monthstart(max(Date)))&amp;lt;=$(=max(Date))&lt;/STRONG&gt;&lt;/FONT&gt;"}&amp;gt;}Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 06:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-pick-Minimum-date/m-p/1820585#M1213444</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2021-07-08T06:20:37Z</dc:date>
    </item>
  </channel>
</rss>

