<?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: current year and month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578243#M215012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can Take a text box and write below expression in it to display current year and month:&lt;/P&gt;&lt;P&gt;For Current year:&lt;/P&gt;&lt;P&gt;=Year(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Current Month:&lt;/P&gt;&lt;P&gt;=Month(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is what you want..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 09:17:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-15T09:17:31Z</dc:date>
    <item>
      <title>current year and month</title>
      <link>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578242#M215011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; i want to show current year and current month by opening a document with out using MAX function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578242#M215011</guid>
      <dc:creator />
      <dc:date>2014-04-15T09:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: current year and month</title>
      <link>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578243#M215012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can Take a text box and write below expression in it to display current year and month:&lt;/P&gt;&lt;P&gt;For Current year:&lt;/P&gt;&lt;P&gt;=Year(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Current Month:&lt;/P&gt;&lt;P&gt;=Month(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is what you want..!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578243#M215012</guid>
      <dc:creator />
      <dc:date>2014-04-15T09:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: current year and month</title>
      <link>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578244#M215013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the current year and month by using Year(Now()) and Month(Now())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578244#M215013</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-04-15T09:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: current year and month</title>
      <link>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578245#M215014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kannuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a Text box use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='[ Updated at ' &amp;amp; timestamp(reloadtime(), 'hh:mm on MMM DD, YYYY') &amp;amp;' ]'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578245#M215014</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-04-15T09:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: current year and month</title>
      <link>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578246#M215015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Year(Today())&lt;/P&gt;&lt;P&gt;Month(Today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578246#M215015</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-15T09:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: current year and month</title>
      <link>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578247#M215016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can Write below in any text box or in variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Year &amp;gt;&amp;gt; =Year( Now( ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Month &amp;gt;&amp;gt; =Month( Now( ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also you use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Year(Today( ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month(Today( ) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-year-and-month/m-p/578247#M215016</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-15T09:34:58Z</dc:date>
    </item>
  </channel>
</rss>

