<?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: How to derive Fiscal Quarter? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-derive-Fiscal-Quarter/m-p/57073#M9499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your month is not a dual field, you might try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(If(Month&amp;gt;10, Month-10,&amp;nbsp; Month+2)/3) as QuarterNum;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Month(Date#(Month,'MMM')) as Month&lt;/STRONG&gt;&amp;nbsp; Inline [&lt;/P&gt;&lt;P&gt; Month&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;Apr&lt;/P&gt;&lt;P&gt;May&lt;/P&gt;&lt;P&gt;Jun&lt;/P&gt;&lt;P&gt;Jul&lt;/P&gt;&lt;P&gt;Aug&lt;/P&gt;&lt;P&gt;Sep&lt;/P&gt;&lt;P&gt;Oct&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;P&gt;Dec]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2018 07:19:26 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-04-05T07:19:26Z</dc:date>
    <item>
      <title>How to derive Fiscal Quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-derive-Fiscal-Quarter/m-p/57070#M9496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Months and want to derive Fiscal Quarters.&lt;/P&gt;&lt;P&gt;How to derive the Quarter based on Month while my year starts with Nov?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 168px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="24" width="84"&gt;Month&lt;/TD&gt;&lt;TD class="xl66" width="84"&gt;Qtr&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="24" width="84"&gt;Nov&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="84"&gt;Dec&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="34" width="84"&gt;Jan&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="84"&gt;Feb&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="84"&gt;Mar&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="84"&gt;Apr&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="21" width="84"&gt;May&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="84"&gt;Jun&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="84"&gt;Jul&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="21" width="84"&gt;Aug&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="84"&gt;Sep&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" width="84"&gt;Oct&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;&lt;P&gt;4&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 06:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-derive-Fiscal-Quarter/m-p/57070#M9496</guid>
      <dc:creator>narayanamsn</dc:creator>
      <dc:date>2018-04-05T06:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to derive Fiscal Quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-derive-Fiscal-Quarter/m-p/57071#M9497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;might be this thread help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/296601"&gt;Creating Qtr View in Cross table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 07:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-derive-Fiscal-Quarter/m-p/57071#M9497</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-04-05T07:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to derive Fiscal Quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-derive-Fiscal-Quarter/m-p/57072#M9498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ceil(If(Month&amp;gt;10, Month-10,&amp;nbsp; Month+2)/3) as QuarterNum;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 07:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-derive-Fiscal-Quarter/m-p/57072#M9498</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-04-05T07:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to derive Fiscal Quarter?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-derive-Fiscal-Quarter/m-p/57073#M9499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your month is not a dual field, you might try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ceil(If(Month&amp;gt;10, Month-10,&amp;nbsp; Month+2)/3) as QuarterNum;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Month(Date#(Month,'MMM')) as Month&lt;/STRONG&gt;&amp;nbsp; Inline [&lt;/P&gt;&lt;P&gt; Month&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;Apr&lt;/P&gt;&lt;P&gt;May&lt;/P&gt;&lt;P&gt;Jun&lt;/P&gt;&lt;P&gt;Jul&lt;/P&gt;&lt;P&gt;Aug&lt;/P&gt;&lt;P&gt;Sep&lt;/P&gt;&lt;P&gt;Oct&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;P&gt;Dec]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 07:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-derive-Fiscal-Quarter/m-p/57073#M9499</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-04-05T07:19:26Z</dc:date>
    </item>
  </channel>
</rss>

