<?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: Getting Month Name from Date (dd/mm/yyyy) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776737#M454914</link>
    <description>&lt;P&gt;You can try&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month(AD_Request_Date) as MonthName&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 14:21:39 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2021-01-22T14:21:39Z</dc:date>
    <item>
      <title>Getting Month Name from Date (dd/mm/yyyy)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776712#M454910</link>
      <description>&lt;P&gt;Hi Guys - I need to show the variations in months across 5 years worth of data.&amp;nbsp; So, just want to highlight which months of the year generally show the highest demand for our services.&amp;nbsp; I have two dates I need to use - Request Date, and Event Date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get Qlikview to allow me to extract the month name, so I can use this in the dashboard I've developed?&amp;nbsp; The script (relevant fields extracted) is as follows:&lt;/P&gt;&lt;P&gt;Directory;&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;AD_Request_Date as Request_Date&lt;/P&gt;&lt;P&gt;AD_Event_DT as Event_Date&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[..\xxxxx\xxxx\xxxx\xxxx_*.csv]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks guys!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776712#M454910</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2024-11-15T23:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Month Name from Date (dd/mm/yyyy)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776715#M454911</link>
      <description>&lt;P&gt;Perhaps this&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;AD_Request_Date as Request_Date,&lt;/P&gt;&lt;P&gt;MonthName(AD_Request_Date) as MonthName&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[..\xxxxx\xxxx\xxxx\xxxx_*.csv]&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Directory;&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;AD_Event_DT as Event_Date,&lt;/P&gt;&lt;P&gt;MonthName(AD_Event_DT) as MonthName&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[..\xxxxx\xxxx\xxxx\xxxx_*.csv]&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 12:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776715#M454911</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-22T12:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Month Name from Date (dd/mm/yyyy)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776731#M454913</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;- unfortunately it is pulling all of the dates in format MMM-YY.&amp;nbsp; I just want Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec.&amp;nbsp; So I can compare seasonal / monthly trends.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 13:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776731#M454913</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2021-01-22T13:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Month Name from Date (dd/mm/yyyy)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776737#M454914</link>
      <description>&lt;P&gt;You can try&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month(AD_Request_Date) as MonthName&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 14:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776737#M454914</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-22T14:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Month Name from Date (dd/mm/yyyy)</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776751#M454916</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 15:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-Month-Name-from-Date-dd-mm-yyyy/m-p/1776751#M454916</guid>
      <dc:creator>jlampard40</dc:creator>
      <dc:date>2021-01-22T15:16:34Z</dc:date>
    </item>
  </channel>
</rss>

