<?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: Date field to Quarters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351511#M832400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or simply&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Q' &amp;amp; Ceil(Month(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;DECDDT)/3) as Quarter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 09:58:58 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-06-12T09:58:58Z</dc:date>
    <item>
      <title>Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351508#M832397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I include in my Qlikview doc the option to select date in Quarters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My date field is DECDDT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. Q1, Q2, Q3, Q4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i do this in my script? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351508#M832397</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351509#M832398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What is "DECDDT" ? Could you explain your date field data format?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351509#M832398</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-06-12T09:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351510#M832399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an example of how you can accomplish this in your Load Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Dual('Q' &amp;amp; ceil(Month(DECDDT)/3), ceil(Month(DECDDT)/3)) AS Quarter,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For further information: almost every MasterCalendar example script available in this Community shows you how to calculate the Quarter value from a date field. In different ways.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351510#M832399</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-12T09:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351511#M832400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or simply&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Q' &amp;amp; Ceil(Month(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;DECDDT)/3) as Quarter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 09:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351511#M832400</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-12T09:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351512#M832401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou that helped tremendously, however it has grouped the years in together&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;q1= Jan 2016 feb 2016 mar 2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan 2017 feb2017&amp;nbsp; mar 2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;q2= apr 2016 may 2016&amp;nbsp; jun 2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; apr 2017 may 2017 jun2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the quarters to year specific, how can this be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351512#M832401</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-06-12T10:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351513#M832402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean to say, You have only 2016 and 2017 Data. Is that is correct, Although you can use same as perter and my suggestion to the en-count. If not, Please share sample data to look&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351513#M832402</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-12T10:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351514#M832403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes Anil so i would like Q1 2016 then Q2 2016 and so on and so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351514#M832403</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-06-12T10:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351515#M832404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;what about QuarterName() function ?&lt;/P&gt;&lt;P&gt;QuarterName('01-01-2017') -&amp;gt;&amp;nbsp; gen-mar 2017&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351515#M832404</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-12T10:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351516#M832405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be helps&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/quartername.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/DateAndTimeFunctions/quartername.htm"&gt;quartername ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351516#M832405</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-12T10:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351517#M832406</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;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;Dual('Q' &amp;amp; ceil(Month(DECDDT)/3) &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;amp; ' ' &amp;amp; Year(DECDDT), &lt;SPAN style="font-family: 'courier new', courier; font-size: 13px;"&gt;Year(DECDDT)&lt;/SPAN&gt;*10+ &lt;/STRONG&gt;&lt;/SPAN&gt;ceil(Month(DECDDT)/3)) AS Quarter,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351517#M832406</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-06-12T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date field to Quarters</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351518#M832407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simpeler, this one?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;Dual('Q' &amp;amp; ceil(Month(DECDDT)/3) &amp;amp; ' ' &amp;amp; Year(DECDDT), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;QuarterStart(DECDDT)&lt;/STRONG&gt;&lt;/SPAN&gt;) AS Quarter,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-to-Quarters/m-p/1351518#M832407</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-12T10:23:48Z</dc:date>
    </item>
  </channel>
</rss>

