<?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 MASTER CALENDER in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MASTER-CALENDER/m-p/1558033#M599130</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i need to generate a 6 character fiscal year to my master calender script (and i'm struggling)&lt;/P&gt;&lt;P&gt;Our fiscal year starts in August - month 8&lt;/P&gt;&lt;P&gt;and the fiscal YEAR label that i'd like to display - 2018/9&lt;/P&gt;&lt;P&gt;so where the current fiscal year short is 2018 and the month is March i need something like&lt;/P&gt;&lt;P&gt;if(Month(MyDate) =&amp;gt; 8 and AddYears(Month(MyDate)+1) &amp;lt;8, MyDate &amp;amp; '/' &amp;amp; Right(MyDate,1)+1&lt;/P&gt;&lt;P&gt;to achieve 2018/9 for the current month as the fiscal year&lt;/P&gt;&lt;P&gt;make sense? Any ideas anyone?&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:07:44 GMT</pubDate>
    <dc:creator>wonkymeister</dc:creator>
    <dc:date>2024-11-16T04:07:44Z</dc:date>
    <item>
      <title>MASTER CALENDER</title>
      <link>https://community.qlik.com/t5/QlikView/MASTER-CALENDER/m-p/1558033#M599130</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i need to generate a 6 character fiscal year to my master calender script (and i'm struggling)&lt;/P&gt;&lt;P&gt;Our fiscal year starts in August - month 8&lt;/P&gt;&lt;P&gt;and the fiscal YEAR label that i'd like to display - 2018/9&lt;/P&gt;&lt;P&gt;so where the current fiscal year short is 2018 and the month is March i need something like&lt;/P&gt;&lt;P&gt;if(Month(MyDate) =&amp;gt; 8 and AddYears(Month(MyDate)+1) &amp;lt;8, MyDate &amp;amp; '/' &amp;amp; Right(MyDate,1)+1&lt;/P&gt;&lt;P&gt;to achieve 2018/9 for the current month as the fiscal year&lt;/P&gt;&lt;P&gt;make sense? Any ideas anyone?&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MASTER-CALENDER/m-p/1558033#M599130</guid>
      <dc:creator>wonkymeister</dc:creator>
      <dc:date>2024-11-16T04:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: MASTER CALENDER</title>
      <link>https://community.qlik.com/t5/QlikView/MASTER-CALENDER/m-p/1558048#M599131</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;if(Month(OrderDate)&amp;gt;=8&lt;BR /&gt;,Year(OrderDate)&amp;amp;'/'&amp;amp;(Num(Right(Year(OrderDate),1))+1)&lt;BR /&gt;,Year(AddYears(OrderDate,-1))&amp;amp;'/'&amp;amp;Right(Year(OrderDate),1)) as FiscalYear&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 16:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MASTER-CALENDER/m-p/1558048#M599131</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-18T16:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: MASTER CALENDER</title>
      <link>https://community.qlik.com/t5/QlikView/MASTER-CALENDER/m-p/1559423#M599132</link>
      <description>&lt;P&gt;works a treat, many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 09:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MASTER-CALENDER/m-p/1559423#M599132</guid>
      <dc:creator>wonkymeister</dc:creator>
      <dc:date>2019-03-21T09:35:43Z</dc:date>
    </item>
  </channel>
</rss>

