<?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 Deriving the Quarters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Deriving-the-Quarters/m-p/703149#M253666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a Calendar i.e July-June and i need to derive Quarters like this:&lt;/P&gt;&lt;P&gt;July-Sep = Q1&lt;/P&gt;&lt;P&gt;Oct-Dec= Q2&lt;/P&gt;&lt;P&gt;Jan-Mar=Q3&lt;/P&gt;&lt;P&gt;Apr-June=Q4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have a column for Month, by using this how to derive Quarters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 10:09:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-19T10:09:05Z</dc:date>
    <item>
      <title>Deriving the Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Deriving-the-Quarters/m-p/703149#M253666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a Calendar i.e July-June and i need to derive Quarters like this:&lt;/P&gt;&lt;P&gt;July-Sep = Q1&lt;/P&gt;&lt;P&gt;Oct-Dec= Q2&lt;/P&gt;&lt;P&gt;Jan-Mar=Q3&lt;/P&gt;&lt;P&gt;Apr-June=Q4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have a column for Month, by using this how to derive Quarters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 10:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deriving-the-Quarters/m-p/703149#M253666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-19T10:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving the Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Deriving-the-Quarters/m-p/703150#M253667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Q' &amp;amp; ceil(match(Month,'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')/3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 10:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deriving-the-Quarters/m-p/703150#M253667</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-08-19T10:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving the Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Deriving-the-Quarters/m-p/703151#M253668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have the Date field then just use month start() or just nested iff as &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(wildmatch('July','Aug','Sept',Month),'Q1'--&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 10:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deriving-the-Quarters/m-p/703151#M253668</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-19T10:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deriving the Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Deriving-the-Quarters/m-p/703152#M253669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can also work&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; ceil(month/3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 10:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Deriving-the-Quarters/m-p/703152#M253669</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-19T10:18:47Z</dc:date>
    </item>
  </channel>
</rss>

