<?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: max date for current quarter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876063#M305915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you see when you put this in a text box: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=max(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;{Quarter = {$(#vFQuarter)}&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;REQ_DATE)&lt;/STRONG&gt;? Do you see 06/30/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 10:56:50 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-04-08T10:56:50Z</dc:date>
    <item>
      <title>max date for current quarter</title>
      <link>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876058#M305910</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;How do we use &amp;lt;=max(date) for current quarter in set expression.&lt;/P&gt;&lt;P&gt;below max(REQ_DATE) return 12/31/2015 but i want to compare with current quarter max date i.e 6/30/2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt; Type = {'O'}, C_TYPE = {'Y'}, Year = {$(#vFYear)}, Quarter = {$(#vFQuarter)} ,REQ_Year = {$(#vFYear)}, REQ_DATE = {"&amp;lt;=$(=max(REQ_DATE))"}&amp;gt;} USD_NET_VALUE) / 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876058#M305910</guid>
      <dc:creator />
      <dc:date>2015-04-08T10:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: max date for current quarter</title>
      <link>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876059#M305911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something 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; Type = {'O'}, C_TYPE = {'Y'}, Year = {$(#vFYear)}, Quarter = {$(#vFQuarter)} ,REQ_Year = {$(#vFYear)}, REQ_DATE = {"&amp;lt;=$(=max(&lt;STRONG&gt;&amp;lt;{Quarter = {$(#vFQuarter)}&amp;gt;}&lt;/STRONG&gt;REQ_DATE))"}&amp;gt;} USD_NET_VALUE) / 1000&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;Best,&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;Sunny&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876059#M305911</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-08T10:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: max date for current quarter</title>
      <link>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876060#M305912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that &lt;STRONG&gt;#vFQuarter&lt;/STRONG&gt; is related to current quarter? right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876060#M305912</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-08T10:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: max date for current quarter</title>
      <link>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876061#M305913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes correct #&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vFQuarter&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; related to current quarter,let me check your expression&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876061#M305913</guid>
      <dc:creator />
      <dc:date>2015-04-08T10:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: max date for current quarter</title>
      <link>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876062#M305914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no its not return correct value,looks some thing wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876062#M305914</guid>
      <dc:creator />
      <dc:date>2015-04-08T10:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: max date for current quarter</title>
      <link>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876063#M305915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you see when you put this in a text box: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=max(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;{Quarter = {$(#vFQuarter)}&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;REQ_DATE)&lt;/STRONG&gt;? Do you see 06/30/2015&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876063#M305915</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-08T10:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: max date for current quarter</title>
      <link>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876064#M305916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also you might have to use Date() to make sure that max doesn't spits out a number result instead of a 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; Type = {'O'}, C_TYPE = {'Y'}, Year = {$(#vFYear)}, Quarter = {$(#vFQuarter)} ,REQ_Year = {$(#vFYear)}, REQ_DATE = {"&amp;lt;=$(=&lt;STRONG&gt;Date(&lt;/STRONG&gt;max(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;{Quarter = {$(#vFQuarter)}&amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;REQ_DATE), &lt;STRONG&gt;'yourDateFormat')&lt;/STRONG&gt;)"}&amp;gt;} USD_NET_VALUE) / 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876064#M305916</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-08T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: max date for current quarter</title>
      <link>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876065#M305917</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;you can directly use QuarterEnd(today()) for current quarter max date it will return 30-06-15&lt;/P&gt;&lt;P&gt;you dont need to have multiple filters for year and all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 10:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/max-date-for-current-quarter/m-p/876065#M305917</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-08T10:59:53Z</dc:date>
    </item>
  </channel>
</rss>

