<?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: Fiscal Month in MMM-YY format from Date in MM YYYY format in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Fiscal-Month-in-MMM-YY-format-from-Date-in-MM-YYYY-format/m-p/1914948#M75367</link>
    <description>&lt;P&gt;Hi, my suggestion would be to push your calendar date by 3 months to get fiscal date (and create it as a separate dimension not to lose your calendar date), but the logic would be to convert MM.YYYY to date (as you already know how), add 3 months if your fiscal year starts at April, and convert that date to new format 'MMM YY':&lt;/P&gt;
&lt;P&gt;date( AddMonths( Date(Date#([Fiscal year/period],'MM.YYYY')), 3) , 'MMM YY').&lt;/P&gt;
&lt;P&gt;In load script you also just can play around with&lt;/P&gt;
&lt;P&gt;SET FirstMonthOfYear=1; &lt;/P&gt;
&lt;P&gt;line and write 4 instead, to push calendar.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 09:09:44 GMT</pubDate>
    <dc:creator>justISO</dc:creator>
    <dc:date>2022-04-06T09:09:44Z</dc:date>
    <item>
      <title>Fiscal Month in MMM-YY format from Date in MM YYYY format</title>
      <link>https://community.qlik.com/t5/App-Development/Fiscal-Month-in-MMM-YY-format-from-Date-in-MM-YYYY-format/m-p/1914674#M75358</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;I want to get Fiscal month in MMM YY format from Date which is in MM YYYY format.&lt;/P&gt;
&lt;P&gt;eg: 12 2021 should show Mar 22 But currently date shown is Dec 21 which is as per calendar month.&lt;/P&gt;
&lt;P&gt;How to show it as per fiscal calendar?&lt;/P&gt;
&lt;P&gt;I have used below expression but it is giving as per calendar month and not fiscal month:&lt;/P&gt;
&lt;P&gt;date(date#([Fiscal year/period],'MM.YYYY'),'MMM YY') as Date,&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 18:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fiscal-Month-in-MMM-YY-format-from-Date-in-MM-YYYY-format/m-p/1914674#M75358</guid>
      <dc:creator>Iwin</dc:creator>
      <dc:date>2022-04-05T18:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Month in MMM-YY format from Date in MM YYYY format</title>
      <link>https://community.qlik.com/t5/App-Development/Fiscal-Month-in-MMM-YY-format-from-Date-in-MM-YYYY-format/m-p/1914948#M75367</link>
      <description>&lt;P&gt;Hi, my suggestion would be to push your calendar date by 3 months to get fiscal date (and create it as a separate dimension not to lose your calendar date), but the logic would be to convert MM.YYYY to date (as you already know how), add 3 months if your fiscal year starts at April, and convert that date to new format 'MMM YY':&lt;/P&gt;
&lt;P&gt;date( AddMonths( Date(Date#([Fiscal year/period],'MM.YYYY')), 3) , 'MMM YY').&lt;/P&gt;
&lt;P&gt;In load script you also just can play around with&lt;/P&gt;
&lt;P&gt;SET FirstMonthOfYear=1; &lt;/P&gt;
&lt;P&gt;line and write 4 instead, to push calendar.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 09:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fiscal-Month-in-MMM-YY-format-from-Date-in-MM-YYYY-format/m-p/1914948#M75367</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-04-06T09:09:44Z</dc:date>
    </item>
  </channel>
</rss>

