<?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 Derive MonthYear from Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179357#M895794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following to derive the date, which is working fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#([FY KPI], 'DD-MM-YYYY')) as FYKPIDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following to derive the monthyear but it does not seem to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(MonthStart(Date#([FY KPI])), 'MMM-YY') as FYKPIMonthYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shamit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>shamitshah</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Derive MonthYear from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179357#M895794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following to derive the date, which is working fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#([FY KPI], 'DD-MM-YYYY')) as FYKPIDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following to derive the monthyear but it does not seem to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(MonthStart(Date#([FY KPI])), 'MMM-YY') as FYKPIMonthYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shamit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179357#M895794</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Derive MonthYear from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179358#M895795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#([FY KPI], 'DD-MM-YYYY'),'MMM-YY') as FYKPIMonthYear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 07:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179358#M895795</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-30T07:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Derive MonthYear from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179359#M895796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date(MonthStart(Date#(yourfieldhere, 'DD-MM-YYYY')), 'MM-YYYY')&amp;nbsp; as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FYKPIMonthYear&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 07:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179359#M895796</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-07-30T07:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Derive MonthYear from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179360#M895797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That does not seem to work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried &lt;/P&gt;&lt;P&gt;Date(Date#([FY KPI], 'MMM-YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shamit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 07:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179360#M895797</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2016-07-30T07:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Derive MonthYear from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179361#M895798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Maxgro!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shamit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 07:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179361#M895798</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2016-07-30T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Derive MonthYear from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179362#M895799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(monthstart(yourfieldyear), 'MMM-YYYY') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FYKPIMonthYear&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 07:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179362#M895799</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-30T07:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Derive MonthYear from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179363#M895800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;further explanation about the dates&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 07:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179363#M895800</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-07-30T07:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Derive MonthYear from Date</title>
      <link>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179364#M895801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should read below blog post to understand the difference between Date() and Date#() function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4002"&gt;The Date Function&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2016 08:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Derive-MonthYear-from-Date/m-p/1179364#M895801</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-07-30T08:04:00Z</dc:date>
    </item>
  </channel>
</rss>

