<?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: How to get the values of the first/last month relative to the quarter? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601421#M477497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you haven't selected any quarter, your Opening Balance for Min and Max Month both would be wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, you can use below two expressions for Min and Max Months..&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MONTH = {'$(=Min(MONTH))'}&amp;gt;}OPEN_BAL)&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MONTH = {'$(=Max(MONTH))'}&amp;gt;}OPEN_BAL)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 06:07:41 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-22T06:07:41Z</dc:date>
    <item>
      <title>How to get the values of the earliest/latest month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601420#M477496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I'm new to QlikView and needing help. My concern is that I can't get the correct values when there are no current selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;QUARTER=P({1&amp;lt;MONTH={$(vMinMonth)}&amp;gt;}QUARTER)&amp;gt;}OPEN_BAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;vMinMonth =min(num(MONTH))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's probably a syntax missing in the expressions used. Or is there a more practical way to do this?&amp;nbsp; I attached a sample file for your reference. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Used these expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=sum(Aggr(If(Min(TOTAL&amp;lt;QUARTER&amp;gt; MONTH) = MONTH, sum(OPEN_BAL)),COMPANY, QUARTER, MONTH))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=sum(Aggr(If(Max(TOTAL&amp;lt;QUARTER&amp;gt; MONTH) = MONTH, sum(CLOSE_BAL)),COMPANY, QUARTER, MONTH))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 05:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601420#M477496</guid>
      <dc:creator />
      <dc:date>2014-04-22T05:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601421#M477497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you haven't selected any quarter, your Opening Balance for Min and Max Month both would be wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, you can use below two expressions for Min and Max Months..&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MONTH = {'$(=Min(MONTH))'}&amp;gt;}OPEN_BAL)&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MONTH = {'$(=Max(MONTH))'}&amp;gt;}OPEN_BAL)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601421#M477497</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-22T06:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601422#M477498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In Your script you can write like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Quarter,&lt;/P&gt;&lt;P&gt;Min(Month) as MinMonth,&lt;/P&gt;&lt;P&gt;Max(Month) as MaxMonth&lt;/P&gt;&lt;P&gt;FROM table_name&lt;/P&gt;&lt;P&gt;GROUP BY Quarter ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601422#M477498</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2014-04-22T06:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601423#M477499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i catch your idea..&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601423#M477499</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-04-22T06:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601424#M477500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Thanks for the fast response. The pivot table still have zero values on QUARTERS 2,3,4 on min and 1,2,3 on max.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601424#M477500</guid>
      <dc:creator />
      <dc:date>2014-04-22T06:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601425#M477501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I was thinking of trying not to edit the script, but I'll check it out. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601425#M477501</guid>
      <dc:creator />
      <dc:date>2014-04-22T06:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601426#M477502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that was the idea... almost. Do you know a way to make it dynamic? Like when I select different months, the values would, hopefully, also correspond to it. Oh, and thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601426#M477502</guid>
      <dc:creator />
      <dc:date>2014-04-22T06:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601427#M477503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Elli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply write in the expression for &lt;/P&gt;&lt;P&gt;First Month Starting Balance :&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;MONTH={1,4,7,10}&amp;gt;}OPEN_BAL)&lt;/P&gt;&lt;P&gt;Last Month Ending Balance:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;MONTH={3,6,9,12}&amp;gt;}CLOSE_BAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u out ....&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Hassaan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601427#M477503</guid>
      <dc:creator />
      <dc:date>2014-04-22T06:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601428#M477504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, if you select one month - for example 11 you should see only 4 quarter?&lt;/P&gt;&lt;P&gt;Is it correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601428#M477504</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-04-22T06:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601429#M477505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Thanks. This solution was the same as Sergey's above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was thinking of making it dynamic. Like when I select different months, the values would change that corresponds to the selection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601429#M477505</guid>
      <dc:creator />
      <dc:date>2014-04-22T06:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601430#M477506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I do agree with sergey &lt;/P&gt;&lt;P&gt;So what month u select u ll get the result according to dat quarter in which dat month falls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 06:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601430#M477506</guid>
      <dc:creator />
      <dc:date>2014-04-22T06:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601431#M477507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you can use my previous solution if you additionally select month&lt;/P&gt;&lt;P&gt;or use new file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just add ,QUARTER={'=MAX(QUARTER)'} to set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 07:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601431#M477507</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-04-22T07:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601432#M477508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, for example, if I selected only February and March (2 and 3), the minimum/earliest month of the first quarter should be the value 2. The values of the expressions should also change corresponding to those selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 07:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601432#M477508</guid>
      <dc:creator />
      <dc:date>2014-04-22T07:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the first/last month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601433#M477509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use MAX(QUARTER) not MONTH &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 07:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601433#M477509</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-04-22T07:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the earliest/latest month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601434#M477510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The values didn't change. Although, I can consider this if I can't find a dynamic solution. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 07:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601434#M477510</guid>
      <dc:creator />
      <dc:date>2014-04-22T07:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the earliest/latest month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601435#M477511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elli Xi,&lt;/P&gt;&lt;P&gt;Could you clarify with example what does it mean "dynamic", what number should change in which case in your opinion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 07:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601435#M477511</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-04-22T07:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the earliest/latest month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601436#M477512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, if I couldn't explain well. As stated above, if I selected 2 and 3 for the MONTH the values of the following expressions would change correspondingly. I fixed my earlier requirement from first to being the earliest month and last to latest. From the sample situation,&amp;nbsp; MONTH 2 being the earliest and 3 the latest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 08:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601436#M477512</guid>
      <dc:creator />
      <dc:date>2014-04-22T08:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the earliest/latest month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601437#M477513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was able to get these expressions:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum(Aggr(If(Min(TOTAL&amp;lt;QUARTER&amp;gt; MONTH) = MONTH, sum(OPEN_BAL)),COMPANY, QUARTER, MONTH))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum(Aggr(If(Max(TOTAL&amp;lt;QUARTER&amp;gt; MONTH) = MONTH, sum(CLOSE_BAL)),COMPANY, QUARTER, MONTH))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;from &lt;A _jive_internal="true" href="https://community.qlik.com/message/370125#370125"&gt;http://community.qlik.com/message/370125#370125&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 08:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601437#M477513</guid>
      <dc:creator />
      <dc:date>2014-04-22T08:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the earliest/latest month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601438#M477514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You Can try the another way which have mention the below attach Sample_QuarterMonth.QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 09:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601438#M477514</guid>
      <dc:creator />
      <dc:date>2014-04-22T09:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the values of the earliest/latest month relative to the quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601439#M477515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for this, it helped me with similar problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea how to write the dynamic label for the Open Balance and Closing Balance expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So within each quarter's label, the Min month (open bal) and Max month (close bal) would be shown relative to that quarter?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 13:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-values-of-the-earliest-latest-month-relative-to/m-p/601439#M477515</guid>
      <dc:creator>kavicsgym</dc:creator>
      <dc:date>2015-04-15T13:24:13Z</dc:date>
    </item>
  </channel>
</rss>

