<?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: Month year number to month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604634#M45604</link>
    <description>&lt;P&gt;You need month; use month().&lt;/P&gt;&lt;P&gt;Month(MonthYear)&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 13:05:57 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2019-07-22T13:05:57Z</dc:date>
    <item>
      <title>Month year number to month</title>
      <link>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604628#M45602</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have month year values as 43800,43525..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We nee to get month name from that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how to get month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604628#M45602</guid>
      <dc:creator>krish2459</dc:creator>
      <dc:date>2024-11-16T20:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Month year number to month</title>
      <link>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604630#M45603</link>
      <description>Try Date(MonthYear,'MMM') as Month</description>
      <pubDate>Mon, 22 Jul 2019 13:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604630#M45603</guid>
      <dc:creator>Uday_Pasupuleti</dc:creator>
      <dc:date>2019-07-22T13:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Month year number to month</title>
      <link>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604634#M45604</link>
      <description>&lt;P&gt;You need month; use month().&lt;/P&gt;&lt;P&gt;Month(MonthYear)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604634#M45604</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-07-22T13:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Month year number to month</title>
      <link>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604643#M45605</link>
      <description>&lt;LI-SPOILER&gt;Hi ,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Not able to get the format.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please find the sample sheet.I'm using qliksense&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604643#M45605</guid>
      <dc:creator>krish2459</dc:creator>
      <dc:date>2019-07-22T13:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Month year number to month</title>
      <link>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604648#M45606</link>
      <description>&lt;LI-CODE lang="markup"&gt;LOAD @1,Month(@1) as Month
FROM
[C:\Users\admin\Downloads\Book5.xlsx]
(ooxml, no labels, table is Sheet1, filters(
Transpose()
));&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604648#M45606</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-07-22T13:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Month year number to month</title>
      <link>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604653#M45607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need to covert the month year number from the excel to MMM-YY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm getting&amp;nbsp;month year numbers as 40800....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604653#M45607</guid>
      <dc:creator>krish2459</dc:creator>
      <dc:date>2019-07-22T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Month year number to month</title>
      <link>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604663#M45608</link>
      <description>&lt;LI-CODE lang="markup"&gt;LOAD @1,date(date(@1),'MMM-YY') as date
FROM
[C:\Users\admin\Downloads\Book5.xlsx]
(ooxml, no labels, table is Sheet1, filters(
Transpose()
));&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1604663#M45608</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-07-22T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Month year number to month</title>
      <link>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1605439#M45609</link>
      <description>&lt;P&gt;LOAD @1,date(@1,'MMM-YY') as monyr&lt;BR /&gt;FROM&lt;BR /&gt;Book5.xlsx&lt;BR /&gt;(ooxml, no labels, table is Sheet1, filters(&lt;BR /&gt;Transpose()&lt;BR /&gt;));&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 06:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Month-year-number-to-month/m-p/1605439#M45609</guid>
      <dc:creator>fallenangel6</dc:creator>
      <dc:date>2019-07-24T06:16:25Z</dc:date>
    </item>
  </channel>
</rss>

