<?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 Quarter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quarter/m-p/1674008#M727956</link>
    <description>&lt;P&gt;I am trying to create a field for Quarter.&amp;nbsp; I only have a field for Year and a field for Month.&amp;nbsp; There is no date field.&amp;nbsp; Only a field for Year and a field for Month.&amp;nbsp; In this scenario, how can I create a field for Quarter?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:18:54 GMT</pubDate>
    <dc:creator>fanninam</dc:creator>
    <dc:date>2024-11-16T01:18:54Z</dc:date>
    <item>
      <title>Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter/m-p/1674008#M727956</link>
      <description>&lt;P&gt;I am trying to create a field for Quarter.&amp;nbsp; I only have a field for Year and a field for Month.&amp;nbsp; There is no date field.&amp;nbsp; Only a field for Year and a field for Month.&amp;nbsp; In this scenario, how can I create a field for Quarter?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter/m-p/1674008#M727956</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2024-11-16T01:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter/m-p/1674065#M727957</link>
      <description>&lt;P&gt;If month is in number format (like 1, 2, 3 etc)... try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'Q' &amp;amp; Ceil(Month/3) as Quarter
'Q' &amp;amp; Ceil(Month/3) &amp;amp; '-' &amp;amp; Year as QuarterYear&lt;/LI-CODE&gt;&lt;P&gt;But if Month is text (like Jan, Feb, Mar etc)... try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'Q' &amp;amp; Ceil(Month(Date#(Month, 'MMM'))/3) as Quarter
'Q' &amp;amp; Ceil(Month(Date#(Month, 'MMM'))/3) &amp;amp; '-' &amp;amp; Year as QuarterYear&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 10 Feb 2020 18:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter/m-p/1674065#M727957</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-10T18:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Quarter</title>
      <link>https://community.qlik.com/t5/QlikView/Quarter/m-p/1674077#M727958</link>
      <description>&lt;P&gt;Thank you Sunny!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 19:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarter/m-p/1674077#M727958</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2020-02-10T19:00:25Z</dc:date>
    </item>
  </channel>
</rss>

