<?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: MonthName in Qlik in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/MonthName-in-Qlik/m-p/2163137#M94423</link>
    <description>&lt;P&gt;try with Num()&lt;/P&gt;
&lt;P&gt;Num(&lt;SPAN&gt;CREATIONDATE&lt;/SPAN&gt;)&amp;gt;=num(Date#('Apr 2023','MMM YYYY'))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2024 05:21:14 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2024-01-19T05:21:14Z</dc:date>
    <item>
      <title>MonthName in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/MonthName-in-Qlik/m-p/2163128#M94422</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a timestamp field in AM/PM format. I want month year format. So I used&amp;nbsp;monthname(CREATIONDATE) as monthyear and I am getting the month -Years like "Apr 2023" .&lt;/P&gt;
&lt;P&gt;BUt in If condition I must write if Monthyear&amp;gt;='Apr 2023',Monthyear. That is I want all monthyears on and after Apr 2023. BUt I am not getting.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If (monthyear='Apr 2023', MOnthyear) is working but '&amp;gt;=' is not .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I use&amp;nbsp;Date(Date#(left(CREATIONDATE,10),'DD/MM/YYYY'),'MMM YYYY'), I am getting repeated like nOv 2020,&lt;/P&gt;
&lt;P&gt;Nov 2020 , Dec 2023 etc...&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Niranjana&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 05:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/MonthName-in-Qlik/m-p/2163128#M94422</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2024-01-19T05:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/MonthName-in-Qlik/m-p/2163137#M94423</link>
      <description>&lt;P&gt;try with Num()&lt;/P&gt;
&lt;P&gt;Num(&lt;SPAN&gt;CREATIONDATE&lt;/SPAN&gt;)&amp;gt;=num(Date#('Apr 2023','MMM YYYY'))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 05:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/MonthName-in-Qlik/m-p/2163137#M94423</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2024-01-19T05:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: MonthName in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/MonthName-in-Qlik/m-p/2163149#M94424</link>
      <description>&lt;P&gt;When using&lt;/P&gt;
&lt;P&gt;monthname(CREATIONDATE) as Monthyear&lt;/P&gt;
&lt;P&gt;the new field Monthyear becomes a dual, containing both the string value 'Apr 2023' and the numeric value equivalent to the date 2023-04-01. When comparing with Monthyear in the script or application you can utilise that like below.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If(Monthyear &amp;gt;= makedate(2023,4,1), ...&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Or like &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42758"&gt;@PrashantSangle&lt;/a&gt;&amp;nbsp;'s example&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If(Monthyear &amp;gt;= Date#('Apr 2023','MMM YYYY'), ...&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 05:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/MonthName-in-Qlik/m-p/2163149#M94424</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-01-19T05:56:15Z</dc:date>
    </item>
  </channel>
</rss>

