<?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: calender in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/calender/m-p/654567#M1064433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Considering july 13 as July 2013.. You can create date as below...&lt;/P&gt;&lt;P&gt;=Date(Date#('july 13','MMMM YY'))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Date(Date#('june 13','MMMM YY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Considering july 13 as 13/07/YYYY... You can create date as below with considering Year 2014...&lt;/P&gt;&lt;P&gt;=MakeDate(Year(Today()),Month(Date#('july 13','MMMM DD')),Day(Date#('july 13','MMMM DD')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Sep 2014 08:06:43 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-09-21T08:06:43Z</dc:date>
    <item>
      <title>calender</title>
      <link>https://community.qlik.com/t5/QlikView/calender/m-p/654563#M1064429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have date like july 13, june 13 , how can i make date from date???????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 06:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calender/m-p/654563#M1064429</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2014-09-21T06:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: calender</title>
      <link>https://community.qlik.com/t5/QlikView/calender/m-p/654564#M1064430</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;Can you attach few sample lines of data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 06:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calender/m-p/654564#M1064430</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-21T06:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: calender</title>
      <link>https://community.qlik.com/t5/QlikView/calender/m-p/654565#M1064431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Date# function for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 06:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calender/m-p/654565#M1064431</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-09-21T06:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: calender</title>
      <link>https://community.qlik.com/t5/QlikView/calender/m-p/654566#M1064432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set vDateString = 'july 13';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mMonths:&lt;/P&gt;&lt;P&gt;mapping load * inline&lt;/P&gt;&lt;P&gt;[MonthName, MonthNo&lt;/P&gt;&lt;P&gt;january,1&lt;/P&gt;&lt;P&gt;february,2&lt;/P&gt;&lt;P&gt;march,3&lt;/P&gt;&lt;P&gt;april,4&lt;/P&gt;&lt;P&gt;may,5&lt;/P&gt;&lt;P&gt;june,6&lt;/P&gt;&lt;P&gt;july,7&lt;/P&gt;&lt;P&gt;august,8&lt;/P&gt;&lt;P&gt;september,9&lt;/P&gt;&lt;P&gt;october,10&lt;/P&gt;&lt;P&gt;november,11&lt;/P&gt;&lt;P&gt;december,12];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vMonthString = SubField(vDateString, ' ', 1);&lt;/P&gt;&lt;P&gt;let vYearString = 20 &amp;amp; SubField(vDateString, ' ', 2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vDate = MakeDate(vYearString, ApplyMap('mMonths', vMonthString), 1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 06:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calender/m-p/654566#M1064432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-21T06:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: calender</title>
      <link>https://community.qlik.com/t5/QlikView/calender/m-p/654567#M1064433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Considering july 13 as July 2013.. You can create date as below...&lt;/P&gt;&lt;P&gt;=Date(Date#('july 13','MMMM YY'))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Date(Date#('june 13','MMMM YY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Considering july 13 as 13/07/YYYY... You can create date as below with considering Year 2014...&lt;/P&gt;&lt;P&gt;=MakeDate(Year(Today()),Month(Date#('july 13','MMMM DD')),Day(Date#('july 13','MMMM DD')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 08:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/calender/m-p/654567#M1064433</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-21T08:06:43Z</dc:date>
    </item>
  </channel>
</rss>

