<?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: To find Quarter from Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447727#M796281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okk.. got it..&lt;/P&gt;&lt;P&gt;so is this only for Date or similar nature we can see for others also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2017 09:34:49 GMT</pubDate>
    <dc:creator>mhmmd_srf</dc:creator>
    <dc:date>2017-12-22T09:34:49Z</dc:date>
    <item>
      <title>To find Quarter from Date</title>
      <link>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447723#M796277</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;&lt;/P&gt;&lt;P&gt;I am using below script to find Quarter from Date.&lt;/P&gt;&lt;P&gt;Ceil(Month([Order Date])/3)&lt;/P&gt;&lt;P&gt;And it is working fine.&lt;/P&gt;&lt;P&gt;However I want to understand if I write only Month (Date), it returns Jan, Feb like this.&lt;/P&gt;&lt;P&gt;Then if I divide this by a number, how come this became a number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How&amp;nbsp; Jan/3 = 0.3333333?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to clear my concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&amp;nbsp; &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/To-find-Quarter-from-Date/m-p/1447723#M796277</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: To find Quarter from Date</title>
      <link>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447724#M796278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;'Q' &amp;amp; Ceil(Month(Date)/3) as QUARTER&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;for dates internally they are numbers but since it is date then Qlik "displays" it as a readable month&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;if you want to display the number of the month then use num(Month(Date))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;Hope I was able to clarify&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 08:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447724#M796278</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2017-12-22T08:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: To find Quarter from Date</title>
      <link>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447725#M796279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is how does it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 08:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447725#M796279</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2017-12-22T08:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: To find Quarter from Date</title>
      <link>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447726#M796280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I edited my reply&lt;/P&gt;&lt;P&gt;check please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 08:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447726#M796280</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2017-12-22T08:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: To find Quarter from Date</title>
      <link>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447727#M796281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okk.. got it..&lt;/P&gt;&lt;P&gt;so is this only for Date or similar nature we can see for others also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 09:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447727#M796281</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2017-12-22T09:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: To find Quarter from Date</title>
      <link>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447728#M796282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as far as I know it's for date data type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 10:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-find-Quarter-from-Date/m-p/1447728#M796282</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2017-12-22T10:16:31Z</dc:date>
    </item>
  </channel>
</rss>

