<?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 Quarters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quarters/m-p/684729#M248208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To change a date to month i can use the function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;monthstart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ukmpsmr_risk.INCEPTION_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MMM-YY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how to I change a date to a Quarter?&amp;nbsp; I've got&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ukmpsmr_risk.INCEPTION_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MMM-YY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that returns the quarter start month so Jan-14, I want Qtr 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 07:59:34 GMT</pubDate>
    <dc:creator>kevbrown</dc:creator>
    <dc:date>2014-09-12T07:59:34Z</dc:date>
    <item>
      <title>Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Quarters/m-p/684729#M248208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To change a date to month i can use the function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;monthstart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ukmpsmr_risk.INCEPTION_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MMM-YY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how to I change a date to a Quarter?&amp;nbsp; I've got&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ukmpsmr_risk.INCEPTION_DATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MMM-YY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that returns the quarter start month so Jan-14, I want Qtr 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 07:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarters/m-p/684729#M248208</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2014-09-12T07:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Quarters/m-p/684730#M248209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use:&lt;/P&gt;&lt;P&gt;='Qtr ' &amp;amp; Ceil(Month(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ukmpsmr_risk.INCEPTION_DATE&lt;/SPAN&gt;)/4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarters/m-p/684730#M248209</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-09-12T08:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Quarters/m-p/684731#M248210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See: &lt;A href="https://community.qlik.com/message/486005"&gt;Calculating quarters&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarters/m-p/684731#M248210</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-12T08:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Quarters/m-p/684732#M248211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad english, if quarter is a 3-month period then it will be:&lt;/P&gt;&lt;P&gt;='Qtr ' &amp;amp; Ceil(Month(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ukmpsmr_risk.INCEPTION_DATE&lt;/SPAN&gt;)/3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarters/m-p/684732#M248211</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-09-12T08:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Quarters/m-p/684733#M248212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;superb, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 08:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quarters/m-p/684733#M248212</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2014-09-12T08:12:24Z</dc:date>
    </item>
  </channel>
</rss>

