<?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: Reading the minimum value of a date. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469005#M483980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached my app in my first post of this discussion. I am reading the data from Oracle, so you may not see the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2013 19:10:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-13T19:10:27Z</dc:date>
    <item>
      <title>Reading the minimum value of a date.</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469000#M483975</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;I have issues in using Min function to read a lowest date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a given quarter and fiscal year, I have all the dates for that quarter and need to find the start and end date of that quarter. My list box is displaying all the dates of the quarter and when I tried to use Min function, it doesn't display a record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is my expression.&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Years)=FISCAL_YEAR &lt;/P&gt;&lt;P&gt;and GetFieldSelections(Quarters)=FISCAL_QUARTER_NAME,Min(FISCAL_DATE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I remove Min(FISCAL_DATE) and use Fiscal date, it gives me all the dates of the quarter as below.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42597" alt="screenshot.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/42597_screenshot.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ramakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 06:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469000#M483975</guid>
      <dc:creator />
      <dc:date>2013-06-13T06:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the minimum value of a date.</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469001#M483976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=if(GetFieldSelections(Years)='FISCAL_YEAR'&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;and GetFieldSelections(Quarters)='FISCAL_QUARTER_NAME',Date(Min(FISCAL_DATE),'MM/DD/YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;HTH&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 06:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469001#M483976</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-06-13T06:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the minimum value of a date.</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469002#M483977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this but not working, its still the same.&lt;/P&gt;&lt;P&gt;Date(FISCAL_DATE,'MM/DD/YYYY') is changing the format in MM/DD/YYYY but &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Date(Min(FISCAL_DATE),'MM/DD/YYYY')&lt;/SPAN&gt; is giving an empty result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469002#M483977</guid>
      <dc:creator />
      <dc:date>2013-06-13T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the minimum value of a date.</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469003#M483978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Date(Min({1}FISCAL_DATE),'MM/DD/YYYY')&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if still it is not working then post the sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469003#M483978</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-06-13T07:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the minimum value of a date.</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469004#M483979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;min(date(date#(Date field,'Your date format'),'Format you want to convert'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469004#M483979</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-06-13T07:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the minimum value of a date.</title>
      <link>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469005#M483980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached my app in my first post of this discussion. I am reading the data from Oracle, so you may not see the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 19:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reading-the-minimum-value-of-a-date/m-p/469005#M483980</guid>
      <dc:creator />
      <dc:date>2013-06-13T19:10:27Z</dc:date>
    </item>
  </channel>
</rss>

