<?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: Get the Current month and year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354586#M131611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Apurva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need one more favour Using Monthname(today()) I can get the Current Month and Year but when i try Monthname(today()-1) to get the previous month its not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 10:51:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-15T10:51:59Z</dc:date>
    <item>
      <title>Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354581#M131606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I need to store the current month and Year in a variable, what is the function available to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 06:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354581#M131606</guid>
      <dc:creator />
      <dc:date>2012-06-15T06:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354582#M131607</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;vCurrentYear= year(today())&lt;/P&gt;&lt;P&gt;vCurrentMonth= month(today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Apurva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 06:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354582#M131607</guid>
      <dc:creator />
      <dc:date>2012-06-15T06:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354583#M131608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Apurva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, my requirement is I need to store the Month and Year in a single variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like vCurrentMonYear = June 2012. is it possible ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 06:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354583#M131608</guid>
      <dc:creator />
      <dc:date>2012-06-15T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354584#M131609</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; use this-&amp;gt;&amp;nbsp; vCurrentYM= monthname(today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; regards &lt;/P&gt;&lt;P&gt;Apurva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 07:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354584#M131609</guid>
      <dc:creator />
      <dc:date>2012-06-15T07:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354585#M131610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Apurva............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 07:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354585#M131610</guid>
      <dc:creator />
      <dc:date>2012-06-15T07:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354586#M131611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Apurva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need one more favour Using Monthname(today()) I can get the Current Month and Year but when i try Monthname(today()-1) to get the previous month its not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 10:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354586#M131611</guid>
      <dc:creator />
      <dc:date>2012-06-15T10:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354587#M131612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this =Date(MonthName(Today())-1,'MMM YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 11:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354587#M131612</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-06-15T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354588#M131613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No that will get the month name for yesterday. For the previous month use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthName(AddMonths(Today(), -1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 11:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354588#M131613</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-06-15T11:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354589#M131614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MonthName(addmonths(today(),-1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds &lt;/P&gt;&lt;P&gt;Apurva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 11:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354589#M131614</guid>
      <dc:creator />
      <dc:date>2012-06-15T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354590#M131615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, its works.... thanks a lot Apurva...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 11:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354590#M131615</guid>
      <dc:creator />
      <dc:date>2012-06-15T11:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354591#M131616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Welcome....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 11:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354591#M131616</guid>
      <dc:creator />
      <dc:date>2012-06-15T11:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get the Current month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354592#M131617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for the mistake...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 11:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-Current-month-and-year/m-p/354592#M131617</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-06-15T11:56:15Z</dc:date>
    </item>
  </channel>
</rss>

